You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
1.3 KiB

  1. # Build Options
  2. # change yes to no to disable
  3. #
  4. BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
  5. MOUSEKEY_ENABLE = no # Mouse keys
  6. EXTRAKEY_ENABLE = yes # Audio control and System control
  7. CONSOLE_ENABLE = no # Console for debug
  8. COMMAND_ENABLE = no # Commands for debug and configuration
  9. NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
  10. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
  11. AUDIO_ENABLE = no # Audio output
  12. BLUETOOTH_ENABLE = no # Enable Bluetooth
  13. RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
  14. SWAP_HANDS_ENABLE = no # Enable one-hand typing
  15. OLED_DRIVER_ENABLE = yes # OLED display
  16. ENCODER_ENABLE = yes # Enable encoder
  17. # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
  18. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  19. # If you want to change the display of OLED, you need to change here
  20. SRC += ./lib/rgb_state_reader.c \
  21. ./lib/layer_state_reader.c \
  22. ./lib/logo_reader.c \
  23. ./lib/keylogger.c \
  24. # ./lib/mode_icon_reader.c \
  25. # ./lib/host_led_state_reader.c \
  26. # ./lib/timelogger.c \