Skip to content

Commit

Permalink
reset some config
Browse files Browse the repository at this point in the history
  • Loading branch information
mkonji008 committed Oct 29, 2024
1 parent 8d32da1 commit b007286
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 17 deletions.
2 changes: 0 additions & 2 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,3 @@ include:
shield: cornesque_right
- board: nice_nano_v2
shield: cornesque_dongle
- board: nice_nano_v2
shield: settings_reset
16 changes: 9 additions & 7 deletions config/boards/shields/cornesque/cornesque.conf
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# Uncomment the following lines to enable the Corne RGB Underglow
#CONFIG_ZMK_RGB_UNDERGLOW=y
#CONFIG_WS2812_STRIP=y
CONFIG_ZMK_RGB_UNDERGLOW=n
CONFIG_WS2812_STRIP=n

# Uncomment the following line to enable the Corne OLED Display
#CONFIG_ZMK_DISPLAY=y
CONFIG_ZMK_DISPLAY=n

CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
CONFIG_ZMK_BLE_EXPERIMENTAL_CONN=y
CONFIG_ZMK_SLEEP=y
CONFIG_PM_DEVICE=y
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000
CONFIG_ZMK_EXT_POWER=y

CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING=y
CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_PROXY=y

CONFIG_ZMK_KEYBOARD_NAME="Cornesque"

CONFIG_BT_CTLR_TX_PWR_PLUS_8=n
4 changes: 2 additions & 2 deletions config/boards/shields/cornesque/cornesque_dongle.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ CONFIG_BT_CTLR_TX_PWR_PLUS_8=y

CONFIG_ZMK_SLEEP=n
# CONFIG_PM_DEVICE=n
#CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000
#CONFIG_ZMK_EXT_POWER=y
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000
CONFIG_ZMK_EXT_POWER=y
6 changes: 6 additions & 0 deletions config/boards/shields/cornesque/cornesque_left.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Copyright (c) 2020 The ZMK Contributors
# SPDX-License-Identifier: MIT
CONFIG_ZMK_SLEEP=y
CONFIG_PM_DEVICE=y
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000
CONFIG_ZMK_EXT_POWER=y
6 changes: 6 additions & 0 deletions config/boards/shields/cornesque/cornesque_right.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Copyright (c) 2020 The ZMK Contributors
# SPDX-License-Identifier: MIT
CONFIG_ZMK_SLEEP=y
CONFIG_PM_DEVICE=y
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000
CONFIG_ZMK_EXT_POWER=y
2 changes: 1 addition & 1 deletion config/boards/shields/cornesque/cornesque_right.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "cornesque.dtsi"

&default_transform {
col-offset = <5>;
col-offset = <6>;
};

&kscan0 {
Expand Down
11 changes: 6 additions & 5 deletions config/cornesque.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
bindings = <
&kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P
&bhm LCTRL A &bhm LALT S &bhm LGUI D &bhm LSHIFT F &kp G &kp H &bhm RIGHT_SHIFT J &bhm LEFT_GUI K &bhm LEFT_ALT L &bhm LCTRL SLASH
&kp Z &kp X &kp C &kp V &lt 1 B &lt 7 N &lt 6 M &kp COMMA &kp DOT &mkp MCLK
&mkp LCLK &lt 1 SPACE &mkp RCLK &lt 3 RET &lt 2 BACKSPACE
&kp Z &kp X &kp C &kp V &lt 1 B &lt 7 N &lt 6 M &kp COMMA &kp DOT &kp DELETE
&kp LSHIFT &lt 1 SPACE &lt 1 LCTRL &lt 3 RET &lt 2 BACKSPACE
>;
};

Expand Down Expand Up @@ -123,8 +123,8 @@
bindings = <
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
&mkp MCLK &trans &trans &trans &trans &trans &trans &trans &trans &mkp LCLK
&mkp LCLK &trans &mkp RCLK &trans &trans
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
&trans &trans &trans &trans &trans
>;
};

Expand All @@ -150,7 +150,7 @@
bindings = <
&kp TAB &kp Q &kp W &kp E &kp R &kp F1 &kp F2 &kp F3 &kp F4 &kp F5
&kp LCTRL &kp A &kp S &kp D &kp F &kp COMMA &kp PERIOD &none &none &none
&kp LSHIFT &kp Z &kp X &kp C &kp V &mkp LCLK &mkp MCLK &mkp RCLK &none &to 0
&kp LSHIFT &kp Z &kp X &kp C &kp V &trans &trans &trans &none &to 0
&mo 10 &mo 9 &kp SPACE &mo 2 &kp LEFT_CONTROL
>;
};
Expand All @@ -172,4 +172,5 @@
&trans &trans &kp SPACE &mo 2 &kp LEFT_CONTROL
>;
};
};
};

0 comments on commit b007286

Please sign in to comment.