summaryrefslogtreecommitdiff
path: root/keyboards/mlego/m48/rev1/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/mlego/m48/rev1/info.json')
-rw-r--r--keyboards/mlego/m48/rev1/info.json15
1 files changed, 14 insertions, 1 deletions
diff --git a/keyboards/mlego/m48/rev1/info.json b/keyboards/mlego/m48/rev1/info.json
index 68c73096c4..ecfa4dc940 100644
--- a/keyboards/mlego/m48/rev1/info.json
+++ b/keyboards/mlego/m48/rev1/info.json
@@ -2,5 +2,18 @@
"usb": {
"pid": "0x6261",
"device_version": "0.0.1"
- }
+ },
+ "encoder": {
+ "rotary": [
+ {"pin_a": "A0", "pin_b": "B8"}
+ ]
+ },
+ "indicators": {
+ "caps_lock": "C13",
+ "num_lock": "B12",
+ "scroll_lock": "B13"
+ },
+ "processor": "STM32F401",
+ "bootloader": "tinyuf2",
+ "board": "BLACKPILL_STM32_F401"
}