aboutsummaryrefslogtreecommitdiff
path: root/users/jonavin/jonavin.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/jonavin/jonavin.h')
-rw-r--r--users/jonavin/jonavin.h12
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