diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-02-10 05:33:40 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-09 21:33:40 +0000 |
commit | 250fd721ace2a979261f8f1b97a487ed8016ee75 (patch) | |
tree | 888b570b653aba740aedd328a861b8a6a752b79c /keyboards/bpiphany/four_banger/rules.mk | |
parent | 8e34b64a9931a9155095ff988eeaafd5094ecaa4 (diff) |
move four_banger to bpiphany (#16082)
Diffstat (limited to 'keyboards/bpiphany/four_banger/rules.mk')
-rw-r--r-- | keyboards/bpiphany/four_banger/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/bpiphany/four_banger/rules.mk b/keyboards/bpiphany/four_banger/rules.mk new file mode 100644 index 0000000000..8f9b670fd9 --- /dev/null +++ b/keyboards/bpiphany/four_banger/rules.mk @@ -0,0 +1,18 @@ +# 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 = yes # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +AUDIO_ENABLE = no +RGBLIGHT_ENABLE = yes |