rules.mk 1.0 KB

12345678910111213141516171819202122232425
  1. USER_NAME := mtei
  2. SPLIT_KEYBOARD = yes
  3. CONSOLE_ENABLE = no # Console for debug
  4. COMMAND_ENABLE = no # Commands for debug and configuration
  5. # CONSOLE_ENABLE and COMMAND_ENABLE
  6. # yes, no +1500
  7. # yes, yes +3200
  8. # no, yes +400
  9. LTO_ENABLE = no # if firmware size over limit, try this option
  10. LED_ANIMATIONS = yes
  11. # Helix Spacific Build Options
  12. # you can uncomment and edit follows 7 Variables
  13. # jp: 以下の7つの変数を必要に応じて編集し、コメントアウトをはずします。
  14. HELIX_ROWS = 5 # Helix Rows is 4 or 5
  15. # OLED_ENABLE = no # OLED_ENABLE
  16. # LOCAL_GLCDFONT = no # use each keymaps "helixfont.h" insted of "common/glcdfont.c"
  17. # LED_BACK_ENABLE = no # LED backlight (Enable WS2812 RGB underlight.)
  18. # LED_UNDERGLOW_ENABLE = no # LED underglow (Enable WS2812 RGB underlight.)
  19. # LED_ANIMATIONS = yes # LED animations
  20. # IOS_DEVICE_ENABLE = no # connect to IOS device (iPad,iPhone)
  21. OLED_SELECT = core
  22. SRC += oled_display.c