diff options
Diffstat (limited to 'users/stanrc85/rgblight_layers_osa.c')
| -rw-r--r-- | users/stanrc85/rgblight_layers_osa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/users/stanrc85/rgblight_layers_osa.c b/users/stanrc85/rgblight_layers_osa.c index 59366fa34..aff96c969 100644 --- a/users/stanrc85/rgblight_layers_osa.c +++ b/users/stanrc85/rgblight_layers_osa.c | |||
| @@ -11,7 +11,7 @@ const rgblight_segment_t PROGMEM my_capslock_layer[] = RGBLIGHT_LAYER_SEGMENTS( | |||
| 11 | const rgblight_segment_t PROGMEM my_layer1_layer[] = RGBLIGHT_LAYER_SEGMENTS( | 11 | const rgblight_segment_t PROGMEM my_layer1_layer[] = RGBLIGHT_LAYER_SEGMENTS( |
| 12 | {2, 2, HSV_GREEN}, | 12 | {2, 2, HSV_GREEN}, |
| 13 | {6, 2, HSV_GREEN} | 13 | {6, 2, HSV_GREEN} |
| 14 | ); | 14 | ); |
| 15 | 15 | ||
| 16 | const rgblight_segment_t PROGMEM my_layer2_layer[] = RGBLIGHT_LAYER_SEGMENTS( | 16 | const rgblight_segment_t PROGMEM my_layer2_layer[] = RGBLIGHT_LAYER_SEGMENTS( |
| 17 | {2, 2, HSV_BLUE}, | 17 | {2, 2, HSV_BLUE}, |
| @@ -60,7 +60,7 @@ layer_state_t layer_state_set_user(layer_state_t state) { | |||
| 60 | } | 60 | } |
| 61 | 61 | ||
| 62 | bool led_update_user(led_t led_state) { | 62 | bool led_update_user(led_t led_state) { |
| 63 | //rgblight_set_layer_state(0, led_state.caps_lock); | 63 | rgblight_set_layer_state(0, led_state.caps_lock); |
| 64 | writePin(C7, led_state.caps_lock); | 64 | writePin(C7, led_state.caps_lock); |
| 65 | writePin(C6, middle); | 65 | writePin(C6, middle); |
| 66 | writePin(B6, bottom); | 66 | writePin(B6, bottom); |
