diff options
author | QMK Bot <hello@qmk.fm> | 2022-03-16 04:09:30 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-03-16 04:09:30 +0000 |
commit | 024bda1dd363e5c4fa894eade1a9741e79d662cf (patch) | |
tree | a1ef59c4136a4401bcb8434a7d0f6f871cf4574c /keyboards | |
parent | 78f7c7bb0d5e3d7d9cc3570e069ab7f4125c6416 (diff) | |
parent | d5d2a01db2bc09735806fd62ef31997428885ddf (diff) | |
download | qmk_firmware-024bda1dd363e5c4fa894eade1a9741e79d662cf.tar.gz qmk_firmware-024bda1dd363e5c4fa894eade1a9741e79d662cf.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/gboards/butterstick/keymaps/default/rules.mk | 4 | ||||
-rw-r--r-- | keyboards/gboards/butterstick/rules.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/gboards/butterstick/keymaps/default/rules.mk b/keyboards/gboards/butterstick/keymaps/default/rules.mk new file mode 100644 index 0000000000..6a33461108 --- /dev/null +++ b/keyboards/gboards/butterstick/keymaps/default/rules.mk @@ -0,0 +1,4 @@ +STENO_ENABLE = yes + +OPT_DEFS += -DONLYQWERTY -DDEBUG_MATRIX +SRC += sten.c diff --git a/keyboards/gboards/butterstick/rules.mk b/keyboards/gboards/butterstick/rules.mk index 4229aa7eec..e05ccd047c 100644 --- a/keyboards/gboards/butterstick/rules.mk +++ b/keyboards/gboards/butterstick/rules.mk @@ -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 |