diff options
author | Konstantin Đorđević <vomindoraan@gmail.com> | 2019-08-17 01:29:29 +0200 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2019-08-16 16:29:29 -0700 |
commit | 61b5914a80a7945952dd259cbe70d1e6752259c2 (patch) | |
tree | 080efc8676e3fc0978d572a743db55b08a497750 | |
parent | 9813a6f950b46277eb29c54105809767cc0daa65 (diff) | |
download | qmk_firmware-61b5914a80a7945952dd259cbe70d1e6752259c2.tar.gz qmk_firmware-61b5914a80a7945952dd259cbe70d1e6752259c2.zip |
Fix Clueboard hotswap gen1 not compiling when LED Matrix is disabled (#6427)
* Fix Clueboard hotswap gen1 not compiling when LED Matrix is disabled
* Move keymap.json to default keymap folder
* Revert "Move keymap.json to default keymap folder"
This reverts commit 7f28df909d7e4dcc79ab0ff44fe264656b5dfa18.
-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 |