Update keyboards/dcpedit/modmmm/info.json

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
This commit is contained in:
Ming-Gih Lam 2024-05-31 13:21:25 -07:00 committed by GitHub
parent ae11de2bf3
commit 1c0834e7cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,8 +2,6 @@
"url": "https://github.com/dcpedit/mod-mmm",
"manufacturer": "dcpedit",
"maintainer": "dcpedit",
"board": "BLACKPILL_STM32_F411",
"bootloader": "stm32-dfu",
"diode_direction": "COL2ROW",
"dynamic_keymap": {
"layer_count": 2
@ -16,6 +14,7 @@
"haptic": true,
"encoder": true
},
"development_board": "blackpill_f411",
"indicators": {
"caps_lock": "B12",
"num_lock": "A1",
@ -40,6 +39,5 @@
"matrix_pins": {
"cols": ["B13", "B14", "B15", "A15", "B1", "A3", "B9", "C15", "C14", "C13"],
"rows": ["B10", "B3", "B0", "B4", "A7", "B5", "A4", "A6", "B6", "A5", "B7", "B8"]
},
"processor": "STM32F411"
}
}