[Keymap] Update sethbarberee code to QK_BOOT and try out DVVORAK (#17230)
This commit is contained in:
parent
a06b5cae41
commit
cc7a3f8dc7
8 changed files with 56 additions and 6 deletions
|
@ -21,6 +21,8 @@
|
|||
|
||||
enum layers {
|
||||
_QWERTY,
|
||||
_COLEMAK,
|
||||
_DVORAK,
|
||||
_LOWER,
|
||||
_RAISE,
|
||||
_ADJUST
|
||||
|
@ -28,6 +30,9 @@ enum layers {
|
|||
|
||||
enum userspace_keycodes {
|
||||
KC_VRSN = SAFE_RANGE,
|
||||
KC_QWER,
|
||||
KC_COLE,
|
||||
KC_DVOR,
|
||||
NEW_SAFE_RANGE
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue