diff --git a/keyboards/dcpedit/modmmm/info.json b/keyboards/dcpedit/modmmm/info.json index 2658ecd00a9..214f3259645 100644 --- a/keyboards/dcpedit/modmmm/info.json +++ b/keyboards/dcpedit/modmmm/info.json @@ -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" + } }