Add steno engine module + steno layer on Corne
This commit is contained in:
parent
887b987b87
commit
af8df38322
5 changed files with 167 additions and 42 deletions
|
|
@ -14,6 +14,8 @@
|
|||
#include <dt-bindings/zmk/rgb.h>
|
||||
#include <dt-bindings/zmk/reset.h>
|
||||
#include <dt-bindings/zmk/rgb_colors.h>
|
||||
#include <dt-bindings/zmk/steno_keys.h>
|
||||
#include <behaviors/steno_engine.dtsi>
|
||||
|
||||
&led_strip {
|
||||
chain-length = <27>;
|
||||
|
|
@ -198,11 +200,15 @@
|
|||
|
||||
steno_layer {
|
||||
display-name = "STEN";
|
||||
// _ # # # # # | # # # # # ->HUB
|
||||
// [HUB] S T P H * | * F P L T D
|
||||
// _ S K W R * | * R B G S Z
|
||||
// [RGB] A O | E U MUTE/PP
|
||||
bindings = <
|
||||
&none &none &none &none &none &none &none &none &none &none &none &to 4
|
||||
&mo 4 &none &none &none &none &none &none &none &none &none &none &none
|
||||
&none &none &none &none &none &none &none &none &none &none &none &none
|
||||
&none &none &none &none &none &none
|
||||
&none &steno STENO_NUM &steno STENO_NUM &steno STENO_NUM &steno STENO_NUM &steno STENO_NUM &steno STENO_NUM &steno STENO_NUM &steno STENO_NUM &steno STENO_NUM &steno STENO_NUM &to 4
|
||||
&mo 4 &steno STENO_SL &steno STENO_TL &steno STENO_PL &steno STENO_HL &steno STENO_STAR &steno STENO_STAR &steno STENO_FR &steno STENO_PR &steno STENO_LR &steno STENO_TR &steno STENO_DR
|
||||
&none &steno STENO_SL &steno STENO_KL &steno STENO_WL &steno STENO_RL &steno STENO_STAR &steno STENO_STAR &steno STENO_RR &steno STENO_BR &steno STENO_GR &steno STENO_SR &steno STENO_ZR
|
||||
&td_rgb &steno STENO_A &steno STENO_O &steno STENO_E &steno STENO_U &ht_mute_pp C_PLAY_PAUSE C_MUTE
|
||||
>;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue