aboutsummaryrefslogtreecommitdiff
path: root/keyboards/comet46/comet46.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/comet46/comet46.c')
-rw-r--r--keyboards/comet46/comet46.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/keyboards/comet46/comet46.c b/keyboards/comet46/comet46.c
index 0710b8e33..7c7edba93 100644
--- a/keyboards/comet46/comet46.c
+++ b/keyboards/comet46/comet46.c
@@ -1,22 +1 @@
1#include "comet46.h" #include "comet46.h"
2
3void uart_init(void) {
4 SERIAL_UART_INIT();
5}
6
7void matrix_init_kb(void) {
8 // put your keyboard start-up code here
9 // runs once when the firmware starts up
10 matrix_init_user();
11 uart_init();
12}
13
14void matrix_scan_kb(void) {
15 // put your looping keyboard code here
16 // runs every cycle (a lot)
17 matrix_scan_user();
18}
19
20void led_set_kb(uint8_t usb_led) {
21
22}