summaryrefslogtreecommitdiff
path: root/keyboards/handwired/co60/rev7/rev7.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/co60/rev7/rev7.c')
-rw-r--r--keyboards/handwired/co60/rev7/rev7.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/keyboards/handwired/co60/rev7/rev7.c b/keyboards/handwired/co60/rev7/rev7.c
index 3d0964d899..40fd7e6649 100644
--- a/keyboards/handwired/co60/rev7/rev7.c
+++ b/keyboards/handwired/co60/rev7/rev7.c
@@ -15,25 +15,3 @@
*/
#include "rev7.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();
-}