logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: cd374b1500b6d581c133f18d45a4a774d9e0f313
parent 9d02ac37f7222b2dbdd10080b062bba05b2c9893
Author: Ryan <fauxpark@gmail.com>
Date:   Sat, 29 Jun 2024 13:07:42 +1000

`clueboard/card`: Swap layout and alias (#24007)


Diffstat:

Mkeyboards/clueboard/card/keyboard.json4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/keyboards/clueboard/card/keyboard.json b/keyboards/clueboard/card/keyboard.json @@ -43,10 +43,10 @@ "levels": 6 }, "layout_aliases": { - "LAYOUT": "LAYOUT_all" + "LAYOUT_all": "LAYOUT" }, "layouts": { - "LAYOUT_all": { + "LAYOUT": { "layout": [ {"label": "ON/OFF", "matrix": [0, 0], "x": 0, "y": 0}, {"label": "SAT+", "matrix": [0, 1], "x": 4, "y": 0},