Compare commits
10 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
fb00716ace | ||
|
5f21a72f61 | ||
d5c2387d01 | |||
|
8125bd7f22 | ||
|
81091cd69f | ||
b7a387326c | |||
eef201bd97 | |||
9b5b8d1e00 | |||
eb42fc6d86 | |||
d468408764 |
@ -14,6 +14,8 @@
|
|||||||
---
|
---
|
||||||
include:
|
include:
|
||||||
- board: nice_nano_v2
|
- board: nice_nano_v2
|
||||||
shield: splitkb_aurora_corne_left nice_view_adapter nice_view
|
shield: corne_left nice_view
|
||||||
- board: nice_nano_v2
|
- board: nice_nano_v2
|
||||||
shield: splitkb_aurora_corne_right nice_view_adapter nice_view
|
shield: corne_right nice_view
|
||||||
|
- board: nice_nano_v2
|
||||||
|
shield: settings_reset
|
||||||
|
@ -8,68 +8,86 @@
|
|||||||
╰───────────╯ ╰───────────╯ */
|
╰───────────╯ ╰───────────╯ */
|
||||||
compatible = "zmk,combos";
|
compatible = "zmk,combos";
|
||||||
|
|
||||||
|
numG {
|
||||||
|
key-positions = <12 0>;
|
||||||
|
bindings = <&kp GRAVE>;
|
||||||
|
layers = <0>;
|
||||||
|
};
|
||||||
|
|
||||||
num1 {
|
num1 {
|
||||||
key-positions = <13 1>;
|
key-positions = <13 1>;
|
||||||
bindings = <&kt N1>;
|
bindings = <&kp N1>;
|
||||||
layers = <0>;
|
layers = <0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
num2 {
|
num2 {
|
||||||
key-positions = <14 2>;
|
key-positions = <14 2>;
|
||||||
bindings = <&kt N2>;
|
bindings = <&kp N2>;
|
||||||
layers = <0>;
|
layers = <0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
num3 {
|
num3 {
|
||||||
key-positions = <15 3>;
|
key-positions = <15 3>;
|
||||||
bindings = <&kt N3>;
|
bindings = <&kp N3>;
|
||||||
layers = <0>;
|
layers = <0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
num4 {
|
num4 {
|
||||||
key-positions = <16 4>;
|
key-positions = <16 4>;
|
||||||
bindings = <&kt N4>;
|
bindings = <&kp N4>;
|
||||||
layers = <0>;
|
layers = <0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
num5 {
|
num5 {
|
||||||
key-positions = <17 5>;
|
key-positions = <17 5>;
|
||||||
bindings = <&kt N5>;
|
bindings = <&kp N5>;
|
||||||
layers = <0>;
|
layers = <0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
num6 {
|
num6 {
|
||||||
key-positions = <18 6>;
|
key-positions = <18 6>;
|
||||||
bindings = <&kt N6>;
|
bindings = <&kp N6>;
|
||||||
layers = <0>;
|
layers = <0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
num7 {
|
num7 {
|
||||||
key-positions = <19 7>;
|
key-positions = <19 7>;
|
||||||
bindings = <&kt N7>;
|
bindings = <&kp N7>;
|
||||||
layers = <0>;
|
layers = <0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
num8 {
|
num8 {
|
||||||
key-positions = <20 8>;
|
key-positions = <20 8>;
|
||||||
bindings = <&kt N8>;
|
bindings = <&kp N8>;
|
||||||
layers = <0>;
|
layers = <0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
num9 {
|
num9 {
|
||||||
key-positions = <21 9>;
|
key-positions = <21 9>;
|
||||||
bindings = <&kt N9>;
|
bindings = <&kp N9>;
|
||||||
layers = <0>;
|
layers = <0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
num0 {
|
num0 {
|
||||||
key-positions = <22 10>;
|
key-positions = <22 10>;
|
||||||
bindings = <&kt N0>;
|
bindings = <&kp N0>;
|
||||||
|
layers = <0>;
|
||||||
|
};
|
||||||
|
|
||||||
|
numM {
|
||||||
|
key-positions = <23 11>;
|
||||||
|
bindings = <&kp MINUS>;
|
||||||
layers = <0>;
|
layers = <0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
c_esc {
|
c_esc {
|
||||||
key-positions = <15 16>;
|
key-positions = <15 16>;
|
||||||
bindings = <&kt ESC>;
|
bindings = <&kp ESC>;
|
||||||
|
layers = <0>;
|
||||||
|
};
|
||||||
|
|
||||||
|
c_ret {
|
||||||
|
key-positions = <19 20>;
|
||||||
|
bindings = <&kp RET>;
|
||||||
layers = <0>;
|
layers = <0>;
|
||||||
};
|
};
|
||||||
|
@ -6,6 +6,12 @@ CONFIG_ZMK_KEYBOARD_NAME="Spazz"
|
|||||||
# this is off for now because https://github.com/zmkfirmware/zmk/issues/65 is not done. i want lights on layer.
|
# this is off for now because https://github.com/zmkfirmware/zmk/issues/65 is not done. i want lights on layer.
|
||||||
# CONFIG_ZMK_RGB_UNDERGLOW=y
|
# CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||||
|
|
||||||
|
# Enable eager debouncing
|
||||||
|
CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=1
|
||||||
|
CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=7
|
||||||
|
|
||||||
# this is so that the lag on the right side is minimized.
|
# this is so that the lag on the right side is minimized.
|
||||||
# https://zmk.dev/docs/troubleshooting#connectivity-issues
|
# https://zmk.dev/docs/troubleshooting#connectivity-issues
|
||||||
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
|
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
|
||||||
|
|
||||||
|
# CONFIG_ZMK_USB_LOGGING=y
|
@ -18,6 +18,7 @@
|
|||||||
flavor = "balanced";
|
flavor = "balanced";
|
||||||
bindings = <&kp>, <&kp>;
|
bindings = <&kp>, <&kp>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
combos {
|
combos {
|
||||||
#include "combos.dtsi"
|
#include "combos.dtsi"
|
||||||
@ -49,7 +50,7 @@
|
|||||||
// | | | | | DEL | SPACE | tog SHEET_ |
|
// | | | | | DEL | SPACE | tog SHEET_ |
|
||||||
|
|
||||||
bindings = <
|
bindings = <
|
||||||
&bt BT_CLR &trans &kp C_MUTE &kp C_VOL_DN &kp C_VOL_UP &kp PSCRN &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &kp BSPC
|
&bt BT_CLR &trans &kp C_MUTE &kp C_VOL_DN &kp C_VOL_UP &kp PSCRN &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &kp MINUS
|
||||||
&bt BT_SEL 1 &kp LGUI &kp RALT &kp LCTRL &kp LSHFT &none &kp LEFT &kp DOWN &kp UP &kp RIGHT &none &none
|
&bt BT_SEL 1 &kp LGUI &kp RALT &kp LCTRL &kp LSHFT &none &kp LEFT &kp DOWN &kp UP &kp RIGHT &none &none
|
||||||
&bt BT_SEL 2 &none &none &none &none &none &kp F7 &kp F8 &kp F9 &kp F10 &kp F11 &kp F12
|
&bt BT_SEL 2 &none &none &none &none &none &kp F7 &kp F8 &kp F9 &kp F10 &kp F11 &kp F12
|
||||||
&trans &trans &trans &kp DEL &kp SPACE &tog SHEET_
|
&trans &trans &trans &kp DEL &kp SPACE &tog SHEET_
|
||||||
@ -64,7 +65,7 @@
|
|||||||
// | tog SHEET_ | | | | | | |
|
// | tog SHEET_ | | | | | | |
|
||||||
|
|
||||||
bindings = <
|
bindings = <
|
||||||
&kp TAB &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &none &none &none &none &none &bt BT_SEL 3
|
&kp GRAVE &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &none &none &none &none &none &bt BT_SEL 3
|
||||||
&kp LA(N6) &kp LA(N8) &kp LA(N4) &kp LA(N5) &kp LA(MINUS) &kp LA(EQUAL) &kp RSHFT &kp RCTRL &kp RALT &kp RGUI &none &bt BT_SEL 4
|
&kp LA(N6) &kp LA(N8) &kp LA(N4) &kp LA(N5) &kp LA(MINUS) &kp LA(EQUAL) &kp RSHFT &kp RCTRL &kp RALT &kp RGUI &none &bt BT_SEL 4
|
||||||
&kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &none &none &none &none &none &bt BT_SEL 5
|
&kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &none &none &none &none &none &bt BT_SEL 5
|
||||||
&to SHEET_ &none &none &none &none &trans
|
&to SHEET_ &none &none &none &none &trans
|
Loading…
Reference in New Issue
Block a user