aboutsummaryrefslogtreecommitdiff
path: root/keyboards/tmo50/tmo50.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/tmo50/tmo50.c')
-rw-r--r--keyboards/tmo50/tmo50.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/keyboards/tmo50/tmo50.c b/keyboards/tmo50/tmo50.c
index bad4319f1..80eb286f4 100644
--- a/keyboards/tmo50/tmo50.c
+++ b/keyboards/tmo50/tmo50.c
@@ -31,26 +31,6 @@ void matrix_init_kb(void) {
31 matrix_init_user(); 31 matrix_init_user();
32} 32}
33 33
34void matrix_scan_kb(void) {
35 // put your looping keyboard code here
36 // runs every cycle (a lot)
37
38 matrix_scan_user();
39}
40
41bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
42 // put your per-action keyboard code here
43 // runs for every action, just before processing by the firmware
44
45 return process_record_user(keycode, record);
46}
47
48void led_set_kb(uint8_t usb_led) {
49 // put your keyboard LED indicator (ex: Caps Lock LED) toggling code here
50
51 led_set_user(usb_led);
52}
53
54layer_state_t layer_state_set_kb(layer_state_t state) 34layer_state_t layer_state_set_kb(layer_state_t state)
55{ 35{
56 state = layer_state_set_user(state); 36 state = layer_state_set_user(state);