Browse Source

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 7f28df909d.
pull/6555/head
Konstantin Đorđević 4 years ago
committed by skullydazed
parent
commit
61b5914a80
1 changed files with 2 additions and 7 deletions
  1. +2
    -7
      keyboards/clueboard/66_hotswap/gen1/gen1.c

+ 2
- 7
keyboards/clueboard/66_hotswap/gen1/gen1.c View File

@ -14,15 +14,10 @@
* along with this program. If not, see <http://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


Loading…
Cancel
Save