Revision of Helix shield, notably .conf files and setup definitions.
This commit is contained in:
parent
e0f74e8d07
commit
071db51211
6 changed files with 10 additions and 32 deletions
|
@ -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.
|
||||
May this contribution serve the community well.
|
|
@ -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
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#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.*/
|
||||
|
||||
/ {
|
||||
|
|
|
@ -4,13 +4,3 @@
|
|||
# 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
|
|
@ -4,13 +4,3 @@
|
|||
# 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
|
|
@ -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`)
|
||||
|
|
Loading…
Add table
Reference in a new issue