Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot 2022-03-16 04:09:30 +00:00
commit 024bda1dd3
2 changed files with 4 additions and 4 deletions

View file

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

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