rules.mk 859 B

1234567891011121314151617181920
  1. BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
  2. MOUSEKEY_ENABLE = no # Mouse keys
  3. EXTRAKEY_ENABLE = no # Audio control and System control
  4. CONSOLE_ENABLE = no # Console for debug
  5. COMMAND_ENABLE = no # Commands for debug and configuration
  6. NKRO_ENABLE = no
  7. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
  8. AUDIO_ENABLE = no # Audio output
  9. RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
  10. SWAP_HANDS_ENABLE = no # Enable one-hand typing
  11. OLED_ENABLE= yes # OLED display
  12. # If you want to change the display of OLED, you need to change here
  13. SRC += ./lib/rgb_state_reader.c \
  14. ./lib/layer_state_reader.c \
  15. ./lib/logo_reader.c \
  16. ./lib/keylogger.c \
  17. # ./lib/mode_icon_reader.c \
  18. # ./lib/host_led_state_reader.c \
  19. # ./lib/timelogger.c \