Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
codeyoma committed Sep 19, 2023
1 parent b108080 commit 75c7e7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include <dt-bindings/zmk/bt.h>
#include <dt-bindings/zmk/outputs.h>


#define ALL (-1)
#define NONE 0
#define DEFAULT 0
Expand Down Expand Up @@ -106,7 +105,7 @@
&kp GRAVE ________ ________ ________ ________ ________ ________ &kp N7 &kp N8 &kp N9 ________ ________
// ├───────────────├───────────────┼───────────────┼───────────────┼───────────────┼───────────────┤ ├───────────────├───────────────┼───────────────┼───────────────┼───────────────┼───────────────┤
// 12 13 14 15 16 17 18 19 20 21 22 23
&kp CAPS FOCUS_NEXT &kp INS &kp HOME &kp PG_UP MOVE_LEFT MOVE_RIGHT &kp N4 &kp N5 &kp N6 ________ &kp SQT
&kp CAPS FOCUS_NEXT &kp INS &kp HOME &kp PG_UP MOVE_LEFT MOVE_RIGHT &kp N4 &kp N5 &kp N6 XXXXXXXX &kp SQT
// ├───────────────├───────────────┼───────────────┼───────────────┼───────────────┼───────────────┤ ├───────────────├───────────────┼───────────────┼───────────────┼───────────────┼───────────────┤
// 24 25 26 27 28 29 30 31 32 33 34 35
________ FOCUS_MENU &kp DEL &kp END &kp PG_DN &macro_nerd_l &macro_nerd_r &kp N1 &kp N2 &kp N3 &kp BSLH ________
Expand Down
4 changes: 2 additions & 2 deletions custom/combos.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
COMBO_(left_parenthesis, &kp LPAR, 9 21, ALL, 50)
COMBO_(right_parenthesis, &kp RPAR, 10 22, ALL, 50)

COMBO_(right_desk, &kp LC(RIGHT), 32 33, DEFAULT COLEMAK, 50)
COMBO_(left_desk, &kp LC(LEFT), 31 32, DEFAULT COLEMAK, 50)
COMBO_(right_desk, &kp LC(RIGHT), 32 33, DEFAULT COLEMAK, 50)
COMBO_(left_desk, &kp LC(LEFT), 31 32, DEFAULT COLEMAK, 50)
COMBO_(next_tab, &kp LC(TAB), 20 21, DEFAULT COLEMAK, 50)
COMBO_(prev_tab, &kp LC(LS(TAB)), 19 20, DEFAULT COLEMAK, 50)
};
Expand Down

0 comments on commit 75c7e7f

Please sign in to comment.