mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 11:29:26 +00:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
36fc46ead7
@ -60,7 +60,7 @@ layer_state_t layer_state_set_user(layer_state_t state) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool led_update_user(led_t led_state) {
|
bool led_update_user(led_t led_state) {
|
||||||
//rgblight_set_layer_state(0, led_state.caps_lock);
|
rgblight_set_layer_state(0, led_state.caps_lock);
|
||||||
writePin(C7, led_state.caps_lock);
|
writePin(C7, led_state.caps_lock);
|
||||||
writePin(C6, middle);
|
writePin(C6, middle);
|
||||||
writePin(B6, bottom);
|
writePin(B6, bottom);
|
||||||
|
@ -26,6 +26,7 @@ endif
|
|||||||
ifeq ($(strip $(KEYBOARD)), tkc/osav2)
|
ifeq ($(strip $(KEYBOARD)), tkc/osav2)
|
||||||
SRC += rgblight_layers_osa.c
|
SRC += rgblight_layers_osa.c
|
||||||
VELOCIKEY_ENABLE=yes
|
VELOCIKEY_ENABLE=yes
|
||||||
|
SRC += rgb_timeout.c
|
||||||
endif
|
endif
|
||||||
ifeq ($(strip $(KEYBOARD)), boardsource/the_mark)
|
ifeq ($(strip $(KEYBOARD)), boardsource/the_mark)
|
||||||
RGB_MATRIX_ENABLE = yes
|
RGB_MATRIX_ENABLE = yes
|
||||||
|
Loading…
Reference in New Issue
Block a user