Skip to content

Commit

Permalink
[Keymap] Userspace updates (qmk#14832)
Browse files Browse the repository at this point in the history
  • Loading branch information
stanrc85 authored Oct 16, 2021
1 parent c3105d1 commit 8d4025a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions users/stanrc85/rgblight_layers_osa.c
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down Expand Up @@ -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);
Expand Down
1 change: 1 addition & 0 deletions users/stanrc85/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ endif
ifeq ($(strip $(KEYBOARD)), tkc/osav2)
SRC += rgblight_layers_osa.c
VELOCIKEY_ENABLE=yes
SRC += rgb_timeout.c
endif
ifeq ($(strip $(KEYBOARD)), boardsource/the_mark)
RGB_MATRIX_ENABLE = yes
Expand Down

0 comments on commit 8d4025a

Please sign in to comment.