diff options
Diffstat (limited to 'keyboards/converter/modelm101/modelm101.c')
-rw-r--r-- | keyboards/converter/modelm101/modelm101.c | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/keyboards/converter/modelm101/modelm101.c b/keyboards/converter/modelm101/modelm101.c index c2204bea6..708259cab 100644 --- a/keyboards/converter/modelm101/modelm101.c +++ b/keyboards/converter/modelm101/modelm101.c | |||
@@ -25,27 +25,6 @@ void keyboard_pre_init_kb(void) { | |||
25 | writePinHigh(B6); | 25 | writePinHigh(B6); |
26 | } | 26 | } |
27 | 27 | ||
28 | void matrix_init_kb(void) { | ||
29 | /* put your keyboard start-up code here | ||
30 | * runs once when the firmware starts up */ | ||
31 | |||
32 | matrix_init_user(); | ||
33 | } | ||
34 | |||
35 | void matrix_scan_kb(void) { | ||
36 | /* put your looping keyboard code here | ||
37 | * runs every cycle (a lot) */ | ||
38 | |||
39 | matrix_scan_user(); | ||
40 | } | ||
41 | |||
42 | bool process_record_kb(uint16_t keycode, keyrecord_t *record) { | ||
43 | /* put your per-action keyboard code here | ||
44 | * runs for every action, just before processing by the firmware */ | ||
45 | |||
46 | return process_record_user(keycode, record); | ||
47 | } | ||
48 | |||
49 | void led_set_kb(uint8_t usb_led) { | 28 | void led_set_kb(uint8_t usb_led) { |
50 | if (usb_led & (1<<USB_LED_NUM_LOCK)) { | 29 | if (usb_led & (1<<USB_LED_NUM_LOCK)) { |
51 | writePinLow(B4); | 30 | writePinLow(B4); |