Skip to content

Commit

Permalink
adding the sympad layer to skele
Browse files Browse the repository at this point in the history
  • Loading branch information
ridingintraffic committed May 1, 2024
1 parent bbfd318 commit 3743d59
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions keymaps/skeletyl.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ _________________ACTION_L1_________________, _________________NUMPA
_________________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__
3 changes: 2 additions & 1 deletion skeletyl.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
[ "RAISE" ],
[ "LOWER" ],
[ "NOT_ACTION" ],
[ "NUMPAD" ]
[ "NUMPAD" ],
[ "SYMPAD" ]

],
"layout":"LAYOUT_wrapper_split_3x5_3",
Expand Down

0 comments on commit 3743d59

Please sign in to comment.