summaryrefslogtreecommitdiff
path: root/keyboards/jacky_studio/bear_65
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-02-09 14:34:21 +1100
committerGitHub <noreply@github.com>2023-02-09 03:34:21 +0000
commitc67285587c812a3dffb20113c8a270b596156d0e (patch)
tree6630078fcd119e9bb9cb2fb0a7ff5a818aaa445a /keyboards/jacky_studio/bear_65
parentb0604aca477d0ea010b0ba65364677b179327a1b (diff)
Fix errors flagged by generate-api (#19784)
Diffstat (limited to 'keyboards/jacky_studio/bear_65')
-rw-r--r--keyboards/jacky_studio/bear_65/bear_65.c20
-rw-r--r--keyboards/jacky_studio/bear_65/rev2/info.json2
-rw-r--r--keyboards/jacky_studio/bear_65/rules.mk2
3 files changed, 2 insertions, 22 deletions
diff --git a/keyboards/jacky_studio/bear_65/bear_65.c b/keyboards/jacky_studio/bear_65/bear_65.c
index b4ed1318f0..a2ae572b82 100644
--- a/keyboards/jacky_studio/bear_65/bear_65.c
+++ b/keyboards/jacky_studio/bear_65/bear_65.c
@@ -15,23 +15,3 @@
*/
#include "bear_65.h"
-
-#ifdef RGB_MATRIX_ENABLE
-led_config_t g_led_config = { {
- // Key Matrix to LED Index
- { NO_LED, 4 , 4 , 4 , 4 , 3 , 3 , 3 , 3 , 2 , 2 , 2 , 2 , 1 , NO_LED},
- { NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, 6 },
- { 6 , NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, 6 , 0 , 6 },
- { 7 , 5 , NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, NO_LED, 11 },
- { 7 , NO_LED, NO_LED, 8 , NO_LED, 8 , 9 , NO_LED, 9 , 7 , 10 , 11 , 11 , 11 , 1 },
-}, {
- // LED Index to Physical Position
- {224, 32}, {224, 10}, {192, 10}, {128, 25},
- {70, 10}, {16, 10}, {16, 32}, {16, 64},
- {64, 64}, {112, 64}, {176, 64}, {224, 64}
-}, {
- // LED Index to Flag
- LED_FLAG_ALL, LED_FLAG_ALL, LED_FLAG_ALL, LED_FLAG_ALL, LED_FLAG_ALL, LED_FLAG_ALL,
- LED_FLAG_ALL, LED_FLAG_ALL, LED_FLAG_ALL, LED_FLAG_ALL, LED_FLAG_ALL, LED_FLAG_ALL
-} };
-#endif
diff --git a/keyboards/jacky_studio/bear_65/rev2/info.json b/keyboards/jacky_studio/bear_65/rev2/info.json
index 661ebecc92..e3d3a31132 100644
--- a/keyboards/jacky_studio/bear_65/rev2/info.json
+++ b/keyboards/jacky_studio/bear_65/rev2/info.json
@@ -168,7 +168,7 @@
{"label":"Left", "x":17.25, "y":4},
{"label":"Down", "x":18.25, "y":4},
{"label":"Right", "x":19.25, "y":4}]
- }
+ },
"LAYOUT_wk_bs": {
"layout": [
{"label":"Esc", "x":0.5, "y":0},
diff --git a/keyboards/jacky_studio/bear_65/rules.mk b/keyboards/jacky_studio/bear_65/rules.mk
index 67e93335d8..91bb6f74b9 100644
--- a/keyboards/jacky_studio/bear_65/rules.mk
+++ b/keyboards/jacky_studio/bear_65/rules.mk
@@ -1 +1 @@
-DEFAULT_FOLDER = jacky_studio/bear65/rev1
+DEFAULT_FOLDER = jacky_studio/bear_65/rev1