Enable more dynamic QMK features on FC660C (#409)
- Set CONSOLE_ENABLE to false for space - Add the -WL --relax EXTRALDFLAGS for space - Enable QMK_SETTINGS and TAP_DANCE_ENABLE - Set available Tap Dances to 4
This commit is contained in:
parent
9309117e91
commit
4d0c439196
@ -4,4 +4,5 @@
|
||||
|
||||
#define VIAL_KEYBOARD_UID {0x86, 0xDA, 0x85, 0x0E, 0x54, 0x70, 0xA0, 0xA2}
|
||||
#define VIAL_UNLOCK_COMBO_ROWS { 1, 4 }
|
||||
#define VIAL_UNLOCK_COMBO_COLS { 3, 14 }
|
||||
#define VIAL_UNLOCK_COMBO_COLS { 3, 14 }
|
||||
#define VIAL_TAP_DANCE_ENTRIES 4
|
||||
|
@ -1,5 +1,7 @@
|
||||
VIA_ENABLE = yes
|
||||
VIAL_ENABLE = yes
|
||||
LTO_ENABLE = yes
|
||||
QMK_SETTINGS = no
|
||||
TAP_DANCE_ENABLE = no
|
||||
QMK_SETTINGS = yes
|
||||
TAP_DANCE_ENABLE = yes
|
||||
CONSOLE_ENABLE = no
|
||||
EXTRALDFLAGS = -Wl,--relax
|
||||
|
Loading…
Reference in New Issue
Block a user