lily58/rules.mk

30 lines
1.2 KiB
Makefile
Raw Normal View History

2021-08-25 13:20:49 -04:00
# 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
#
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
MOUSEKEY_ENABLE = no # Mouse keys
CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
MIDI_ENABLE = no # MIDI controls
AUDIO_ENABLE = no # Audio output on port C6
UNICODE_ENABLE = no # Unicode
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
2025-02-18 18:51:20 -05:00
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
2021-08-25 13:20:49 -04:00
SWAP_HANDS_ENABLE = no # Enable one-hand typing
2021-09-04 22:35:28 -04:00
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
2021-08-25 13:20:49 -04:00
WPM_ENABLE = yes
2021-09-04 22:35:28 -04:00
OLED_ENABLE= yes # OLED display
2021-08-25 13:20:49 -04:00
EXTRAKEY_ENABLE = yes
EXTRAFLAGS += -flto
2022-09-01 04:40:53 -04:00
BOOTLOADER = atmel-dfu
2025-02-18 18:51:20 -05:00
# CONFIG_USB_ACM = yes
# DEBOUNCE_TYPE = sym_eager_pk
2021-08-25 13:20:49 -04:00
# If you want to change the display of OLED, you need to change here
2025-02-18 18:51:20 -05:00
SRC += ./lib/logo_reader.c \