diff options
author | Joel Challis <git@zvecr.com> | 2022-02-08 19:03:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-09 06:03:30 +1100 |
commit | 2e279f1b889a59156f30524cc83358f64ee53287 (patch) | |
tree | be7b7fc6718f2401bbca1820d043e24ddf194c77 /data/templates/avr/rules.mk | |
parent | a239051c4a4779767059140892144dedea09aaf2 (diff) |
Initial pass at data driven new-keyboard subcommand (#12795)
* Initial pass at a data driven keyboard subcommand
* format
* lint
* Handle bootloader now its mandatory
Diffstat (limited to 'data/templates/avr/rules.mk')
-rw-r--r-- | data/templates/avr/rules.mk | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/data/templates/avr/rules.mk b/data/templates/avr/rules.mk deleted file mode 100644 index 1275531ef6..0000000000 --- a/data/templates/avr/rules.mk +++ /dev/null @@ -1,18 +0,0 @@ -# MCU name -MCU = atmega32u4 - -# Bootloader selection -BOOTLOADER = atmel-dfu - -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite -MOUSEKEY_ENABLE = yes # Mouse keys -EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = no # Console for debug -COMMAND_ENABLE = no # Commands for debug and configuration -NKRO_ENABLE = no # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output |