rules.mk 1017 B

1234567891011121314151617181920212223242526
  1. KEYBOARD_LOCAL_FEATURES_MK := $(dir $(lastword $(MAKEFILE_LIST)))local_features.mk
  2. SRC += local_drivers/i2c.c
  3. SRC += local_drivers/serial.c
  4. SRC += local_drivers/ssd1306.c
  5. KEYBOARD_PATHS += $(HELIX_TOP_DIR)/local_drivers
  6. # A workaround until #7089 is merged.
  7. # serial.c must not be compiled with the -lto option.
  8. # The current LIB_SRC has a side effect with the -fno-lto option, so use it.
  9. LIB_SRC += local_drivers/serial.c
  10. CUSTOM_MATRIX = yes
  11. SRC += rev2/matrix.c
  12. SRC += rev2/split_util.c
  13. SRC += rev2/split_scomm.c
  14. # Helix Spacific Build Options default values
  15. HELIX_ROWS = 5 # Helix Rows is 4 or 5
  16. OLED_ENABLE = no # OLED_ENABLE
  17. LOCAL_GLCDFONT = no # use each keymaps "helixfont.h" insted of "common/glcdfont.c"
  18. LED_BACK_ENABLE = no # LED backlight (Enable WS2812 RGB underlight.)
  19. LED_UNDERGLOW_ENABLE = no # LED underglow (Enable WS2812 RGB underlight.)
  20. LED_ANIMATIONS = yes # LED animations
  21. IOS_DEVICE_ENABLE = no # connect to IOS device (iPad,iPhone)