logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

rules.mk (1080B)


  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. # Helix Spacific Build Options
  10. # you can uncomment and edit follows 7 Variables
  11. # jp: 以下の7つの変数を必要に応じて編集し、コメントアウトをはずします。
  12. OLED_ENABLE = yes # OLED_ENABLE
  13. # LOCAL_GLCDFONT = no # use each keymaps "helixfont.h" insted of "common/glcdfont.c"
  14. LED_BACK_ENABLE = yes # 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)
  18. OLED_SELECT = core
  19. ifeq ($(strip $(OLED_ENABLE)), yes)
  20. SRC += oled_display.c
  21. endif
  22. SRC += led_test_init.c