summaryrefslogtreecommitdiff
path: root/users/jonavin/jonavin.h
diff options
context:
space:
mode:
authorjonavin <71780717+Jonavin@users.noreply.github.com>2021-09-29 12:42:53 -0400
committerGitHub <noreply@github.com>2021-09-29 09:42:53 -0700
commitc89f74b929721d01bf8177aa10c3cd721247a857 (patch)
tree9d74eaa575c4954c2db2b9128ebfd9a1b1bc4523 /users/jonavin/jonavin.h
parent0338481090f4c2330a7fd237416cf66ba2bd4d22 (diff)
[Keymap] Jonavin murphpad keymap update (#14637)
Co-authored-by: Jonavin <=>
Diffstat (limited to 'users/jonavin/jonavin.h')
-rw-r--r--users/jonavin/jonavin.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/users/jonavin/jonavin.h b/users/jonavin/jonavin.h
index 316483940a..efe0301af3 100644
--- a/users/jonavin/jonavin.h
+++ b/users/jonavin/jonavin.h
@@ -36,7 +36,9 @@ enum custom_user_keycodes {
KC_WINLCK, //Toggles Win key on and off
RGB_TOI, // Timeout idle time up
RGB_TOD, // Timeout idle time down
- RGB_NITE // Turns off all rgb but allow rgb indicators to work
+ RGB_NITE, // Turns off all rgb but allow rgb indicators to work
+
+ NEW_SAFE_RANGE // new safe range for keymap level custom keycodes
};
#define KC_CAD LALT(LCTL(KC_DEL))
@@ -67,6 +69,14 @@ enum custom_user_keycodes {
uint8_t get_selected_layer(void);
void encoder_action_layerchange(bool clockwise);
+
+ #if defined(RGB_MATRIX_ENABLE) || defined(RGBLIGHT_ENABLE)
+ void encoder_action_rgb_speed(bool clockwise);
+ void encoder_action_rgb_hue(bool clockwise);
+ void encoder_action_rgb_saturation(bool clockwise);
+ void encoder_action_rgb_brightness(bool clockwise);
+ void encoder_action_rgb_mode(bool clockwise);
+ #endif // RGB_MATRIX_ENABLE / RGBLIGHT_ENABLE
#endif // ENCODER_ENABLE