From a8766c48cd32784aa5c33bca1f43eb37ec0385e5 Mon Sep 17 00:00:00 2001 From: Siddharth Date: Mon, 5 Feb 2024 08:18:56 +0530 Subject: [PATCH] added ext_power keybinding in raised layer --- config/boards/shields/corny/corny.conf | 1 + config/boards/shields/corny/corny.keymap | 6 +++--- config/boards/shields/corny/corny_left.conf | 1 + config/boards/shields/corny/corny_right.conf | 1 + 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/config/boards/shields/corny/corny.conf b/config/boards/shields/corny/corny.conf index 7e77335..6b9b228 100644 --- a/config/boards/shields/corny/corny.conf +++ b/config/boards/shields/corny/corny.conf @@ -1,5 +1,6 @@ CONFIG_EC11=y CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y CONFIG_ZMK_SLEEP=y +CONFIG_ZMK_EXT_POWER=y CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING=y CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_PROXY=y \ No newline at end of file diff --git a/config/boards/shields/corny/corny.keymap b/config/boards/shields/corny/corny.keymap index 75636e5..df01557 100644 --- a/config/boards/shields/corny/corny.keymap +++ b/config/boards/shields/corny/corny.keymap @@ -39,9 +39,9 @@ raise_layer { // ------------------------------------------------------------------------------------------------ -// | TAB | ! | @ | # | $ | % | | ^ | & | * | ( | ) | BKSP | -// | CTRL | | | | | | | - | = | [ | ] | \ | ` | -// | SHFT | | | | | | | | boot | _ | + | { | } | "|" | ~ | +// | TAB | ! | @ | # | $ | % | | ^ | & | * | ( | ) | &ext_power EP_OFF | +// | CTRL | | | | | | | - | = | [ | ] | \ | ` | +// | SHFT | | | | | | | | boot | _ | + | { | } | "|" | ~ | // | GUI | | SPC | | ENT | | ALT | bindings = < &kp TAB &kp EXCL &kp AT &kp HASH &kp DLLR &kp PRCNT &kp CARET &kp AMPS &kp KP_MULTIPLY &kp LPAR &kp RPAR &kp BSPC diff --git a/config/boards/shields/corny/corny_left.conf b/config/boards/shields/corny/corny_left.conf index e4c352e..d408fed 100644 --- a/config/boards/shields/corny/corny_left.conf +++ b/config/boards/shields/corny/corny_left.conf @@ -1,6 +1,7 @@ CONFIG_NFCT_PINS_AS_GPIOS=y # CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y CONFIG_ZMK_SLEEP=y +CONFIG_ZMK_EXT_POWER=y # Nice!View CONFIG_ZMK_DISPLAY=y diff --git a/config/boards/shields/corny/corny_right.conf b/config/boards/shields/corny/corny_right.conf index 26ab045..5044032 100644 --- a/config/boards/shields/corny/corny_right.conf +++ b/config/boards/shields/corny/corny_right.conf @@ -2,5 +2,6 @@ CONFIG_NFCT_PINS_AS_GPIOS=y CONFIG_EC11=y CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y CONFIG_ZMK_SLEEP=y +CONFIG_ZMK_EXT_POWER=y CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING=y CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_PROXY=y \ No newline at end of file