aboutsummaryrefslogtreecommitdiff
path: root/keyboards/do60/do60.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/do60/do60.c')
-rw-r--r--keyboards/do60/do60.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/do60/do60.c b/keyboards/do60/do60.c
new file mode 100644
index 000000000..b19fc5982
--- /dev/null
+++ b/keyboards/do60/do60.c
@@ -0,0 +1,10 @@
1#include "do60.h"
2
3extern inline void setdefaultrgb(void);
4
5void matrix_init_kb(void) {
6 // Keyboard start-up code goes here
7 // Runs once when the firmware starts up
8 matrix_init_user();
9 setdefaultrgb();
10};