rules.mk 774 B

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