rules.mk 1.2 KB

123456789101112131415161718192021222324
  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. EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
  9. AUDIO_ENABLE = yes # Audio output on port B5
  10. LINK_TIME_OPTIMIZATION_ENABLE = no # if firmware size over limit, try this option
  11. # Helix Spacific Build Options
  12. # you can uncomment and edit follows 6 Variables
  13. # jp: 以下の6つの変数を必要に応じて編集し、コメントアウトをはずします。
  14. # OLED_ENABLE = no # OLED_ENABLE
  15. # LOCAL_GLCDFONT = no # use each keymaps "helixfont.h" insted of "common/glcdfont.c"
  16. # LED_BACK_ENABLE = no # LED backlight (Enable WS2812 RGB underlight.)
  17. # LED_UNDERGLOW_ENABLE = no # LED underglow (Enable WS2812 RGB underlight.)
  18. # LED_ANIMATIONS = yes # LED animations
  19. # IOS_DEVICE_ENABLE = no # connect to IOS device (iPad,iPhone)
  20. # convert Helix-specific options (that represent combinations of standard options)
  21. # into QMK standard options.
  22. include $(strip $(KEYBOARD_LOCAL_FEATURES_MK))