forked from mirrors/qmk_userspace
[Keymap] Userspace updates (#14832)
This commit is contained in:
parent
c8b00b2e91
commit
8bb1fd04d4
2 changed files with 3 additions and 2 deletions
|
@ -11,7 +11,7 @@ const rgblight_segment_t PROGMEM my_capslock_layer[] = RGBLIGHT_LAYER_SEGMENTS(
|
|||
const rgblight_segment_t PROGMEM my_layer1_layer[] = RGBLIGHT_LAYER_SEGMENTS(
|
||||
{2, 2, HSV_GREEN},
|
||||
{6, 2, HSV_GREEN}
|
||||
);
|
||||
);
|
||||
|
||||
const rgblight_segment_t PROGMEM my_layer2_layer[] = RGBLIGHT_LAYER_SEGMENTS(
|
||||
{2, 2, HSV_BLUE},
|
||||
|
@ -60,7 +60,7 @@ layer_state_t layer_state_set_user(layer_state_t 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(C6, middle);
|
||||
writePin(B6, bottom);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue