update flag names

This commit is contained in:
Jack Humbert 2018-12-15 12:01:44 -05:00
parent dcdc2e4924
commit 738efb2529
4 changed files with 52 additions and 41 deletions

View file

@ -1,3 +1,12 @@
# Proton C MCU settings for converting AVR projects
# These are defaults based on what has been implemented for ARM boards
AUDIO_ENABLE = yes
RGBLIGHT_ENABLE = no
BACKLIGHT_ENABLE = no
# The rest of these settings shouldn't change
## chip/board settings
# - the next two should match the directories in
# <chibios>/os/hal/ports/$(MCU_FAMILY)/$(MCU_SERIES)
@ -33,7 +42,3 @@ OPT_DEFS =
# Options to pass to dfu-util when flashing
DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave
RGBLIGHT_ENABLE = no
AUDIO_ENABLE = yes
BACKLIGHT_ENABLE = no