From 8e34b64a9931a9155095ff988eeaafd5094ecaa4 Mon Sep 17 00:00:00 2001 From: peepeetee <43021794+peepeetee@users.noreply.github.com> Date: Thu, 10 Feb 2022 05:29:59 +0800 Subject: move hid_liber to /bpiphany (#16091) --- keyboards/bpiphany/hid_liber/rules.mk | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 keyboards/bpiphany/hid_liber/rules.mk (limited to 'keyboards/bpiphany/hid_liber/rules.mk') 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 -- cgit v1.2.1