From cd673ccebacb2c0550cce32a824c32ce92c8b97f Mon Sep 17 00:00:00 2001 From: peepeetee <43021794+peepeetee@users.noreply.github.com> Date: Thu, 10 Feb 2022 05:19:28 +0800 Subject: move spaceholdings boards into /spaceholdings (#16096) --- keyboards/nebula68b/rules.mk | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100755 keyboards/nebula68b/rules.mk (limited to 'keyboards/nebula68b/rules.mk') diff --git a/keyboards/nebula68b/rules.mk b/keyboards/nebula68b/rules.mk deleted file mode 100755 index 92dd198801..0000000000 --- a/keyboards/nebula68b/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 = 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 -RGB_MATRIX_ENABLE = yes # Enable Per-key RGB -RGB_MATRIX_DRIVER = WS2812 # Per-key RGB Driver - -LTO_ENABLE = yes -- cgit v1.2.3