Browse Source

Bring this branch up to date with led_matrix

skullY 7 years ago
parent
commit
746e4593d2

+ 0 - 1
keyboards/clueboard/66_hotswap/config.h

@@ -16,7 +16,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
 #pragma once
-
 #include "config_common.h"
 
 /* USB Device descriptor parameter */

+ 0 - 1
keyboards/clueboard/66_hotswap/gen1/config.h

@@ -16,7 +16,6 @@
  */
 
 #pragma once
-
 #include "config_common.h"
 
 /* USB Device descriptor parameter */

+ 6 - 6
keyboards/clueboard/66_hotswap/gen1/gen1.c

@@ -73,12 +73,12 @@ const is31_led g_is31_leds[DRIVER_LED_TOTAL] = {
     {0, C3_12, C3_12, C3_12}, // k73 KC_QUOT
     {0, C3_14, C3_14, C3_14}, // k75 KC_ENT
     {0, C4_1,  C4_1,  C4_1},  // k30 KC_LSFT
-    {0, C4_2,  C4_2,  C4_2},  // k32 KC_Z
-    {0, C4_3,  C4_3,  C4_3},  // k33 KC_X
-    {0, C4_4,  C4_4,  C4_4},  // k34 KC_C
-    {0, C4_5,  C4_5,  C4_5},  // k35 KC_V
-    {0, C4_6,  C4_6,  C4_6},  // k36 KC_B
-    {0, C4_7,  C4_7,  C4_7},  // k37 KC_N
+    {0, C4_3,  C4_3,  C4_3},  // k32 KC_Z
+    {0, C4_4,  C4_4,  C4_4},  // k33 KC_X
+    {0, C4_5,  C4_5,  C4_5},  // k34 KC_C
+    {0, C4_6,  C4_6,  C4_6},  // k35 KC_V
+    {0, C4_7,  C4_7,  C4_7},  // k36 KC_B
+    {0, C4_8,  C4_8,  C4_8},  // k37 KC_N
     {0, C4_9,  C4_9,  C4_9},  // k80 KC_M
     {0, C4_10, C4_10, C4_10}, // k81 KC_COMM
     {0, C4_11, C4_11, C4_11}, // k82 KC_DOT

+ 1 - 1
keyboards/clueboard/66_hotswap/gen1/rules.mk

@@ -39,7 +39,7 @@ OPT_DEFS =
 DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave
 
 # LED Configuration
-#RGB_MATRIX_ENABLE = IS31FL3731
+RGB_MATRIX_ENABLE = IS31FL3731
 
 # Build Options
 #   comment out to disable the options.