Browse Source

Fix a couple of boards being wrongly identified as AVR (#16377)

pull/16397/head
Ryan 2 years ago
committed by GitHub
parent
commit
4666d26008
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions
  1. +0
    -1
      keyboards/mlego/m60_split/info.json
  2. +7
    -0
      keyboards/splitkb/kyria/rev1/proton_c/rules.mk

+ 0
- 1
keyboards/mlego/m60_split/info.json View File

@ -1,6 +1,5 @@
{
"keyboard_name": "mlego/m60_split",
"keyboard_folder": "mlego/m60_split",
"url": "https://gitlab.com/m-lego/m65",
"maintainer": "alin elena",
"layouts": {


+ 7
- 0
keyboards/splitkb/kyria/rev1/proton_c/rules.mk View File

@ -1,3 +1,10 @@
# MCU name
MCU = STM32F303
BOARD = QMK_PROTON_C
# Bootloader selection
BOOTLOADER = stm32-dfu
WS2812_DRIVER = pwm
SERIAL_DRIVER = usart
AUDIO_ENABLE = no


Loading…
Cancel
Save