Fix boardsource/beiwagon RGB Matrix coordinates (#25018)

This commit is contained in:
jack
2025-04-22 21:06:17 -06:00
committed by GitHub
parent acedfc3fcb
commit 5ea7283159
3 changed files with 37 additions and 58 deletions

View File

@@ -0,0 +1,19 @@
{
"keyboard": "boardsource/beiwagon",
"keymap": "default",
"layout": "LAYOUT",
"layers": [
[
"KC_7", "KC_8", "KC_9",
"KC_4", "KC_5", "KC_6",
"KC_1", "KC_2", "KC_3",
"KC_0", "KC_PENT", "MO(1)"
],
[
"QK_BOOT", "_______", "RM_TOGG",
"_______", "_______", "RM_NEXT",
"_______", "_______", "_______",
"_______", "_______", "_______"
]
]
}