Parcourir la source

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

Ryan il y a 2 ans
Parent
commit
cd374b1500
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      keyboards/clueboard/card/keyboard.json

+ 2 - 2
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},