From d5d2a01db2bc09735806fd62ef31997428885ddf Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 16 Mar 2022 15:08:52 +1100 Subject: [PATCH] gboards/butterstick: move steno rules config to keymap level (#16666) --- keyboards/gboards/butterstick/keymaps/default/rules.mk | 4 ++++ keyboards/gboards/butterstick/rules.mk | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 keyboards/gboards/butterstick/keymaps/default/rules.mk diff --git a/keyboards/gboards/butterstick/keymaps/default/rules.mk b/keyboards/gboards/butterstick/keymaps/default/rules.mk new file mode 100644 index 00000000000..6a334611080 --- /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 4229aa7eeca..e05ccd047c9 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