Skip to content

Commit

Permalink
Update custom_config.h
Browse files Browse the repository at this point in the history
Add custom config
  • Loading branch information
violet-fish authored Dec 30, 2024
1 parent daefdba commit 791599f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion miryoku/custom_config.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Copyright 2021 Manna Harbour
// Copyright 2024 Manna Harbour
// https://github.com/manna-harbour/miryoku
// #define MIRYOKU_KLUDGE_MOUSEKEYSPR

#define MIRYOKU_LAYER_TAP \
&kp TAB, &kp Q, &kp W, &kp E, &kp R, &kp T, &kp L, &kp U, &kp Y, &to U_BASE, \
&kp LSHIFT, &kp A, &kp S, &kp D, &kp F, &kp M, &kp N, &kp E, &kp I, &kp O, \
&kp LCTRL, &kp Z, &kp X, &kp C, &kp V, &kp K, &kp H, &kp COMMA, &kp DOT, &kp SLASH, \
U_NP, U_NP, &kp ESC, &kp SPC, &kp TAB, &kp ESC, &kp LS(TAB), &kp DEL, U_NP, U_NP

0 comments on commit 791599f

Please sign in to comment.