mirror of
https://github.com/babariviere/zmk-config.git
synced 2025-01-18 02:52:29 +00:00
feat: number layer + re-rename to cradio to build keeb
This commit is contained in:
parent
71ce62f9a6
commit
6142f4eec8
4 changed files with 12 additions and 11 deletions
|
@ -19,6 +19,6 @@
|
|||
---
|
||||
include:
|
||||
- board: nice_nano_v2
|
||||
shield: sweep_left
|
||||
shield: cradio_left
|
||||
- board: nice_nano_v2
|
||||
shield: sweep_right
|
||||
shield: cradio_right
|
||||
|
|
|
@ -116,21 +116,22 @@
|
|||
>;
|
||||
};
|
||||
|
||||
tri_layer {
|
||||
numbers {
|
||||
bindings = <
|
||||
//╭──────────┬──────────┬──────────┬──────────┬──────────╮ ╭──────────┬──────────┬──────────┬──────────┬──────────╮
|
||||
//│ RESET │ │ │ │PROFILE 0 │ │ │ │ │ │ RESET │
|
||||
&sys_reset &trans &trans &trans &bt BT_SEL 0 &trans &trans &trans &trans &sys_reset
|
||||
//│ │ 7 │ 8 │ 9 │ * │ │ % │ │ │ │ │
|
||||
&trans &kp N7 &kp N8 &kp N9 &kp STAR &kp PERC &trans &trans &trans &trans
|
||||
//├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤
|
||||
//│BOOTLOADER│ │ │ │PROFILE 1 │ │ │ │ │ │BOOTLOADER│
|
||||
&bootloader &trans &trans &trans &bt BT_SEL 1 &trans &trans &trans &trans &bootloader
|
||||
//│ - │ 4 │ 5 │ 6 │ + │ │ = │ CTRL │ ALT │ CMD │ SHIFT │
|
||||
&kp MINUS &kp N4 &kp N5 &kp N6 &kp PLUS &kp EQL &sk LCTRL &sk LALT &sk LCMD &sk LSHFT
|
||||
//├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤
|
||||
//│ │ │ │ CLEAR BT │PROFILE 2 │ │ │ │ │ │ │
|
||||
&trans &trans &trans &bt BT_CLR &bt BT_SEL 2 &trans &trans &trans &trans &trans
|
||||
//│ │ 1 │ 2 │ 3 │ / │ │ │ │ │ │ │
|
||||
&trans &kp N1 &kp N2 &kp N3 &kp FSLH &trans &trans &trans &trans &trans
|
||||
//╰──────────┴──────────┴──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┴──────────┴──────────╯
|
||||
&trans &trans &trans &trans
|
||||
&kp N0 &mo FUN &trans &trans
|
||||
// ╰──────────┴──────────╯ ╰──────────┴──────────╯
|
||||
>;
|
||||
};
|
||||
|
||||
};
|
||||
};
|
|
@ -43,7 +43,7 @@
|
|||
];
|
||||
|
||||
board = "nice_nano_v2";
|
||||
shield = "lotus58_%PART%";
|
||||
shield = "cradio_%PART%";
|
||||
|
||||
zephyrDepsHash = "sha256-Afxy2Dt3dUnkK+K4evsjyEIHI+sWVbJIWQ826p74SMo=";
|
||||
|
||||
|
|
Loading…
Reference in a new issue