Miscellaneous fixes for recently merged keyboards (#22179)
This commit is contained in:
@@ -52,7 +52,3 @@
|
||||
|
||||
/* Old default behavior of mod-taps */
|
||||
#define HOLD_ON_OTHER_KEY_PRESS
|
||||
|
||||
/* Factory test keys */
|
||||
#define F_RESET_KEY1 KC_7
|
||||
#define FN_KEY1 MO(4)
|
||||
|
||||
@@ -67,7 +67,6 @@ bool rgb_matrix_indicators_advanced_kb(uint8_t led_min, uint8_t led_max) {
|
||||
if (!rgb_matrix_indicators_advanced_user(led_min, led_max)) {
|
||||
return false;
|
||||
}
|
||||
// RGB_MATRIX_INDICATOR_SET_COLOR(index, red, green, blue);
|
||||
|
||||
if (host_keyboard_led_state().caps_lock) {
|
||||
RGB_MATRIX_INDICATOR_SET_COLOR(CAPS_LOCK_LED_INDEX, 255, 255, 255);
|
||||
|
||||
Reference in New Issue
Block a user