diff options
Diffstat (limited to 'keyboards/hid_liber/rules.mk')
-rwxr-xr-x | keyboards/hid_liber/rules.mk | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/keyboards/hid_liber/rules.mk b/keyboards/hid_liber/rules.mk deleted file mode 100755 index ecdc53dad1..0000000000 --- a/keyboards/hid_liber/rules.mk +++ /dev/null @@ -1,22 +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 = 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 |