rules.mk 327 B

1234567891011
  1. # Build Options
  2. RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
  3. BOOTLOADER = atmel-dfu
  4. # If you want to change the display of OLED, you need to change here
  5. SRC += ./lib/glcdfont.c \
  6. ./lib/rgb_state_reader.c \
  7. ./lib/layer_state_reader.c \
  8. ./lib/logo_reader.c \
  9. ./lib/keylogger.c \