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.

36 lines
875 B

  1. # Touch encoder needs
  2. VPATH += keyboards/rgbkb/common
  3. SRC += touch_encoder.c
  4. SRC += common_oled.c
  5. I2C_DRIVER_REQUIRED = yes
  6. # Build Options
  7. # change yes to no to disable
  8. #
  9. BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
  10. MOUSEKEY_ENABLE = yes # Mouse keys
  11. EXTRAKEY_ENABLE = yes # Audio control and System control
  12. CONSOLE_ENABLE = no # Console for debug
  13. COMMAND_ENABLE = no # Commands for debug and configuration
  14. NKRO_ENABLE = yes # Enable N-Key Rollover
  15. AUDIO_ENABLE = yes # Audio output
  16. AUDIO_DRIVER = dac_additive
  17. DYNAMIC_MACRO_ENABLE = yes
  18. DIP_SWITCH_ENABLE = yes
  19. RGBLIGHT_ENABLE = no
  20. RGB_MATRIX_ENABLE = yes
  21. OLED_ENABLE = yes
  22. ENCODER_ENABLE = yes
  23. SPLIT_KEYBOARD = yes
  24. SERIAL_DRIVER = usart
  25. LTO_ENABLE = yes
  26. OPT = 3
  27. OPT_DEFS += -DOLED_FONT_H=\"keyboards/rgbkb/common/glcdfont.c\"
  28. DEFAULT_FOLDER = rgbkb/sol3/rev1