Skip to content

Commit

Permalink
adding my num and sympad to sweep
Browse files Browse the repository at this point in the history
  • Loading branch information
ridingintraffic committed May 6, 2024
1 parent 3743d59 commit bd0b7a4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
12 changes: 12 additions & 0 deletions keymaps/sweep.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,16 @@ _________________ACTION_L1_________________, _________________ACTIO
_________________ACTION_L2_________________, _________________ACTION_R2_________________, \
_________________ACTION_L3_________________, _________________ACTION_R3_________________, \
__THUMBS_3L_LOWER__, __THUMBS_3R_LOWER__
#define NUMPAD \
_________________ACTION_L1_________________, _________________NUMPAD_R1_________________, \
_________________ACTION_L2_________________, _________________NUMPAD_R2_________________, \
_________________ACTION_L3_________________, _________________NUMPAD_R3_________________, \
__THUMBS_3L_LOWER__, __THUMBS_3R_NUMPAD__

#define SYMPAD \
_________________ACTION_L1_________________, _________________SYMPAD_R1_________________, \
_________________ACTION_L2_________________, _________________SYMPAD_R2_________________, \
_________________ACTION_L3_________________, _________________SYMPAD_R3_________________, \
__THUMBS_3L_LOWER__, __THUMBS_3R_SYMPAD__

#define MASTER_LEFT
4 changes: 3 additions & 1 deletion sweep.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
[ "BASE" ],
[ "RAISE" ],
[ "LOWER" ],
[ "NOT_ACTION" ]
[ "NOT_ACTION" ],
[ "NUMPAD" ],
[ "SYMPAD" ]
],
"layout": "LAYOUT_wrapper_sweeeeep",
"notes": "",
Expand Down

0 comments on commit bd0b7a4

Please sign in to comment.