fix: cut console/command from handwired/prkl30

This commit is contained in:
honorless 2023-06-27 09:42:10 -04:00
parent fc2f20de22
commit 5e65583f85
No known key found for this signature in database
GPG Key ID: 1B48A311ABE8DA4D
2 changed files with 8 additions and 2 deletions

View File

@ -6,4 +6,4 @@
#define VIAL_UNLOCK_COMBO_ROWS { 0, 0 }
#define VIAL_UNLOCK_COMBO_COLS { 0, 1 }
#define VIAL_UNLOCK_COMBO_COLS { 0, 1 }

View File

@ -4,4 +4,10 @@ LTO_ENABLE = yes
ENCODER_ENABLE = yes
ENCODER_MAP_ENABLE = yes
EXTRAKEY_ENABLE = yes
QMK_SETTINGS = no
CONSOLE_ENABLE = no
COMMAND_ENABLE = no
ifeq ($(strip $(MCU)), atmega32u4)
QMK_SETTINGS = no
endif