Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
3af97ef6a2
45 changed files with 208 additions and 2 deletions
|
@ -28,3 +28,7 @@ SERIAL_DRIVER = usart
|
|||
WS2812_DRIVER = pwm
|
||||
|
||||
LAYOUTS = ortho_4x12
|
||||
|
||||
# Disable unsupported hardware
|
||||
AUDIO_SUPPORTED = no
|
||||
BACKLIGHT_SUPPORTED = no
|
||||
|
|
|
@ -3,3 +3,7 @@ MCU = STM32F401
|
|||
|
||||
# Address of the bootloader in system memory
|
||||
STM32_BOOTLOADER_ADDRESS = 0x1FFF0000
|
||||
|
||||
# Disable unsupported hardware
|
||||
AUDIO_SUPPORTED = no
|
||||
BACKLIGHT_SUPPORTED = no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue