diff options
author | QMK Bot <hello@qmk.fm> | 2021-09-28 19:24:40 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-09-28 19:24:40 +0000 |
commit | bc41d37bafefc098d36eabafdc8f4c23af188c34 (patch) | |
tree | bf08da39937c9cd1f0d018c2c7c87fda521f9bc4 /users/jonavin/jonavin.h | |
parent | f89620d7af11f4f7e155ae7f015281d2526bbe46 (diff) | |
parent | 705cd433c22aad00b12183eaa3bada50d90fd97b (diff) | |
download | qmk_firmware-bc41d37bafefc098d36eabafdc8f4c23af188c34.tar.gz qmk_firmware-bc41d37bafefc098d36eabafdc8f4c23af188c34.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'users/jonavin/jonavin.h')
-rw-r--r-- | users/jonavin/jonavin.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/users/jonavin/jonavin.h b/users/jonavin/jonavin.h index 5f467bc84..316483940 100644 --- a/users/jonavin/jonavin.h +++ b/users/jonavin/jonavin.h | |||
@@ -58,6 +58,18 @@ enum custom_user_keycodes { | |||
58 | #endif // TD_LSFT_CAPSLOCK_ENABLE | 58 | #endif // TD_LSFT_CAPSLOCK_ENABLE |
59 | 59 | ||
60 | 60 | ||
61 | // ENCODER ACTIONS | ||
62 | #ifdef ENCODER_ENABLE | ||
63 | void encoder_action_volume(bool clockwise); | ||
64 | void encoder_action_mediatrack(bool clockwise); | ||
65 | void encoder_action_navword(bool clockwise); | ||
66 | void encoder_action_navpage(bool clockwise); | ||
67 | |||
68 | uint8_t get_selected_layer(void); | ||
69 | void encoder_action_layerchange(bool clockwise); | ||
70 | #endif // ENCODER_ENABLE | ||
71 | |||
72 | |||
61 | #ifdef RGB_MATRIX_ENABLE | 73 | #ifdef RGB_MATRIX_ENABLE |
62 | //RGB custom colours | 74 | //RGB custom colours |
63 | #define RGB_GODSPEED 0x00, 0xE4, 0xFF // colour for matching keycaps | 75 | #define RGB_GODSPEED 0x00, 0xE4, 0xFF // colour for matching keycaps |