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.

34 lines
837 B

  1. SRC += ericgebhart.c
  2. SRC += tap_dances.c
  3. SRC += process_records.c
  4. SRC += caps_word.c
  5. SRC += altlocal_keys.c
  6. VPATH += keyboards/gboards
  7. OLED_ENABLE = yes
  8. ifeq ($(strip $(OLED_ENABLE)), yes)
  9. SRC += $(USER_PATH)/oled_stuff.c
  10. endif
  11. MOUSEKEY_ENABLE = yes # Mouse keys
  12. EXTRAKEY_ENABLE = yes # Audio control and System control
  13. COMMAND_ENABLE = no # Commands for debug and configuration
  14. NKRO_ENABLE = no # Enable N-Key Rollover
  15. SWAP_HANDS_ENABLE= no # Allow swapping hands of keyboard
  16. KEY_LOCK_ENABLE = no # Enable the KC_LOCK key
  17. TAP_DANCE_ENABLE = no # Enable the tap dance feature.
  18. CONSOLE_ENABLE = no # Console for debug
  19. BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
  20. UNICODE_ENABLE = no
  21. SLEEP_LED_ENABLE = no
  22. LTO_ENABLE = yes
  23. SPACE_CADET_ENABLE = no
  24. GRAVE_ESC_ENABLE = no
  25. MAGIC_ENABLE = no
  26. COMBO_ENABLE = yes