aboutsummaryrefslogtreecommitdiff
path: root/keyboards/redox_w/redox_w.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/redox_w/redox_w.c')
-rw-r--r--keyboards/redox_w/redox_w.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/keyboards/redox_w/redox_w.c b/keyboards/redox_w/redox_w.c
index 75df91066..05fa33957 100644
--- a/keyboards/redox_w/redox_w.c
+++ b/keyboards/redox_w/redox_w.c
@@ -1,9 +1,5 @@
1#include "redox_w.h" 1#include "redox_w.h"
2 2
3void uart_init(void) {
4 SERIAL_UART_INIT();
5}
6
7void led_init(void) { 3void led_init(void) {
8 DDRD |= (1<<1); 4 DDRD |= (1<<1);
9 PORTD |= (1<<1); 5 PORTD |= (1<<1);
@@ -16,20 +12,9 @@ void matrix_init_kb(void) {
16 // put your keyboard start-up code here 12 // put your keyboard start-up code here
17 // runs once when the firmware starts up 13 // runs once when the firmware starts up
18 matrix_init_user(); 14 matrix_init_user();
19 uart_init();
20 led_init(); 15 led_init();
21} 16}
22 17
23void matrix_scan_kb(void) {
24 // put your looping keyboard code here
25 // runs every cycle (a lot)
26 matrix_scan_user();
27}
28
29void led_set_kb(uint8_t usb_led) {
30
31}
32
33#ifdef ONEHAND_ENABLE 18#ifdef ONEHAND_ENABLE
34__attribute__ ((weak)) 19__attribute__ ((weak))
35const keypos_t hand_swap_config[MATRIX_ROWS][MATRIX_COLS] = { 20const keypos_t hand_swap_config[MATRIX_ROWS][MATRIX_COLS] = {