Compare commits

...

3 Commits

Author SHA1 Message Date
85f70974f9 enable usb logging
All checks were successful
Build
2023-04-09 14:11:54 +00:00
664b4b61db [FIX] use correct shorthand modifier code 2023-04-09 13:50:54 +00:00
7f25cebef8 shorter sticky layer 2023-04-09 13:42:06 +00:00
2 changed files with 5 additions and 3 deletions

View File

@ -5,8 +5,10 @@
# Uncomment the following line to enable the Corne OLED Display
# CONFIG_ZMK_DISPLAY=y
# Allow to sleep
# Allow to sleep
CONFIG_ZMK_SLEEP=y
CONFIG_ZMK_IDLE_TIMEOUT=30000
# Sleep timeout to 15 minutes
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000
CONFIG_ZMK_USB_LOGGING=y

View File

@ -10,7 +10,7 @@
#include <dt-bindings/zmk/outputs.h>
&sl {
release-after-ms = <2000>;
release-after-ms = <1000>;
};
&sk {
@ -26,7 +26,7 @@
&kp ESC &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &kp LBKT
&sk CAPS &kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SEMI &kp SQT
&sk LSHFT &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp FSLH &mo 1
&kp LGUI &sk LCTRL &kp SPACE &kp L_CTRL(LALT) &sl 2 &sk LALT
&kp LGUI &sk LCTRL &kp SPACE &kp LC(LALT) &sl 2 &sk LALT
>;
};