Skip to content

Commit

Permalink
Fix Clueboard hotswap gen1 not compiling when LED Matrix is disabled (
Browse files Browse the repository at this point in the history
…qmk#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 7f28df9.
  • Loading branch information
vomindoraan authored and skullydazed committed Aug 16, 2019
1 parent 9813a6f commit 61b5914
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions keyboards/clueboard/66_hotswap/gen1/gen1.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,10 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
#include "gen1.h"
#include "is31fl3731-simple.h"

void matrix_init_kb(void) {
}

void matrix_scan_kb(void) {
}

#ifdef LED_MATRIX_ENABLE
#include "is31fl3731-simple.h"

const is31_led g_is31_leds[LED_DRIVER_LED_COUNT] = {
/* Refer to IS31 manual for these locations
* driver
Expand Down

0 comments on commit 61b5914

Please sign in to comment.