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.

21 lines
689 B

  1. # Build Options
  2. # change yes to no to disable
  3. #
  4. OLED_ENABLE = yes # OLED Enabled
  5. # Cirque touchpad settings
  6. POINTING_DEVICE_ENABLE = yes # Pointing Device Enabled
  7. POINTING_DEVICE_DRIVER = cirque_pinnacle_spi # Pointing Device Driver
  8. DYNAMIC_TAPPING_TERM_ENABLE = yes # Enable Dynamic Tapping Term to control the Tap term for the Cirque Pad easily
  9. # Custom matrix setup
  10. CUSTOM_MATRIX = lite
  11. VPATH += drivers/gpio
  12. SRC += mcp23018.c matrix.c
  13. I2C_DRIVER_REQUIRED = yes
  14. DEFAULT_FOLDER = mechwild/sugarglider/wide_oled
  15. # Necessary for stenography functionality
  16. KEYBOARD_SHARED_EP = yes # Needed to free up an endpoint in blackpill