rules.mk 820 B

123456789101112131415161718
  1. # Build Options
  2. # change to "no" to disable the options, or define them in the Makefile in
  3. # the appropriate keymap folder that will get included automatically
  4. #
  5. EXTRAKEY_ENABLE = yes # Audio control and System control
  6. NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
  7. RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
  8. SWAP_HANDS_ENABLE = no # Enable one-hand typing
  9. # If you want to change the display of OLED, you need to change here
  10. SRC += ./lib/glcdfont.c \
  11. ./lib/rgb_state_reader.c \
  12. ./lib/layer_state_reader.c \
  13. ./lib/logo_reader.c \
  14. ./lib/keylogger.c \
  15. # ./lib/mode_icon_reader.c \
  16. # ./lib/host_led_state_reader.c \
  17. # ./lib/timelogger.c \