aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/geekboards/macropad_v2
diff options
context:
space:
mode:
authorJack Sangdahl2025-09-09 11:00:32 +0200
committerGitHub2025-09-09 11:00:32 +0200
commit2d5cb23503d3a2a94a52713f9280b8a80b703385 (patch)
treeff8c5beb7493a8297a66bceda5b057419331c8e8 /keyboards/geekboards/macropad_v2
parent6aa85699a5626c084a1cfd4ea2ecca3c14783c33 (diff)
Migrate `g_led_config` to DD (G) (#25598)
Diffstat (limited to 'keyboards/geekboards/macropad_v2')
-rw-r--r--keyboards/geekboards/macropad_v2/keyboard.json44
-rw-r--r--keyboards/geekboards/macropad_v2/macropad_v2.c56
2 files changed, 44 insertions, 56 deletions
diff --git a/keyboards/geekboards/macropad_v2/keyboard.json b/keyboards/geekboards/macropad_v2/keyboard.json
index a34912aee3..2719faa764 100644
--- a/keyboards/geekboards/macropad_v2/keyboard.json
+++ b/keyboards/geekboards/macropad_v2/keyboard.json
@@ -51,6 +51,50 @@
"val": 192
},
"driver": "ws2812",
+ "layout": [
+ {"matrix": [1, 1], "x": 85, "y": 46, "flags": 4},
+ {"x": 85, "y": 64, "flags": 2},
+ {"x": 67, "y": 64, "flags": 2},
+ {"x": 49, "y": 64, "flags": 2},
+ {"x": 31, "y": 64, "flags": 2},
+ {"x": 13, "y": 64, "flags": 2},
+ {"matrix": [1, 0], "x": 31, "y": 46, "flags": 4},
+ {"x": 0, "y": 55, "flags": 2},
+ {"x": 0, "y": 46, "flags": 2},
+ {"x": 0, "y": 37, "flags": 2},
+ {"x": 0, "y": 27, "flags": 2},
+ {"x": 0, "y": 18, "flags": 2},
+ {"x": 0, "y": 9, "flags": 2},
+ {"matrix": [0, 0], "x": 31, "y": 18, "flags": 4},
+ {"x": 13, "y": 0, "flags": 2},
+ {"x": 31, "y": 0, "flags": 2},
+ {"x": 49, "y": 0, "flags": 2},
+ {"x": 67, "y": 0, "flags": 2},
+ {"x": 85, "y": 0, "flags": 2},
+ {"matrix": [0, 1], "x": 85, "y": 18, "flags": 4},
+ {"matrix": [0, 2], "x": 139, "y": 18, "flags": 4},
+ {"x": 139, "y": 0, "flags": 2},
+ {"x": 157, "y": 0, "flags": 2},
+ {"x": 175, "y": 0, "flags": 2},
+ {"x": 193, "y": 0, "flags": 2},
+ {"x": 211, "y": 0, "flags": 2},
+ {"matrix": [0, 3], "x": 193, "y": 18, "flags": 4},
+ {"x": 224, "y": 9, "flags": 2},
+ {"x": 224, "y": 18, "flags": 2},
+ {"x": 224, "y": 27, "flags": 2},
+ {"x": 224, "y": 37, "flags": 2},
+ {"x": 224, "y": 46, "flags": 2},
+ {"x": 224, "y": 55, "flags": 2},
+ {"matrix": [1, 3], "x": 193, "y": 46, "flags": 4},
+ {"x": 211, "y": 64, "flags": 2},
+ {"x": 193, "y": 64, "flags": 2},
+ {"x": 175, "y": 64, "flags": 2},
+ {"x": 157, "y": 64, "flags": 2},
+ {"matrix": [1, 2], "x": 139, "y": 46, "flags": 4},
+ {"x": 139, "y": 64, "flags": 2},
+ {"x": 121, "y": 64, "flags": 2},
+ {"x": 103, "y": 64, "flags": 2}
+ ],
"sleep": true
},
"processor": "STM32F072",
diff --git a/keyboards/geekboards/macropad_v2/macropad_v2.c b/keyboards/geekboards/macropad_v2/macropad_v2.c
deleted file mode 100644
index ba65697988..0000000000
--- a/keyboards/geekboards/macropad_v2/macropad_v2.c
+++ /dev/null
@@ -1,56 +0,0 @@
-/* Copyright 2020 Geekboards ltd. (geekboards.ru / geekboards.de)
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-#include "quantum.h"
-
-#ifdef RGB_MATRIX_ENABLE
-led_config_t g_led_config = { {
- // Key Matrix to LED Index
- {13,19,20,26}, {6,0,38,33},
-}, {
- // LED Index to Physical Position
- {85,46},
- {85,64},{67,64},{49,64},{31,64},{13,64},
- {31,46},
- {0,55},{0,46},{0,37},{0,27},{0,18},{0,9},
- {31,18},
- {13,0},{31,0},{49,0},{67,0},{85,0},
- {85,18},{139,18},
- {139,0},{157,0},{175,0},{193,0},{211,0},
- {193,18},
- {224,9},{224,18},{224,27},{224,37},{224,46},{224,55},
- {193,46},
- {211,64},{193,64},{175,64},{157,64},
- {139,46},
- {139,64},{121,64},{103,64},
-}, {
- // LED Index to Flag, 2=backlight, 4=key
- 4,
- 2, 2, 2, 2, 2,
- 4,
- 2, 2, 2, 2, 2, 2,
- 4,
- 2, 2, 2, 2, 2,
- 4, 4,
- 2, 2, 2, 2, 2,
- 4,
- 2, 2, 2, 2, 2, 2,
- 4,
- 2, 2, 2, 2,
- 4,
- 2, 2, 2
-} };
-
-#endif