summaryrefslogtreecommitdiff
path: root/keyboards/mlego/m60_split/rev1/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/mlego/m60_split/rev1/info.json')
-rw-r--r--keyboards/mlego/m60_split/rev1/info.json20
1 files changed, 19 insertions, 1 deletions
diff --git a/keyboards/mlego/m60_split/rev1/info.json b/keyboards/mlego/m60_split/rev1/info.json
index 90303c33c5..237b933eb0 100644
--- a/keyboards/mlego/m60_split/rev1/info.json
+++ b/keyboards/mlego/m60_split/rev1/info.json
@@ -2,5 +2,23 @@
"usb": {
"pid": "0x6361",
"device_version": "0.0.1"
- }
+ },
+ "encoder": {
+ "rotary": [
+ {"pin_a": "A0", "pin_b": "B8"}
+ ]
+ },
+ "indicators": {
+ "caps_lock": "C13",
+ "num_lock": "B12",
+ "scroll_lock": "B13"
+ },
+ "split": {
+ "bootmagic": {
+ "matrix": [5, 0]
+ }
+ },
+ "processor": "STM32F401",
+ "bootloader": "tinyuf2",
+ "board": "BLACKPILL_STM32_F401"
}