diff options
-rw-r--r-- | keyboards/clueboard/66_hotswap/gen1/gen1.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/keyboards/clueboard/66_hotswap/gen1/gen1.c b/keyboards/clueboard/66_hotswap/gen1/gen1.c index c70f22375..3bcf74faa 100644 --- a/keyboards/clueboard/66_hotswap/gen1/gen1.c +++ b/keyboards/clueboard/66_hotswap/gen1/gen1.c | |||
@@ -14,15 +14,10 @@ | |||
14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
15 | */ | 15 | */ |
16 | #include "gen1.h" | 16 | #include "gen1.h" |
17 | #include "is31fl3731-simple.h" | ||
18 | |||
19 | void matrix_init_kb(void) { | ||
20 | } | ||
21 | |||
22 | void matrix_scan_kb(void) { | ||
23 | } | ||
24 | 17 | ||
25 | #ifdef LED_MATRIX_ENABLE | 18 | #ifdef LED_MATRIX_ENABLE |
19 | #include "is31fl3731-simple.h" | ||
20 | |||
26 | const is31_led g_is31_leds[LED_DRIVER_LED_COUNT] = { | 21 | const is31_led g_is31_leds[LED_DRIVER_LED_COUNT] = { |
27 | /* Refer to IS31 manual for these locations | 22 | /* Refer to IS31 manual for these locations |
28 | * driver | 23 | * driver |