summaryrefslogtreecommitdiffstats
path: root/keyboards/do60/do60.c
diff options
context:
space:
mode:
authorlokher <lokher@gmail.com>2022-09-13 11:24:05 +0800
committerlokher <lokher@gmail.com>2022-09-13 11:24:05 +0800
commit9581289745736ce068a1040f44cec37a2ca8830d (patch)
tree24f644715a5fd6cc4d804d9604fb094307808b1b /keyboards/do60/do60.c
parentfe13cedf8c09fa34d5cec4e4c624738095176625 (diff)
Remove non-Keychron keyboards
Diffstat (limited to 'keyboards/do60/do60.c')
-rw-r--r--keyboards/do60/do60.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/do60/do60.c b/keyboards/do60/do60.c
deleted file mode 100644
index b19fc59828..0000000000
--- a/keyboards/do60/do60.c
+++ /dev/null
@@ -1,10 +0,0 @@
-#include "do60.h"
-
-extern inline void setdefaultrgb(void);
-
-void matrix_init_kb(void) {
- // Keyboard start-up code goes here
- // Runs once when the firmware starts up
- matrix_init_user();
- setdefaultrgb();
-};