rules.mk 732 B

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