Compare commits

...

10 Commits

Author SHA1 Message Date
lafrite26
fb00716ace
ADD nice_view 2025-01-11 18:01:26 +01:00
lafrite26
5f21a72f61
add settings_reset 2025-01-11 17:45:27 +01:00
d5c2387d01 Feat: rename files 2024-03-16 14:54:49 +01:00
lafrite26
8125bd7f22
Update splitkb_aurora_corne.conf 2024-03-16 14:44:18 +01:00
lafrite26
81091cd69f
Update build.yaml
import build.yaml from 
https://github.com/typeractivexyz/corne-wireless-zmk-config/blob/master/build.yaml
2024-03-16 14:43:05 +01:00
b7a387326c Enable usb logging 2024-01-04 18:47:25 +01:00
eef201bd97 Fix: left and right key on the first column 2023-11-18 20:58:02 +01:00
9b5b8d1e00 Fix: kt -> kp 2023-11-18 20:45:15 +01:00
eb42fc6d86 Fix: add ; 2023-11-18 15:12:42 +01:00
d468408764 Fix: add } 2023-11-18 15:09:01 +01:00
4 changed files with 42 additions and 15 deletions

View File

@ -14,6 +14,8 @@
---
include:
- board: nice_nano_v2
shield: splitkb_aurora_corne_left nice_view_adapter nice_view
shield: corne_left nice_view
- 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

View File

@ -8,68 +8,86 @@
╰───────────╯ ╰───────────╯ */
compatible = "zmk,combos";
numG {
key-positions = <12 0>;
bindings = <&kp GRAVE>;
layers = <0>;
};
num1 {
key-positions = <13 1>;
bindings = <&kt N1>;
bindings = <&kp N1>;
layers = <0>;
};
num2 {
key-positions = <14 2>;
bindings = <&kt N2>;
bindings = <&kp N2>;
layers = <0>;
};
num3 {
key-positions = <15 3>;
bindings = <&kt N3>;
bindings = <&kp N3>;
layers = <0>;
};
num4 {
key-positions = <16 4>;
bindings = <&kt N4>;
bindings = <&kp N4>;
layers = <0>;
};
num5 {
key-positions = <17 5>;
bindings = <&kt N5>;
bindings = <&kp N5>;
layers = <0>;
};
num6 {
key-positions = <18 6>;
bindings = <&kt N6>;
bindings = <&kp N6>;
layers = <0>;
};
num7 {
key-positions = <19 7>;
bindings = <&kt N7>;
bindings = <&kp N7>;
layers = <0>;
};
num8 {
key-positions = <20 8>;
bindings = <&kt N8>;
bindings = <&kp N8>;
layers = <0>;
};
num9 {
key-positions = <21 9>;
bindings = <&kt N9>;
bindings = <&kp N9>;
layers = <0>;
};
num0 {
key-positions = <22 10>;
bindings = <&kt N0>;
bindings = <&kp N0>;
layers = <0>;
};
numM {
key-positions = <23 11>;
bindings = <&kp MINUS>;
layers = <0>;
};
c_esc {
key-positions = <15 16>;
bindings = <&kt ESC>;
bindings = <&kp ESC>;
layers = <0>;
};
c_ret {
key-positions = <19 20>;
bindings = <&kp RET>;
layers = <0>;
};

View File

@ -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.
# 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.
# https://zmk.dev/docs/troubleshooting#connectivity-issues
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
# CONFIG_ZMK_USB_LOGGING=y

View File

@ -18,6 +18,7 @@
flavor = "balanced";
bindings = <&kp>, <&kp>;
};
};
combos {
#include "combos.dtsi"
@ -49,7 +50,7 @@
// | | | | | DEL | SPACE | tog SHEET_ |
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 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_
@ -64,7 +65,7 @@
// | tog SHEET_ | | | | | | |
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 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