diff options
-rw-r--r-- | keyboards/mlego/m60_split/info.json | 1 | ||||
-rw-r--r-- | keyboards/splitkb/kyria/rev1/proton_c/rules.mk | 7 |
2 files changed, 7 insertions, 1 deletions
diff --git a/keyboards/mlego/m60_split/info.json b/keyboards/mlego/m60_split/info.json index ad1f8f4bc..c6c5ee480 100644 --- a/keyboards/mlego/m60_split/info.json +++ b/keyboards/mlego/m60_split/info.json | |||
@@ -1,6 +1,5 @@ | |||
1 | { | 1 | { |
2 | "keyboard_name": "mlego/m60_split", | 2 | "keyboard_name": "mlego/m60_split", |
3 | "keyboard_folder": "mlego/m60_split", | ||
4 | "url": "https://gitlab.com/m-lego/m65", | 3 | "url": "https://gitlab.com/m-lego/m65", |
5 | "maintainer": "alin elena", | 4 | "maintainer": "alin elena", |
6 | "layouts": { | 5 | "layouts": { |
diff --git a/keyboards/splitkb/kyria/rev1/proton_c/rules.mk b/keyboards/splitkb/kyria/rev1/proton_c/rules.mk index 9e0942398..1a5f9a7cb 100644 --- a/keyboards/splitkb/kyria/rev1/proton_c/rules.mk +++ b/keyboards/splitkb/kyria/rev1/proton_c/rules.mk | |||
@@ -1,3 +1,10 @@ | |||
1 | # MCU name | ||
2 | MCU = STM32F303 | ||
3 | BOARD = QMK_PROTON_C | ||
4 | |||
5 | # Bootloader selection | ||
6 | BOOTLOADER = stm32-dfu | ||
7 | |||
1 | WS2812_DRIVER = pwm | 8 | WS2812_DRIVER = pwm |
2 | SERIAL_DRIVER = usart | 9 | SERIAL_DRIVER = usart |
3 | AUDIO_ENABLE = no | 10 | AUDIO_ENABLE = no |