rules.mk 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. INTROSPECTION_KEYMAP_C = keymap/keymap.c # keymaps
  2. SRC += ericgebhart.c
  3. SRC += process_records.c
  4. SRC += $(USER_PATH)/lang/locales.c
  5. SRC += $(USER_PATH)/extensions/extensions.c
  6. SRC += $(USER_PATH)/extensions/tap_hold.c
  7. SRC += $(USER_PATH)/extensions/accented_keys.c
  8. SRC += $(USER_PATH)/extensions/altlocal_keys.c
  9. SRC += $(USER_PATH)/extensions/tap_dances.c
  10. SRC += $(USER_PATH)/extensions/encoders.c
  11. SRC += $(USER_PATH)/extensions/swapper.c
  12. SRC += $(USER_PATH)/extensions/mod_lock.c
  13. SRC += $(USER_PATH)/extensions/smart_lock.c
  14. SRC += $(USER_PATH)/extensions/nshot_mod.c
  15. SRC += $(USER_PATH)/extensions/oneshot.c
  16. SRC += $(USER_PATH)/extensions/unicode.c
  17. SRC += $(USER_PATH)/extensions/send_string.c
  18. SRC += $(USER_PATH)/extensions/console_key_logger.c
  19. SRC += $(USER_PATH)/extensions/not_dead.c
  20. SRC += $(USER_PATH)/extensions/alt_shift.c
  21. SRC += $(USER_PATH)/extensions/quick_tap.c
  22. SRC += $(USER_PATH)/oled/oled_stuff.c
  23. SRC += $(USER_PATH)/oled/oled_cartes.c
  24. SRC += $(USER_PATH)/oled/oled_layers.c
  25. VPATH += $(USER_PATH)/layer_names
  26. VPATH += $(USER_PATH)/oled
  27. VPATH += $(USER_PATH)/extensions
  28. VPATH += $(USER_PATH)/base_layers
  29. VPATH += $(USER_PATH)/defs
  30. VPATH += $(USER_PATH)/keyboards
  31. VPATH += $(USER_PATH)/keymap
  32. VPATH += $(USER_PATH)/lang
  33. VPATH += $(USER_PATH)/layers
  34. VPATH += $(USER_PATH)/mod_layers
  35. VPATH += $(USER_PATH)/oled
  36. # MCU=STM32F411
  37. # BOARD=QMK_PROTON_C
  38. # SOFT_SERIAL_PIN=D2
  39. # # Bootloader selection
  40. # BOOTLOADER = stm32-dfu
  41. # WS2812_DRIVER = pwm
  42. # SERIAL_DRIVER = usart
  43. # AUDIO_ENABLE = no
  44. # LTO_ENABLE = no
  45. # CONVERT_TO_PROTON_C = yes
  46. # so the keyboard's code doesn't add stuff we don't need.
  47. # when we use our own oled renders.
  48. # oled_custom_enable should also be set in config.h.
  49. OLED_ENABLE = yes
  50. OLED_CUSTOM_ENABLE = yes
  51. ifeq ($(strip $(OLED_CUSTOM_ENABLE)), yes)
  52. SRC += $(USER_PATH)/oled/oled_stuff.c
  53. endif
  54. MOUSEKEY_ENABLE = yes # Mouse keys
  55. EXTRAKEY_ENABLE = no # Audio control and System control
  56. COMMAND_ENABLE = no # Commands for debug and configuration
  57. NKRO_ENABLE = no # Enable N-Key Rollover
  58. SWAP_HANDS_ENABLE= no # Allow swapping hands of keyboard
  59. KEY_LOCK_ENABLE = no
  60. TAP_DANCE_ENABLE = no # Enable the tap dance feature.
  61. KEY_OVERRIDE_ENABLE = no
  62. CONSOLE_ENABLE = no # Console for debug or keylogging.
  63. BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
  64. UNICODE_ENABLE = no
  65. SLEEP_LED_ENABLE = no
  66. LTO_ENABLE = yes
  67. SPACE_CADET_ENABLE = no
  68. GRAVE_ESC_ENABLE = no
  69. MAGIC_ENABLE = no
  70. COMBO_ENABLE = yes
  71. CAPS_WORD_ENABLE = yes
  72. ENCODER_ENABLE = no
  73. RGBLIGHT_ENABLE = no
  74. BACKLIGHT_ENABLE = no
  75. RGB_MATRIX_ENABLE = no