rules.mk 809 B

123456789101112131415161718192021
  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. CUSTOM_MATRIX = yes
  7. SRC += rev2/matrix.c
  8. SRC += rev2/split_util.c
  9. SRC += rev2/split_scomm.c
  10. # Helix Spacific Build Options default values
  11. HELIX_ROWS = 5 # Helix Rows is 4 or 5
  12. OLED_ENABLE = no # OLED_ENABLE
  13. LOCAL_GLCDFONT = no # use each keymaps "helixfont.h" insted of "common/glcdfont.c"
  14. LED_BACK_ENABLE = no # LED backlight (Enable WS2812 RGB underlight.)
  15. LED_UNDERGLOW_ENABLE = no # LED underglow (Enable WS2812 RGB underlight.)
  16. LED_ANIMATIONS = yes # LED animations
  17. IOS_DEVICE_ENABLE = no # connect to IOS device (iPad,iPhone)