diff options
Diffstat (limited to 'keyboards/hineybush/h88/h88.c')
-rw-r--r-- | keyboards/hineybush/h88/h88.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/keyboards/hineybush/h88/h88.c b/keyboards/hineybush/h88/h88.c index adfb64bef..b88722db6 100644 --- a/keyboards/hineybush/h88/h88.c +++ b/keyboards/hineybush/h88/h88.c | |||
@@ -23,26 +23,6 @@ void matrix_init_kb(void) { | |||
23 | matrix_init_user(); | 23 | matrix_init_user(); |
24 | } | 24 | } |
25 | 25 | ||
26 | void matrix_scan_kb(void) { | ||
27 | // put your looping keyboard code here | ||
28 | // runs every cycle (a lot) | ||
29 | |||
30 | matrix_scan_user(); | ||
31 | } | ||
32 | |||
33 | bool process_record_kb(uint16_t keycode, keyrecord_t *record) { | ||
34 | // put your per-action keyboard code here | ||
35 | // runs for every action, just before processing by the firmware | ||
36 | |||
37 | return process_record_user(keycode, record); | ||
38 | } | ||
39 | |||
40 | void led_set_kb(uint8_t usb_led) { | ||
41 | // put your keyboard LED indicator (ex: Caps Lock LED) toggling code here | ||
42 | |||
43 | led_set_user(usb_led); | ||
44 | } | ||
45 | |||
46 | bool led_update_kb(led_t led_state) { | 26 | bool led_update_kb(led_t led_state) { |
47 | if(led_update_user(led_state)) { | 27 | if(led_update_user(led_state)) { |
48 | writePin(D5, !led_state.caps_lock); | 28 | writePin(D5, !led_state.caps_lock); |