Skip to content

Commit

Permalink
missed a comma
Browse files Browse the repository at this point in the history
  • Loading branch information
ridingintraffic committed Sep 22, 2023
1 parent 86954f2 commit 4b6e6d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wrappers.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@

#define __BASE_NUMPAD_2_1__ KC_HOME, KC_END, KC_PGUP, KC_PGDN
#define __BASE_NUMPAD_2_2__ KC_LEFT, KC_DOWN, KC_UP, KC_RGHT
#define __BASE_NUMPAD_2_3__ KC_1, KC_2, KC_3, KC_ENTER
#define __BASE_NUMPAD_2_3__ KC_1, KC_2, KC_3, KC_ENTER
#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_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)
#define __BASE_NUMPAD_3_4__ KC_0, KC_DOT, LT(2,KC_K), LT(1,KC_K)


#define __RAISE_NUMPAD_1__
Expand Down

0 comments on commit 4b6e6d5

Please sign in to comment.