Helix: Edited syntax, alignment, and adjusted depreciated assets.
This commit is contained in:
parent
b515e021a7
commit
3f4f54a4da
5 changed files with 70 additions and 70 deletions
|
@ -1,11 +1,11 @@
|
|||
Note to user:
|
||||
#### Note to user:
|
||||
|
||||
(1) Peripheral RGB function is impaired until full support is implemented in the master branch.
|
||||
(2) OLED displays are not currently included in this shield. This will be updated after OLED support is live.
|
||||
(3) 'KANA' and 'EISUU' input is currently utilized under the 'LANG1' and 'LANG2' keycodes respectively.
|
||||
* If desired, RGB underglow must be manually enabled before building and flashing. Check 'helix.conf' to do so.
|
||||
* Peripheral RGB function is impaired until full support is implemented in the master branch.
|
||||
* OLED displays are not currently included in this shield. This will be updated after OLED support is live.
|
||||
* 'KANA' and 'EISUU' input is currently utilized under the 'LANG1' and 'LANG2' keycodes respectively.
|
||||
|
||||
________
|
||||
Thanks to Nicell, KemoNine, PeteJohanson, TJ "Chormbo The Great", Joelspadin/Rinh, Wofiel, Okke,
|
||||
and the rest of the ZMK contributors for their support in constructing this shield.
|
||||
I appreciate your assistance greatly. This has been a valuable learning experience for me.
|
||||
May this contribution serve the community well.
|
||||
<p>Thanks to Nicell, KemoNine, PeteJohanson, TJ "Chormbo The Great", Joelspadin/Rinh, Wofiel, Okke, Innovaker,<br>
|
||||
and the rest of the ZMK contributors for their support in constructing this shield. I appreciate your assistance greatly.<br>
|
||||
This has been a valuable learning experience for me. May this contribution serve the community well.</p>
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright (c) 2020 The ZMK Contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
# Enables RGB functionality (Uncomment to enable.)
|
||||
# Enables RGB functionality (Uncomment lines below to enable.)
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||
# CONFIG_WS2812_STRIP=y
|
|
@ -34,7 +34,7 @@ As such, those are in use within the default layer at this time.*/
|
|||
bindings = <
|
||||
&kp GRAVE &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &kp DEL
|
||||
&kp TAB &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &kp BSPC
|
||||
&kp LCTRL &kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SCLN &kp QUOT
|
||||
&kp LCTRL &kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SEMI &kp SQT
|
||||
&kp LSHFT &kp Z &kp X &kp C &kp V &kp B &kp LBKT &kp RBKT &kp N &kp M &kp COMMA &kp PERIOD &kp SLASH &kp RET
|
||||
&mo ADJUST &kp ESC &kp LALT &kp LGUI &kp LANG2 &mo LOWER &kp SPACE &kp SPACE &mo RAISE &kp LANG1 &kp LEFT &kp DOWN &kp UP &kp RIGHT
|
||||
>;
|
||||
|
@ -71,8 +71,8 @@ As such, those are in use within the default layer at this time.*/
|
|||
};
|
||||
adjust_layer {
|
||||
// ---------------------------------------------------------------------------------------------------------------------------------
|
||||
// | ` | ! | @ | # | $ | % | | ^ | & | * | ( | ) | EP toggle |
|
||||
// | BT CLR | BT SEL0 | BT SEL1 | BT SEL2 | BGT SEL3 | BT SEl4 | | RGB EFF+ | RGB HUE+ | RGB SAT+ | RGB SPD+ | RGB BRI+ | RGB toggle |
|
||||
// | ` | ! | @ | # | $ | % | | ^ | & | * | ( | ) | EP TOG |
|
||||
// | BT CLR | BT SEL0 | BT SEL1 | BT SEL2 | BGT SEL3 | BT SEL4 | | RGB EFF+ | RGB HUE+ | RGB SAT+ | RGB SPD+ | RGB BRI+ | RGB TOG |
|
||||
// | BT NXT | OUT TOG | OUT USB | OUT BLE | | | | RGB EFF- | RGB HUE- | RGB SAT- | RGB SPD- | RGB BRI- | |
|
||||
// | BT PRV | | | | | | { | | } | | | | | | |
|
||||
// | | | | | | | | | | | | | | | |
|
||||
|
|
Loading…
Add table
Reference in a new issue