Skip to content

Commit

Permalink
add minus
Browse files Browse the repository at this point in the history
  • Loading branch information
ridingintraffic committed Sep 22, 2023
1 parent 2e60703 commit ac6516c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrappers.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
#define __BASE_NUMPAD_2_4__ KC_0, KC_DOT

#define __BASE_NUMPAD_3_1__ KC_7, KC_8, KC_9, KC_PLUS
#define __BASE_NUMPAD_3_2__ KC_4, KC_5, KC_6, KC_NO
#define __BASE_NUMPAD_3_2__ KC_4, KC_5, KC_6, KC_MINUS
#define __BASE_NUMPAD_3_3__ KC_1, KC_2, KC_3, KC_ENTER
#define __BASE_NUMPAD_3_4__ KC_0, KC_DOT, LT(2,KC_K), LT(1,KC_K)

Expand Down

0 comments on commit ac6516c

Please sign in to comment.