* modify helix config. 'helix/rev2' always OLED on * reduce helix build variation pattern * helix/rev2/keymaps/xulkal/rules.mk: Explicitly disable helix standard post-processing **Compilation result does not change** * helix readmes update * add temporary test script * test end. -- Revert "add temporary test script" This reverts commit 6229ed41f2ff8bac52015150837eaa51d9815e13. * rename rev2/split_common/rules.mk -> rev2/sc/rules.mk * rename pico/split_common/rules.mk -> pico/sc/rules.mk * update keymaps/default/reademe.md * add 'helix/pico/qmk_conf' and 'helix/rev2/qmk_conf' target * add ChangeLog for Helix: PR 8669 * fix helix/pico/qmk_conf compile error Co-authored-by: mtei <2170248+mtei@users.noreply.github.com>
10 lines
577 B
Makefile
10 lines
577 B
Makefile
KEYBOARD_LOCAL_FEATURES_MK := $(dir $(lastword $(MAKEFILE_LIST)))local_features.mk
|
|
|
|
# Helix Spacific Build Options default values
|
|
HELIX_ROWS = 5 # Helix Rows is 4 or 5
|
|
OLED_ENABLE = yes # OLED_ENABLE
|
|
LOCAL_GLCDFONT = no # use each keymaps "helixfont.h" insted of "common/glcdfont.c"
|
|
LED_BACK_ENABLE = no # LED backlight (Enable WS2812 RGB underlight.)
|
|
LED_UNDERGLOW_ENABLE = no # LED underglow (Enable WS2812 RGB underlight.)
|
|
LED_ANIMATIONS = yes # LED animations
|
|
IOS_DEVICE_ENABLE = no # connect to IOS device (iPad,iPhone)
|