Minor polishing
This commit is contained in:
parent
8add28a1af
commit
0dabb2cec9
1 changed files with 13 additions and 13 deletions
|
@ -29,18 +29,18 @@
|
||||||
#define EXTRA_BOT_R
|
#define EXTRA_BOT_R
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// TODO:
|
/*
|
||||||
// * add unicode layer, trigger with mod-tap on D and H
|
TODO and ISSUES
|
||||||
// * set up repeat key
|
* add repeat key
|
||||||
// * combos with global-quick-tab?
|
* unicode not officially supported (#232), implement with macro (tri-lt on D and H)
|
||||||
// * debug mod-taps, see #986
|
* tap-only combos not yet possible (#544), combos not working with global-quick-tap
|
||||||
// * why does &bootloader not work?
|
* mod-taps getting stuck with heterogenous combo-terms (#986, #905)
|
||||||
// * fix flashing issue: "Invalid DFU suffix signature"
|
* &bootloader doesn't work with Planck_rev6 (#1086)
|
||||||
// * workaoround shift-del bug https://github.com/zmkfirmware/zmk/issues/683
|
* mod-morph doesn't swallow mod (#686), PR https://github.com/zmkfirmware/zmk/pull/1114
|
||||||
// * better timing for mod-taps on thumbs
|
* sleep key doesn't work with windows (#1077), workaround: macro LG(X), U, S
|
||||||
// * allow for double backspace hold --> repeated backspace
|
* mouse wheel not implemented yet (#319)
|
||||||
// * sleep not working, can use macro LG(X), U, S
|
* Invalid DFU suffix signature warning when flashing with dfu-util
|
||||||
// * mouse wheel
|
*/
|
||||||
|
|
||||||
/* sticky key config */
|
/* sticky key config */
|
||||||
&sk {
|
&sk {
|
||||||
|
@ -153,7 +153,7 @@
|
||||||
sys_layer {
|
sys_layer {
|
||||||
bindings = <
|
bindings = <
|
||||||
// ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮ ╭─────────────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮
|
// ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮ ╭─────────────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮
|
||||||
&kp LG(GRAVE) ___ ___ ___ &bootloader EXTRA_MID ___ &kp C_PREV &kp C_VOL_UP &kp C_NEXT &kp C_SLEEP_MODE
|
&kp LG(GRAVE) ___ ___ ___ &bootloader EXTRA_MID ___ &kp C_PREV &kp C_VOL_UP &kp C_NEXT &kp K_SLEEP
|
||||||
// ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
|
// ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
|
||||||
___ ___ ___ ___ ___ EXTRA_MID ___ DSK_PREV &kp C_VOL_DN DSK_NEXT ___
|
___ ___ ___ ___ ___ EXTRA_MID ___ DSK_PREV &kp C_VOL_DN DSK_NEXT ___
|
||||||
// ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
|
// ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue