diff --git a/app/boards/shields/helix/README.md b/app/boards/shields/helix/README.md index a126e5bb..ea0f37ec 100644 --- a/app/boards/shields/helix/README.md +++ b/app/boards/shields/helix/README.md @@ -2,9 +2,10 @@ 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) Definitions for 'KANA' and 'EISUU' input are currently utilized under 'LANG1' and 'LANG2' respectively. +(3) 'KANA' and 'EISUU' input is currently utilized under the 'LANG1' and 'LANG2' keycodes respectively. -Thanks to NiceII, KemoNine, PeteJohanson, TJ "Chormbo The Great", Joelspadin/Rinh, Wofiel, Okke, +________ +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. -I hope this contribution serves the community well. \ No newline at end of file +May this contribution serve the community well. \ No newline at end of file diff --git a/app/boards/shields/helix/helix.conf b/app/boards/shields/helix/helix.conf index 152424ea..c9b2f1e1 100644 --- a/app/boards/shields/helix/helix.conf +++ b/app/boards/shields/helix/helix.conf @@ -1,9 +1,6 @@ # Copyright (c) 2020 The ZMK Contributors # SPDX-License-Identifier: MIT -# Enables Sleep functionality (Enabled by default, comment to disable.) -CONFIG_ZMK_SLEEP=y - # Enables RGB functionality (Uncomment to enable.) # CONFIG_ZMK_RGB_UNDERGLOW=y # CONFIG_WS2812_STRIP=y diff --git a/app/boards/shields/helix/helix.keymap b/app/boards/shields/helix/helix.keymap index 0b8947bd..df60ba96 100644 --- a/app/boards/shields/helix/helix.keymap +++ b/app/boards/shields/helix/helix.keymap @@ -17,14 +17,14 @@ #define ADJUST 3 /* NOTE: At the time of the creation of this keymap, there are no specified codes for 'eisuu' and 'kana' input in ZMK. -However, 'LANG1' and 'LANG2' are fully-functioning candidates for 'eisuu' and 'kana' input respectively. +However, 'LANG1' and 'LANG2' are fully-functioning candidates for 'kana' and 'eisuu' input respectively. As such, those are in use within the default layer at this time.*/ - / { +/ { keymap { compatible = "zmk,keymap"; - default_layer { + default_layer { // --------------------------------------------------------------------------------------------------------------------------------- // | GRAVE | 1 | 2 | 3 | 4 | 5 | | 6 | 7 | 8 | 9 | 0 | DEL | // | TAB | Q | W | E | R | T | | Y | U | I | O | P | BSPC | diff --git a/app/boards/shields/helix/helix_left.conf b/app/boards/shields/helix/helix_left.conf index b51930f2..50de8264 100644 --- a/app/boards/shields/helix/helix_left.conf +++ b/app/boards/shields/helix/helix_left.conf @@ -3,14 +3,4 @@ # Central Unit (left) CONFIG_ZMK_SPLIT=y -CONFIG_ZMK_SPLIT_BLE_ROLE_CENTRAL=y - -# Enables Sleep functionality (Enabled by default, comment to disable.) -CONFIG_ZMK_SLEEP=y - -# Enables RGB functionality (Uncomment to enable.) -# CONFIG_ZMK_RGB_UNDERGLOW=y -# CONFIG_WS2812_STRIP=y - -# Enables OLED Function (TO DO. Do not uncomment.) -# CONFIG_ZMK_DISPLAY=y \ No newline at end of file +CONFIG_ZMK_SPLIT_BLE_ROLE_CENTRAL=y \ No newline at end of file diff --git a/app/boards/shields/helix/helix_right.conf b/app/boards/shields/helix/helix_right.conf index 485b5b7a..e48787c0 100644 --- a/app/boards/shields/helix/helix_right.conf +++ b/app/boards/shields/helix/helix_right.conf @@ -3,14 +3,4 @@ # Peripheral Unit (Right) CONFIG_ZMK_SPLIT=y -CONFIG_ZMK_SPLIT_BLE_ROLE_PERIPHERAL=y - -# Enables Sleep functionality (Enabled by default, comment to disable.) -CONFIG_ZMK_SLEEP=y - -# Enables RGB functionality (Uncomment to enable.) -# CONFIG_ZMK_RGB_UNDERGLOW=y -# CONFIG_WS2812_STRIP=y - -# Enables OLED Function (TO DO. Do not uncomment.) -# CONFIG_ZMK_DISPLAY=y \ No newline at end of file +CONFIG_ZMK_SPLIT_BLE_ROLE_PERIPHERAL=y \ No newline at end of file diff --git a/docs/docs/hardware.md b/docs/docs/hardware.md index 244bdd60..45fe00b8 100644 --- a/docs/docs/hardware.md +++ b/docs/docs/hardware.md @@ -22,9 +22,9 @@ That being said, there are currently only a few specific [boards](/docs/faq#what - [BDN9 Rev2](https://keeb.io/products/bdn9-rev-2-3x3-9-key-macropad-rotary-encoder-and-rgb) (`bdn9_rev2`) ## Keyboard Shields - - [Kyria](https://splitkb.com/products/kyria-pcb-kit) (`kyria_left` and `kyria_right`) - [Corne](https://github.com/foostan/crkbd) (`corne_left` and `corne_right`) +- [Helix](https://github.com/mcmadhatter/helix) (`helix_left` and `helix_right`) - [Lily58](https://github.com/kata0510/Lily58) (`lily58_left` and `lily58_right`) - [Sofle](https://github.com/josefadamcik/SofleKeyboard) (`sofle_left` and `sofle_right`) - [Splitreus62](https://github.com/Na-Cly/splitreus62) (`splitreus62_left` and `splitreus62_right`)