summaryrefslogtreecommitdiff
path: root/keyboards/nightly_boards/octopad/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/nightly_boards/octopad/info.json')
-rw-r--r--keyboards/nightly_boards/octopad/info.json29
1 files changed, 14 insertions, 15 deletions
diff --git a/keyboards/nightly_boards/octopad/info.json b/keyboards/nightly_boards/octopad/info.json
index c78a58937d..db2b62c165 100644
--- a/keyboards/nightly_boards/octopad/info.json
+++ b/keyboards/nightly_boards/octopad/info.json
@@ -10,7 +10,7 @@
},
"matrix_pins": {
"cols": ["F1", "F0", "D0", "D1", "B1"],
- "rows": ["B2", "B3", null]
+ "rows": ["B2", "B3"]
},
"diode_direction": "COL2ROW",
"encoder": {
@@ -19,6 +19,9 @@
{"pin_a": "F4", "pin_b": "F5"}
]
},
+ "rgblight": {
+ "led_count": 8
+ },
"ws2812": {
"pin": "F7"
},
@@ -27,23 +30,19 @@
"layouts": {
"LAYOUT": {
"layout": [
- {"matrix": [2, 0], "x": 0, "y": 0},
- {"matrix": [0, 4], "x": 1, "y": 0},
- {"matrix": [2, 1], "x": 2, "y": 0},
+ {"matrix": [0, 4], "x": 0, "y": 0},
- {"matrix": [2, 2], "x": 3.5, "y": 0},
- {"matrix": [1, 4], "x": 4.5, "y": 0},
- {"matrix": [2, 3], "x": 5.5, "y": 0},
+ {"matrix": [1, 4], "x": 3.5, "y": 0},
- {"matrix": [0, 0], "x": 1.25, "y": 1.25},
- {"matrix": [0, 1], "x": 2.25, "y": 1.25},
- {"matrix": [0, 2], "x": 3.25, "y": 1.25},
- {"matrix": [0, 3], "x": 4.25, "y": 1.25},
+ {"matrix": [0, 0], "x": 0.25, "y": 1.25},
+ {"matrix": [0, 1], "x": 1.25, "y": 1.25},
+ {"matrix": [0, 2], "x": 2.25, "y": 1.25},
+ {"matrix": [0, 3], "x": 3.25, "y": 1.25},
- {"matrix": [1, 0], "x": 1.25, "y": 2.25},
- {"matrix": [1, 1], "x": 2.25, "y": 2.25},
- {"matrix": [1, 2], "x": 3.25, "y": 2.25},
- {"matrix": [1, 3], "x": 4.25, "y": 2.25}
+ {"matrix": [1, 0], "x": 0.25, "y": 2.25},
+ {"matrix": [1, 1], "x": 1.25, "y": 2.25},
+ {"matrix": [1, 2], "x": 2.25, "y": 2.25},
+ {"matrix": [1, 3], "x": 3.25, "y": 2.25}
]
}
}