Skip to content

Commit

Permalink
idk man
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhol Internet committed Feb 27, 2024
1 parent 79bb50c commit 7be0498
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions keyboards/islandworks/1800/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,10 @@ void keyboard_post_init_user(void) {
// Enable the LED layers
rgblight_layers = my_rgb_layers;
}

bool led_update_user(led_t led_state) {
rgblight_set_layer_state(0, led_state.num_lock);
rgblight_set_layer_state(1, led_state.caps_lock);
rgblight_set_layer_state(2, led_state.scroll_lock);
return true;
}
4 changes: 2 additions & 2 deletions keyboards/islandworks/1800/keymaps/vial/rules.mk
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VIA_ENABLE = true
VIAL_ENABLE = true
VIA_ENABLE = yes
VIAL_ENABLE = yes

0 comments on commit 7be0498

Please sign in to comment.