aboutsummaryrefslogtreecommitdiff
path: root/keyboards/hs60/v1/v1.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/hs60/v1/v1.c')
-rw-r--r--keyboards/hs60/v1/v1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/hs60/v1/v1.c b/keyboards/hs60/v1/v1.c
index d2bb8011f..f96eb7c32 100644
--- a/keyboards/hs60/v1/v1.c
+++ b/keyboards/hs60/v1/v1.c
@@ -91,7 +91,7 @@ void raw_hid_receive( uint8_t *data, uint8_t length )
91 91
92#ifdef HS60_ANSI 92#ifdef HS60_ANSI
93 93
94const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = { 94const is31_led PROGMEM g_is31_leds[DRIVER_LED_TOTAL] = {
95/* Refer to IS31 manual for these locations 95/* Refer to IS31 manual for these locations
96 * driver 96 * driver
97 * | R location 97 * | R location
@@ -199,7 +199,7 @@ led_config_t g_led_config = { {
199 199
200#else 200#else
201 201
202const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = { 202const is31_led PROGMEM g_is31_leds[DRIVER_LED_TOTAL] = {
203/* Refer to IS31 manual for these locations 203/* Refer to IS31 manual for these locations
204 * driver 204 * driver
205 * | R location 205 * | R location