Skip to content

Commit

Permalink
gboards/butterstick: move steno rules config to keymap level (#16666)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored Mar 16, 2022
1 parent 8c5779f commit d5d2a01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions keyboards/gboards/butterstick/keymaps/default/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
STENO_ENABLE = yes

OPT_DEFS += -DONLYQWERTY -DDEBUG_MATRIX
SRC += sten.c
4 changes: 0 additions & 4 deletions keyboards/gboards/butterstick/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,4 @@ EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = yes # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
NKRO_ENABLE = yes # Enable N-Key Rollover
STENO_ENABLE = yes # Needed for chording

OPT_DEFS += -DONLYQWERTY -DDEBUG_MATRIX
SRC += sten.c
LTO_ENABLE = yes

0 comments on commit d5d2a01

Please sign in to comment.