diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-02-10 05:29:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-09 21:29:59 +0000 |
commit | 8e34b64a9931a9155095ff988eeaafd5094ecaa4 (patch) | |
tree | ce619880eaca864fb160d582e3c892d304e1a156 /keyboards/bpiphany/hid_liber/rules.mk | |
parent | cd673ccebacb2c0550cce32a824c32ce92c8b97f (diff) |
move hid_liber to /bpiphany (#16091)
Diffstat (limited to 'keyboards/bpiphany/hid_liber/rules.mk')
-rwxr-xr-x | keyboards/bpiphany/hid_liber/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/bpiphany/hid_liber/rules.mk b/keyboards/bpiphany/hid_liber/rules.mk new file mode 100755 index 0000000000..ecdc53dad1 --- /dev/null +++ b/keyboards/bpiphany/hid_liber/rules.mk @@ -0,0 +1,22 @@ +# 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 = yes # Console for debug +COMMAND_ENABLE = yes # Commands for debug and configuration +CUSTOM_MATRIX = yes # Custom matrix file +NKRO_ENABLE = yes # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. +AUDIO_ENABLE = no # Audio output + +# Project specific files +SRC = matrix.c |