qmk_firmware/keyboards/crkbd/keymaps/vlukash_trackpad_left/rules.mk
2023-08-15 10:30:34 +01:00

11 lines
322 B
Makefile

# Build Options
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
OLED_ENABLE = yes
BOOTLOADER = atmel-dfu
# If you want to change the display of OLED, you need to change here
SRC += ./lib/rgb_state_reader.c \
./lib/layer_state_reader.c \
./lib/logo_reader.c \
./lib/keylogger.c \