From 984481ff8e17173a0faaa12c524d0b502fb438cb Mon Sep 17 00:00:00 2001 From: peepeetee <43021794+peepeetee@users.noreply.github.com> Date: Tue, 1 Feb 2022 12:36:16 +0800 Subject: [Keyboard] move @drhigsby 's boards into /drhigsby (#16041) --- keyboards/drhigsby/packrat/rules.mk | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 keyboards/drhigsby/packrat/rules.mk (limited to 'keyboards/drhigsby/packrat/rules.mk') diff --git a/keyboards/drhigsby/packrat/rules.mk b/keyboards/drhigsby/packrat/rules.mk new file mode 100644 index 0000000000..fc0608c07f --- /dev/null +++ b/keyboards/drhigsby/packrat/rules.mk @@ -0,0 +1,20 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = caterina + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = no # 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 +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +LTO_ENABLE = no # Use link time optimization +ENCODER_ENABLE = yes -- cgit v1.2.3