diff options
Diffstat (limited to 'keyboards/jae/j01/j01.c')
-rw-r--r-- | keyboards/jae/j01/j01.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/keyboards/jae/j01/j01.c b/keyboards/jae/j01/j01.c index 351ddc495..8763f8f0d 100644 --- a/keyboards/jae/j01/j01.c +++ b/keyboards/jae/j01/j01.c | |||
@@ -29,20 +29,6 @@ void matrix_init_kb(void) { | |||
29 | setPinOutput(E6); | 29 | setPinOutput(E6); |
30 | } | 30 | } |
31 | 31 | ||
32 | void matrix_scan_kb(void) { | ||
33 | // put your looping keyboard code here | ||
34 | // runs every cycle (a lot) | ||
35 | |||
36 | matrix_scan_user(); | ||
37 | } | ||
38 | |||
39 | bool process_record_kb(uint16_t keycode, keyrecord_t *record) { | ||
40 | // put your per-action keyboard code here | ||
41 | // runs for every action, just before processing by the firmware | ||
42 | |||
43 | return process_record_user(keycode, record); | ||
44 | } | ||
45 | |||
46 | bool led_update_kb(led_t led_state) { | 32 | bool led_update_kb(led_t led_state) { |
47 | if(led_update_user(led_state)) { | 33 | if(led_update_user(led_state)) { |
48 | writePin(E6, !led_state.caps_lock); | 34 | writePin(E6, !led_state.caps_lock); |