diff options
Diffstat (limited to 'keyboards/hs60/v1/v1.c')
-rw-r--r-- | keyboards/hs60/v1/v1.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/keyboards/hs60/v1/v1.c b/keyboards/hs60/v1/v1.c index 58b19b640..d2bb8011f 100644 --- a/keyboards/hs60/v1/v1.c +++ b/keyboards/hs60/v1/v1.c | |||
@@ -378,20 +378,6 @@ void matrix_init_kb(void) { | |||
378 | matrix_init_user(); | 378 | matrix_init_user(); |
379 | } | 379 | } |
380 | 380 | ||
381 | void matrix_scan_kb(void) { | ||
382 | |||
383 | matrix_scan_user(); | ||
384 | } | ||
385 | |||
386 | bool process_record_kb(uint16_t keycode, keyrecord_t *record) { | ||
387 | |||
388 | return process_record_user(keycode, record); | ||
389 | } | ||
390 | |||
391 | void led_set_kb(uint8_t usb_led) { | ||
392 | //backlight_set_indicator_state(usb_led); | ||
393 | } | ||
394 | |||
395 | void suspend_power_down_kb(void) | 381 | void suspend_power_down_kb(void) |
396 | { | 382 | { |
397 | rgb_matrix_set_suspend_state(true); | 383 | rgb_matrix_set_suspend_state(true); |