Update Meira for revision 1.1 to enable backlighting by default (#2468)
* Update Meira for revision 1.1 to enable backlighting by default * Updates to fix other keymapsplanck_rev6
parent
03df19d3f6
commit
bd1ad405bf
@ -1,4 +1,3 @@
|
|||||||
BLUETOOTH_ENABLE = yes
|
BLUETOOTH_ENABLE = yes
|
||||||
BACKLIGHT_ENABLE = no
|
|
||||||
F_CPU = 8000000
|
F_CPU = 8000000
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
AUDIO_ENABLE = yes # Audio output on port C6
|
AUDIO_ENABLE = yes # Audio output on port C6
|
||||||
EXTRAFLAGS+=-flto # -4-7k
|
EXTRAFLAGS+=-flto # -4-7k
|
||||||
MOUSEKEY_ENABLE = no # Mouse keys(-47kb)
|
MOUSEKEY_ENABLE = no # Mouse keys(-47kb)
|
||||||
|
ISSI_ENABLE = no
|
||||||
|
BACKLIGHT_ENABLE = no
|
Loading…
Reference in New Issue