rules.mk 1.3 KB

12345678910111213141516171819202122232425
  1. # QMK Standard Build Options
  2. # change to "no" to disable the options, or define them in the Makefile in
  3. # the appropriate keymap folder that will get included automatically
  4. #
  5. # See TOP/keyboards/helix/rules.mk for a list of options that can be set.
  6. # See TOP/docs/config_options.md for more information.
  7. #
  8. LTO_ENABLE = no # if firmware size over limit, try this option
  9. MOUSEKEY_ENABLE = yes # Mouse keys
  10. EXTRAKEY_ENABLE = yes # Audio control and System control
  11. # AUDIO_ENABLE = yes # Audio output on port C6
  12. # Helix Spacific Build Options
  13. # you can uncomment and edit follows 7 Variables
  14. # jp: 以下の7つの変数を必要に応じて編集し、コメントアウトをはずします。
  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)
  22. # convert Helix-specific options (that represent combinations of standard options)
  23. # into QMK standard options.
  24. include $(strip $(KEYBOARD_LOCAL_FEATURES_MK))