[Keymap] Update sethbarberee code to QK_BOOT and try out DVVORAK (#17230)

This commit is contained in:
Seth Barberee
2022-05-30 11:07:16 -07:00
committed by GitHub
parent a06b5cae41
commit cc7a3f8dc7
8 changed files with 56 additions and 6 deletions

View File

@@ -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
};