aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyboards/handwired/hnah108/keymaps/default/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/hnah108/keymaps/default/keymap.c b/keyboards/handwired/hnah108/keymaps/default/keymap.c
index 1a6d3bc08..682ca0812 100644
--- a/keyboards/handwired/hnah108/keymaps/default/keymap.c
+++ b/keyboards/handwired/hnah108/keymaps/default/keymap.c
@@ -65,7 +65,7 @@ void encoder_update_user(uint8_t index, bool clockwise) {
65} 65}
66 66
67void rgb_matrix_indicators_user(void) { 67void rgb_matrix_indicators_user(void) {
68 led_t led_state = get_host_led_state(); 68 led_t led_state = host_keyboard_led_state();
69 69
70 if (led_state.caps_lock) { 70 if (led_state.caps_lock) {
71 rgb_matrix_set_color(30, 0x00, 0xFF, 0x00); 71 rgb_matrix_set_color(30, 0x00, 0xFF, 0x00);