Skip to content

Commit

Permalink
fix: 🎨 add shift on num layer
Browse files Browse the repository at this point in the history
  • Loading branch information
FilippeMafra committed Jan 17, 2024
1 parent a033634 commit 2038c5b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/hillside48.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,15 @@
num_layer {
/* NUM
* -------------------------------------------------------------------------------------------------------------------------------------
* | F1 | F2 | Home | Up | End | F10 |-----------------------------------| / | 7 | 8 | 9 | - | BSPC |
* | F3 | F4 | Left | Down | Right | F11 |-----------------------------------| * | 4 | 5 | 6 | + | ENTER |
* | F5 | F6 | F7 | F8 | F9 | F12 | INS |-------------------| MUTE | , | 1 | 2 | 3 | = | DELETE|
* | F1 | F2 | Home | Up | End | F9 |-----------------------------------| / | 7 | 8 | 9 | - | BSPC |
* | F3 | F4 | Left | Down | Right | F10 |-----------------------------------| * | 4 | 5 | 6 | + | ENTER |
* | Shift | F5 | F6 | F7 | F8 | F11 | F12 |-------------------| MUTE | , | 1 | 2 | 3 | = | DELETE|
* ----------------| |-------| | | | ADJ_L |---| | | 0 | |-------|Play/P |----------------
*/
bindings = <
&kp F1 &kp F2 &kp HOME &kp UP &kp END &kp F10 &kp SLASH &kp N7 &kp N8 &kp N9 &kp MINUS &trans
&kp F3 &kp F4 &kp LEFT &kp DOWN &kp RIGHT &kp F11 &kp ASTRK &kp N4 &kp N5 &kp N6 &kp PLUS &trans
&kp F5 &kp F6 &kp F7 &kp F8 &kp F9 &kp F12 &kp INS &kp C_MUTE &kp COMMA &kp N1 &kp N2 &kp N3 &kp EQUAL &kp DEL
&kp F1 &kp F2 &kp HOME &kp UP &kp END &kp F9 &kp SLASH &kp N7 &kp N8 &kp N9 &kp MINUS &trans
&kp F3 &kp F4 &kp LEFT &kp DOWN &kp RIGHT &kp F10 &kp ASTRK &kp N4 &kp N5 &kp N6 &kp PLUS &trans
&kp LSHFT &kp F5 &kp F6 &kp F7 &kp F8 &kp F11 &kp F12 &kp C_MUTE &kp COMMA &kp N1 &kp N2 &kp N3 &kp EQUAL &kp DEL
&trans &trans &trans &trans &mo ADJ_L &trans &trans &kp N0 &trans &kp C_PP
>;

Expand Down

0 comments on commit 2038c5b

Please sign in to comment.