[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
Failed to generate hash of commit
8 changed files with 56 additions and 6 deletions

View file

@ -60,6 +60,10 @@
# define TAPPING_TERM 200
#endif
#if !defined(LAYER_STATE_16BIT) && !defined(LAYER_STATE_8BIT) && !defined(LAYER_STATE_32BIT)
# define LAYER_STATE_8BIT
#endif
/* Disable unused and unneeded features to reduce on firmware size */
#ifdef LOCKING_SUPPORT_ENABLE
# undef LOCKING_SUPPORT_ENABLE