diff options
Diffstat (limited to 'keyboards/dichotomy/dichotomy.c')
-rwxr-xr-x | keyboards/dichotomy/dichotomy.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/keyboards/dichotomy/dichotomy.c b/keyboards/dichotomy/dichotomy.c index b94030a37..967d7e603 100755 --- a/keyboards/dichotomy/dichotomy.c +++ b/keyboards/dichotomy/dichotomy.c | |||
@@ -1,12 +1,7 @@ | |||
1 | #include "dichotomy.h" | 1 | #include "dichotomy.h" |
2 | 2 | ||
3 | void uart_init(void) { | ||
4 | SERIAL_UART_INIT(); | ||
5 | } | ||
6 | |||
7 | void pointing_device_task(void){ | 3 | void pointing_device_task(void){ |
8 | /*report_mouse_t currentReport = {}; | 4 | /*report_mouse_t currentReport = {}; |
9 | SERIAL_UART_INIT(); | ||
10 | uint32_t timeout = 0; | 5 | uint32_t timeout = 0; |
11 | 6 | ||
12 | //the m character requests the RF slave to send the mouse report | 7 | //the m character requests the RF slave to send the mouse report |
@@ -77,16 +72,5 @@ void matrix_init_kb(void) { | |||
77 | // put your keyboard start-up code here | 72 | // put your keyboard start-up code here |
78 | // runs once when the firmware starts up | 73 | // runs once when the firmware starts up |
79 | matrix_init_user(); | 74 | matrix_init_user(); |
80 | uart_init(); | ||
81 | led_init(); | 75 | led_init(); |
82 | } | 76 | } |
83 | |||
84 | void matrix_scan_kb(void) { | ||
85 | // put your looping keyboard code here | ||
86 | // runs every cycle (a lot) | ||
87 | matrix_scan_user(); | ||
88 | } | ||
89 | |||
90 | void led_set_kb(uint8_t usb_led) { | ||
91 | |||
92 | } | ||