From b28012718da4751644aca36fe5745d4b4462c374 Mon Sep 17 00:00:00 2001 From: lightbluepoppy <65863981+lightbluepoppy@users.noreply.github.com> Date: Mon, 2 Dec 2024 17:04:01 +0100 Subject: [PATCH] change combos --- config/corne.config | 2 ++ config/corne.keymap | 60 ++++++++++++++++++++++++----------------- miryoku/custom_config.h | 2 ++ 3 files changed, 39 insertions(+), 25 deletions(-) create mode 100644 config/corne.config diff --git a/config/corne.config b/config/corne.config new file mode 100644 index 000000000..d3401aeb0 --- /dev/null +++ b/config/corne.config @@ -0,0 +1,2 @@ +CONFIG_ZMK_MOUSE=y +CONFIG_ZMK_DISPLAY=y diff --git a/config/corne.keymap b/config/corne.keymap index c99207f6f..3adb5e994 100644 --- a/config/corne.keymap +++ b/config/corne.keymap @@ -5,29 +5,39 @@ #include "../miryoku/mapping/42/corne.h" #include "../miryoku/miryoku.dtsi" -/ { - combos { - compatible = "zmk,combos"; - - NUM { - bindings = <&tog 1>; - key - positions = <30 20>; - }; - - NAV { - bindings = <&tog 2>; - key - positions = <30 21>; - }; - - MEDIA { - bindings = <&tog 3>; - key - positions = <30 22>; - }; - - MOUSE { - bindings = <&tog 4>; - key - positions = <30 23>; - }; - }; -}; +// / { +// combos { +// compatible = "zmk,combos"; + +// NUM { +// bindings = <&tog 7>; +// key - positions = <30 1>; +// }; + +// NAV { +// bindings = <&tog 4>; +// key - positions = <30 2>; +// }; + +// MEDIA { +// bindings = <&tog 6>; +// key - positions = <30 3>; +// }; + +// MOUSE { +// bindings = <&tog 5>; +// key - positions = <30 21>; +// }; + +// FUN { +// bindings = <&tog 9>; +// key - positions = <30 22>; +// }; + +// SYM { +// bindings = <&tog 8>; +// key - positions = <30 23>; +// }; +// }; +// }; diff --git a/miryoku/custom_config.h b/miryoku/custom_config.h index 34f168cdc..41d52d111 100644 --- a/miryoku/custom_config.h +++ b/miryoku/custom_config.h @@ -1,6 +1,8 @@ // Copyright 2021 Manna Harbour // https://github.com/manna-harbour/miryoku +#define MIRYOKU_KLUDGE_MOUSEKEYSPR + #define MIRYOKU_LAYER_BASE \ &kp Q, &kp W, &kp E, &kp R, &kp T, &kp Y, &kp U, &kp I, &kp O, &kp P, \ &kp A, U_MT(LCTRL, S), U_MT(LALT, D), U_MT(LGUI, F), &kp G, &kp H, U_MT(RGUI, J), U_MT(RALT, K), U_MT(RCTRL, L), &kp SQT, \