diff options
Diffstat (limited to 'keyboards/marksard/rhymestone/rev1/rev1.c')
-rw-r--r-- | keyboards/marksard/rhymestone/rev1/rev1.c | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/keyboards/marksard/rhymestone/rev1/rev1.c b/keyboards/marksard/rhymestone/rev1/rev1.c index a4dadd55c..d41694c1d 100644 --- a/keyboards/marksard/rhymestone/rev1/rev1.c +++ b/keyboards/marksard/rhymestone/rev1/rev1.c | |||
@@ -58,51 +58,3 @@ led_config_t g_led_config = { { | |||
58 | 4, 4, 4, 4 | 58 | 4, 4, 4, 4 |
59 | } }; | 59 | } }; |
60 | #endif | 60 | #endif |
61 | |||
62 | __attribute__((weak)) | ||
63 | void matrix_init_user(void) {} | ||
64 | |||
65 | void matrix_init_kb(void) { | ||
66 | |||
67 | #ifdef RGB_MATRIX_ENABLE | ||
68 | // if (!is_keyboard_master()) { | ||
69 | // g_led_config = (led_config_t){ { | ||
70 | // { 30, 31, 32, 33, 20 }, | ||
71 | // { 29, 38, 39, 34, 21 }, | ||
72 | // { 28, 37, 36, 35, 22 }, | ||
73 | // { 27, 26, 25, 24, 23 }, | ||
74 | // { 10, 11, 12, 13, 0 }, | ||
75 | // { 9, 18, 19, 14, 1 }, | ||
76 | // { 8, 17, 16, 15, 2 }, | ||
77 | // { 7, 6, 5, 4, 3 } | ||
78 | // }, { | ||
79 | // { 125, 0 }, { 125, 21 }, { 125, 43 }, { 125, 64 }, | ||
80 | // { 150, 64 }, { 175, 64 }, { 200, 64 }, { 225, 64 }, | ||
81 | // { 225, 43 }, { 225, 21 }, { 225, 0 }, | ||
82 | // { 200, 0 }, { 175, 0 }, { 150, 0 }, | ||
83 | // { 150, 21 }, { 150, 43 }, | ||
84 | // { 175, 43 }, { 200, 43 }, | ||
85 | // { 200, 21 }, { 150, 21 }, | ||
86 | // { 100, 0 }, { 100, 21 }, { 100, 43 }, { 100, 64 }, | ||
87 | // { 75, 64 }, { 50, 64 }, { 25, 64 }, { 0, 64 }, | ||
88 | // { 0, 43 }, { 0, 21 }, { 0, 0 }, | ||
89 | // { 25, 0 }, { 50, 0 }, { 75, 0 }, | ||
90 | // { 75, 21 }, { 75, 43 }, | ||
91 | // { 50, 43 }, { 25, 43 }, | ||
92 | // { 25, 21 }, { 50, 21 } | ||
93 | // }, { | ||
94 | // 4, 4, 4, 1, | ||
95 | // 1, 1, 1, 1, | ||
96 | // 4, 4, 4, 4, | ||
97 | // 4, 4, 4, 4, | ||
98 | // 4, 4, 4, 4, | ||
99 | // 4, 4, 4, 1, | ||
100 | // 1, 1, 1, 1, | ||
101 | // 4, 4, 4, 4, | ||
102 | // 4, 4, 4, 4, | ||
103 | // 4, 4, 4, 4 | ||
104 | // } }; | ||
105 | // } | ||
106 | #endif | ||
107 | matrix_init_user(); | ||
108 | } | ||