1
0
Fork 0

[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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
};