From 7a1abb621d0c9c8d28c1d2b593491c23893d4178 Mon Sep 17 00:00:00 2001 From: Manna Harbour <51143715+manna-harbour@users.noreply.github.com> Date: Fri, 6 Aug 2021 21:42:44 +1000 Subject: [PATCH] Add clipboard to MBO bottom row --- miryoku/miryoku-zmk-babel.org | 2 +- miryoku/miryoku.dtsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/miryoku/miryoku-zmk-babel.org b/miryoku/miryoku-zmk-babel.org index 77003da..5b608d3 100644 --- a/miryoku/miryoku-zmk-babel.org +++ b/miryoku/miryoku-zmk-babel.org @@ -48,7 +48,7 @@ #+NAME: mbo | U_RDO | U_PST | U_CPY | U_CUT | U_UND | U_RDO | U_PST | U_CPY | U_CUT | U_UND | | LGUI | LALT | LCTL | LSFT | | | LSFT | LCTL | LALT | LGUI | -| | | | | | | | | | | +| U_RDO | U_PST | U_CPY | U_CUT | U_UND | U_RDO | U_PST | U_CPY | U_CUT | U_UND | | U_NP | U_NP | BTN2 | BTN3 | BTN1 | BTN1 | BTN3 | BTN2 | U_NP | U_NP | diff --git a/miryoku/miryoku.dtsi b/miryoku/miryoku.dtsi index bdf44ba..c90a00b 100644 --- a/miryoku/miryoku.dtsi +++ b/miryoku/miryoku.dtsi @@ -178,7 +178,7 @@ U_NP, U_NP, < MEDR ESC, < NAVR SPC, < MOUR TAB, < NSSL R MIRYOKU_MAPPING( U_RDO, U_PST, U_CPY, U_CUT, U_UND, U_RDO, U_PST, U_CPY, U_CUT, U_UND, &kp LGUI, &kp LALT, &kp LCTRL, &kp LSHFT, &trans, &trans, &kp LSHFT, &kp LCTRL, &kp LALT, &kp LGUI, -&trans, &trans, &trans, &trans, &trans, &trans, &trans, &trans, &trans, &trans, +U_RDO, U_PST, U_CPY, U_CUT, U_UND, U_RDO, U_PST, U_CPY, U_CUT, U_UND, U_NP, U_NP, U_NU, U_NU, &kp KP_N5, &kp KP_N5, U_NU, U_NU, U_NP, U_NP ) >;