1
0
Fork 0

Update noroadsleft userspace and keymaps (2022-07-18) (#17714)

* kbdfans/kbd75/rev1:noroadsleft - remove LAYOUT_75_ansi_wkl definition

* coseyfannitutti/discipline:noroadsleft - change KC_GESC to KC_ESC

* update Quantum keycode instances in noroadsleft keymaps

- `RESET` -> `QK_BOOT`
- `EEP_RST` -> `EE_CLR`
- `DEBUG` -> `DB_TOGG`

* create and add G_PWD macro
This commit is contained in:
James Young 2022-07-18 19:09:05 -07:00 committed by GitHub
parent 627e35b7ac
commit 7aea67980b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 36 additions and 42 deletions

View file

@ -1,4 +1,4 @@
/* Copyright 2020-2021 James Young (@noroadsleft)
/* Copyright 2020-2022 James Young (@noroadsleft)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -25,6 +25,7 @@ enum userspace_keycodes {
G_PUSH,
G_FTCH,
G_BRCH,
G_PWD,
M_SALL,
M_UNDO,
M_CUT,