Fix keyboard name, BSPC combo, hub thumbs, add flash guide
- Fix: build.yaml was overriding keyboard name to Corne_Oled_RGB - Fix: BSPC combo positions <8 9> (I+O on QWRT, U+B on CARP) - Fix: HUB thumb row ALT/RET order to match other layers - Rewrite README with step-by-step flash guide and settings reset
This commit is contained in:
parent
1c177d1a22
commit
603066de73
3 changed files with 229 additions and 99 deletions
|
|
@ -33,7 +33,7 @@
|
|||
combo_9 { key-positions = <9 21>; bindings = <&kp N9>; layers = <0 2>; };
|
||||
combo_0 { key-positions = <10 22>; bindings = <&kp N0>; layers = <0 2>; };
|
||||
// I+P = BSPC (reduce right pinky usage)
|
||||
combo_bspc { key-positions = <8 10>; bindings = <&kp BSPC>; layers = <0 2>; };
|
||||
combo_bspc { key-positions = <8 9>; bindings = <&kp BSPC>; layers = <0 2>; };
|
||||
};
|
||||
|
||||
keymap {
|
||||
|
|
@ -62,7 +62,7 @@
|
|||
&bt BT_CLR &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &kp PLUS &kp LBKT &kp UP &kp RBKT &kp ASTRK &kp EQUAL
|
||||
&out OUT_TOG &none &none &none &none &none &kp MINUS &kp LEFT &kp DOWN &kp RIGHT &kp FSLH &kp BSLH
|
||||
&kp LSHFT &kp Z &kp X &kp C &kp V &none &to 2 &to 3 &to 4 &to 5 &none &kp RSHFT
|
||||
&kp ESC &kp LCTRL &kp LGUI &kp SPACE &kp RET &kp RALT
|
||||
&kp ESC &kp LCTRL &kp LGUI &kp SPACE &kp RALT &kp RET
|
||||
>;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue