Browse Source

gboards/butterstick: move steno rules config to keymap level (#16666)

pull/16696/head
Ryan 2 years ago
committed by GitHub
parent
commit
d5d2a01db2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions
  1. +4
    -0
      keyboards/gboards/butterstick/keymaps/default/rules.mk
  2. +0
    -4
      keyboards/gboards/butterstick/rules.mk

+ 4
- 0
keyboards/gboards/butterstick/keymaps/default/rules.mk View File

@ -0,0 +1,4 @@
STENO_ENABLE = yes
OPT_DEFS += -DONLYQWERTY -DDEBUG_MATRIX
SRC += sten.c

+ 0
- 4
keyboards/gboards/butterstick/rules.mk View File

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

Loading…
Cancel
Save