diff options
Diffstat (limited to 'users/xulkal/custom_encoder.c')
| -rw-r--r-- | users/xulkal/custom_encoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/xulkal/custom_encoder.c b/users/xulkal/custom_encoder.c index 09f1cda0d..076a9891a 100644 --- a/users/xulkal/custom_encoder.c +++ b/users/xulkal/custom_encoder.c | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | const uint16_t PROGMEM encoders[][2] = { | 4 | const uint16_t PROGMEM encoders[][2] = { |
| 5 | { KC_PGUP, KC_PGDN }, | 5 | { KC_PGUP, KC_PGDN }, |
| 6 | { KC_DOWN, KC_UP } | 6 | { KC_DOWN, KC_UP } |
| 7 | } | 7 | }; |
| 8 | 8 | ||
| 9 | void encoder_update_user(uint8_t index, bool clockwise) | 9 | void encoder_update_user(uint8_t index, bool clockwise) |
| 10 | { | 10 | { |
