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