Skip to content

Commit

Permalink
Merge pull request #4 from timseriakov/tmp
Browse files Browse the repository at this point in the history
Tmp
  • Loading branch information
timseriakov authored Aug 19, 2024
2 parents 9c363b2 + 7126676 commit 27b5062
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
include:
- board: nice_nano_v2
shield: corne_left
# - board: nice_nano_v2
# shield: corne_right
- board: nice_nano_v2
shield: corne_right
# - board: nice_nano_v2
# shield: settings_reset
4 changes: 2 additions & 2 deletions config/corne.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ CONFIG_ZMK_USB_LOGGING=n
CONFIG_ZMK_SETTINGS_SAVE_DEBOUNCE=60000
# CONFIG_ZMK_SETTINGS_SAVE_DEBOUNCE=10000

CONFIG_ZMK_SLEEP=y
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=1200000
CONFIG_ZMK_SLEEP=n
# CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=1200000
# CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=3600000

# Make Bluetooth stronger
Expand Down
15 changes: 13 additions & 2 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -676,16 +676,27 @@
key-positions = <36 27>;
};

combo_g_t1_raycast_apps {
bindings = <&kp LC(LG(N))>;
combo_g_t1_paste_app {
bindings = <&mcr_paste_app>;
key-positions = <17 38>;
layers = <0 8>;
};

combo_df_esc_shift {
bindings = <&mcr_esc_shift>;
key-positions = <15 16>;
layers = <1>;
};

combo_we_switch_lang {
bindings = <&kp F24>;
key-positions = <3 2>;
};

combo_xc_switch_lang {
bindings = <&kp F24>;
key-positions = <26 27>;
};
};

behaviors {
Expand Down

0 comments on commit 27b5062

Please sign in to comment.