forked from forks/qmk_firmware
881f27b461
* add temporary test shell-spript * Use LINK_TIME_OPTIMIZATION_ENABLE instead of Link_Time_Optimization No change in build result. * Helix config.h use '#pragma once' No change in build result. * Helix helix.h,rev?/rev?.h,pico/pico.h use '#pragma once' No change in build result. * Use drivers/avr/pro_micro.h instead of keyboards/helix/pro_micro.h No change in build result. * remove keyboards/helix/{rev2|pico}/serial_config.h No change in build result. * 'HELIX_ROWS' macro is now referenced only in rev1/config.h and rev2/config.h. No change in build result. * The contents of helix/rules.mk were distributed to subdirectories. This is a preparation to create a new subdirectory for helix code using split_common. No change in build result. remove 'USE_I2C = yes', 'SUBPROJECT_rev1 = no' from keyboards/helix/rules.mk. follow code move from keyboards/helix/rules.mk to keyboards/helix/{rev1,rev2,pico}/rules.mk. ---- SRC += i2c.c SRC += serial.c SRC += ssd1306.c CUSTOM_MATRIX = yes --- * helix/{i2c.[ch], serial.[ch], ssd1306.[ch]} move into helix/local_drivers/ No change in build result. * Simplified 'helix/pico/keymap/*/rules.mk' using KEYBOARD_LOCAL_FEATURES_MK. No change in build result. * add keyboards/helix/pico/local_features.mk * add 'KEYBOARD_LOCAL_FEATURES_MK := $(dir $(lastword $(MAKEFILE_LIST)))local_features.mk' into keyboards/helix/pico/rules.mk * remove HELIX_CUSTOMISE_MSG from keyboards/helix/pico/keymaps/*/rules.mk * remove HELIX= process from keyboards/helix/pico/keymaps/*/rules.mk * remove convert code(helix to standaerd) from keyboards/helix/pico/keymaps/*/rules.mk * add 'include $(strip $(KEYBOARD_LOCAL_FEATURES_MK))' into keyboards/helix/pico/keymaps/*/rules.mk * Simplified 'helix/rev2/keymap/*/rules.mk' using KEYBOARD_LOCAL_FEATURES_MK. No change in build result. * add keyboards/helix/rev2/local_features.mk * add 'KEYBOARD_LOCAL_FEATURES_MK := $(dir $(lastword $(MAKEFILE_LIST)))local_features.mk' into keyboards/helix/rev2/rules.mk * remove HELIX_CUSTOMISE_MSG from keyboards/helix/rev2/keymaps/*/rules.mk * remove HELIX= process from keyboards/helix/rev2/keymaps/*/rules.mk * remove convert code(helix to standaerd) from keyboards/helix/rev2/keymaps/*/rules.mk * add 'include $(strip $(KEYBOARD_LOCAL_FEATURES_MK))' into keyboards/helix/rev2/keymaps/*/rules.mk * Added helix keyboard build NEW method. No change in build result. ## Helix build $ make helix:default ## no oled, no backlight, no underglow $ make helix/rev2/back:default ## no oled, with backlight, no underglow $ make helix/rev2/under:default ## no oled, no backlight, with underglow $ make helix/rev2/oled:default ## with oled, no backlight, not underglow $ make helix/rev2/oled/back:default ## with oled, with backlight, no underglow $ make helix/rev2/back/oled:default ## with oled, with backlight, no underglow $ make helix/rev2/oled/under:default ## with oled, no backlight, with underglow $ make helix/rev2/under/oled:default ## with oled, no backlight, with underglow ## Helix pico build $ make helix/pico:default ## no oled, no backlight, no underglow $ make helix/pico/back:default ## no oled, with backlight, no underglow $ make helix/pico/under:default ## no oled, no backlight, with underglow $ make helix/pico/oled:default ## with oled, no backlight, not underglow * add temporary test shell-spript * test end remove test script. Revert "add temporary test shell-spript" This reverts commit |
||
---|---|---|
.. | ||
config.h | ||
keymap.c | ||
README.md | ||
README_jp.md | ||
rules.mk |
Keymap for 5 rows Helix keyboard
This keymap is only for 5 rows Helix keyboard.
Layout
Layer
Priority | Number | Name | Discription |
---|---|---|---|
high | 9 | Adjust | keyboard local functions (violet) |
8 | KFunction | TenkeyPad function keys (bule) | |
7 | Extra char | some charactors (red) | |
6 | Function | function keys (blue) | |
2 | Keypad | TenkeyPad | |
2 | Dvorak | Dvorak | |
1 | Colemak | Colemak | |
low | 0 | Qwerty | QWERTY (base) |
Adjust Layer
Adjust Layer has keyboard local function keys.
- LED control.
- Mac/Win mode change.
- Qwerty/Colemak/Dvorak/TenkeyPad change.
Mac mode and Win mode
Mac mode swap Alt/Win(GUI) key.
mode | key | code |
---|---|---|
Mac mode | Adjust + g(Qwerty) | AG_NORM |
Adjust + h(Qwerty) | ||
Win mode | Adjust + t(Qwerty) | AG_SWAP |
Adjust + y(Qwerty) |
LED control
command | key | code |
---|---|---|
on/off | Adjust + e(Qwerty) | RGB_TOG |
Adjust + i(Qwerty) | ||
change mode | Adjust + d(Qwerty) | RGB_MOD |
Adjust + k(Qwerty) | ||
HUE + | Adjust + Left Control | RGB_HUI |
Adjust + Right Control | ||
HUE - | Adjust + Left Shift | RGB_HUD |
Adjust + Right Shift | ||
SAT + | Adjust + ;(Qwerty) | RGB_SAI |
Adjust + a(Qwerty) | ||
SAT - | Adjust + z(Qwerty) | RGB_SAD |
Adjust + /(Qwerty) | ||
Bright + | Adjust + s(Qwerty) | RGB_VAI |
Adjust + l(Qwerty) | ||
Bright - | Adjust + x(Qwerty) | RGB_VAD |
Adjust + >(Qwerty) | ||
reset | Adjust + w | RGBRST |
Qwerty, Colemak, Dvorak, TenkeyPad selection
char layout | key |
---|---|
Qwerty | Adjust + 5 |
Adjust + 6 | |
Calemak | Adjust + 4 |
Adjust + 7 | |
Dvorak | Adjust + 3 |
Adjust + 8 | |
Keypad | Adjust + 2 |
Adjust + 9 |