gboards/butterstick: move steno rules config to keymap level (#16666)
This commit is contained in:
parent
8c5779f768
commit
d5d2a01db2
2 changed files with 4 additions and 4 deletions
4
keyboards/gboards/butterstick/keymaps/default/rules.mk
Normal file
4
keyboards/gboards/butterstick/keymaps/default/rules.mk
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
STENO_ENABLE = yes
|
||||||
|
|
||||||
|
OPT_DEFS += -DONLYQWERTY -DDEBUG_MATRIX
|
||||||
|
SRC += sten.c
|
|
@ -12,8 +12,4 @@ EXTRAKEY_ENABLE = yes # Audio control and System control
|
||||||
CONSOLE_ENABLE = yes # Console for debug
|
CONSOLE_ENABLE = yes # Console for debug
|
||||||
COMMAND_ENABLE = no # Commands for debug and configuration
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
||||||
NKRO_ENABLE = yes # Enable N-Key Rollover
|
NKRO_ENABLE = yes # Enable N-Key Rollover
|
||||||
STENO_ENABLE = yes # Needed for chording
|
|
||||||
|
|
||||||
OPT_DEFS += -DONLYQWERTY -DDEBUG_MATRIX
|
|
||||||
SRC += sten.c
|
|
||||||
LTO_ENABLE = yes
|
LTO_ENABLE = yes
|
||||||
|
|
Loading…
Reference in a new issue