summaryrefslogtreecommitdiff
path: root/keyboards/lily58/keymaps/druotoni/rules.mk
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-02-15 08:23:23 +0000
committerGitHub <noreply@github.com>2024-02-15 08:23:23 +0000
commit4a128c6062582f9f7e344dccad570ef8c97911b9 (patch)
treea89c103bc67e574ddade7bf00bd57d7dd2d62dc5 /keyboards/lily58/keymaps/druotoni/rules.mk
parenta9f1105f98ecca299d401f81cd5cc1699683e2ce (diff)
[Keymap Removal] keyboard with most keymaps (#23081)
* splitkb/kyria * lily58 * gmmk/pro/rev1/ansi * lets_split
Diffstat (limited to 'keyboards/lily58/keymaps/druotoni/rules.mk')
-rw-r--r--keyboards/lily58/keymaps/druotoni/rules.mk27
1 files changed, 0 insertions, 27 deletions
diff --git a/keyboards/lily58/keymaps/druotoni/rules.mk b/keyboards/lily58/keymaps/druotoni/rules.mk
deleted file mode 100644
index b3182cb46a..0000000000
--- a/keyboards/lily58/keymaps/druotoni/rules.mk
+++ /dev/null
@@ -1,27 +0,0 @@
-# Build Options
-# change to "no" to disable the options, or define them in the Makefile in
-# the appropriate keymap folder that will get included automatically
-#
-RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
-
-# Bootloader selection
-BOOTLOADER = atmel-dfu
-
-# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
-SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
-LTO_ENABLE = yes
-SPACE_CADET_ENABLE = no
-GRAVE_ESC_ENABLE = no
-MAGIC_ENABLE = no
-
-# If you want to change the display of OLED, you need to change here
-SRC += ./lib/rgb_state_reader.c \
- ./burst.c \
- ./navi_logo.c \
- ./gui_state.c \
- ./fast_random.c \
- ./layer_frame.c \
- ./ring.c \
- ./boot.c \
- ./draw_helper.c \
-