aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/co60/rev6/rev6.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/co60/rev6/rev6.c')
-rw-r--r--keyboards/handwired/co60/rev6/rev6.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/keyboards/handwired/co60/rev6/rev6.c b/keyboards/handwired/co60/rev6/rev6.c
index f597513b1..e2645871a 100644
--- a/keyboards/handwired/co60/rev6/rev6.c
+++ b/keyboards/handwired/co60/rev6/rev6.c
@@ -15,25 +15,3 @@
*/
#include "rev6.h"
-#include "backlight.h"
-#include "led.h"
-#include "printf.h"
-
-backlight_levels_config_t kb_backlight_config = {
- .enable = true,
- .breathing = true,
- .level = BACKLIGHT_LEVELS
-};
-
-uint8_t *o_fb;
-
-uint16_t counterst = 0;
-
-void matrix_init_kb(void) {
- matrix_init_user();
- backlight_init_ports();
-}
-
-void matrix_scan_kb(void) {
- matrix_scan_user();
-}