Update make rules for community/ortho_4x12/junonum (#10467)
This commit is contained in:
parent
10f5767010
commit
2f01c6ee18
@ -125,8 +125,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||||||
float dpad_song_off[][2] = SONG(MAJOR_SOUND);
|
float dpad_song_off[][2] = SONG(MAJOR_SOUND);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Disable LED on Rev6
|
#ifndef BACKLIGHT_ENABLE
|
||||||
#ifdef KEYBOARD_planck_rev6
|
|
||||||
layer_state_t layer_state_set_user(layer_state_t state) {
|
layer_state_t layer_state_set_user(layer_state_t state) {
|
||||||
return update_tri_layer_state(state, _LOWER, _RAISE, _ADJUST);
|
return update_tri_layer_state(state, _LOWER, _RAISE, _ADJUST);
|
||||||
}
|
}
|
||||||
|
@ -1,9 +1,13 @@
|
|||||||
SRC += muse.c
|
SRC += muse.c
|
||||||
|
|
||||||
ifeq ($(strip $(KEYBOARD)), planck/rev6)
|
ifeq ($(strip $(KEYBOARD)),$(filter $(strip $(KEYBOARD)), planck/rev2 planck/rev3 planck/rev4 planck/rev5))
|
||||||
BACKLIGHT_ENABLE = no
|
|
||||||
else
|
|
||||||
BACKLIGHT_ENABLE = yes
|
BACKLIGHT_ENABLE = yes
|
||||||
|
else
|
||||||
|
BACKLIGHT_ENABLE = no
|
||||||
|
endif
|
||||||
|
|
||||||
|
ifeq ($(strip $(KEYBOARD)), vitamins_included/rev1)
|
||||||
|
NKRO_ENABLE = no
|
||||||
endif
|
endif
|
||||||
|
|
||||||
MIDI_ENABLE=no
|
MIDI_ENABLE=no
|
||||||
|
Loading…
Reference in New Issue
Block a user