diff options
Diffstat (limited to 'keyboards/ckeys/obelus/obelus.c')
-rw-r--r-- | keyboards/ckeys/obelus/obelus.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/keyboards/ckeys/obelus/obelus.c b/keyboards/ckeys/obelus/obelus.c index 2905f0724..fc6b961f2 100644 --- a/keyboards/ckeys/obelus/obelus.c +++ b/keyboards/ckeys/obelus/obelus.c | |||
@@ -9,20 +9,3 @@ void matrix_init_kb(void) { | |||
9 | 9 | ||
10 | matrix_init_user(); | 10 | matrix_init_user(); |
11 | } | 11 | } |
12 | |||
13 | void matrix_scan_kb(void) { | ||
14 | // put your looping keyboard code here | ||
15 | // runs every cycle (a lot) | ||
16 | matrix_scan_user(); | ||
17 | } | ||
18 | |||
19 | bool process_record_kb(uint16_t keycode, keyrecord_t *record) { | ||
20 | // put your per-action keyboard code here | ||
21 | // runs for every action, just before processing by the firmware | ||
22 | return process_record_user(keycode, record); | ||
23 | } | ||
24 | |||
25 | void led_set_kb(uint8_t usb_led) { | ||
26 | // put your keyboard LED indicator (ex: Caps Lock LED) toggling code here | ||
27 | led_set_user(usb_led); | ||
28 | } | ||