summaryrefslogtreecommitdiff
path: root/keyboards/rgbkb/common/touch_encoder.h
diff options
context:
space:
mode:
authorXScorpion2 <rcalt2vt@gmail.com>2022-01-21 21:51:12 -0600
committerGitHub <noreply@github.com>2022-01-21 19:51:12 -0800
commitad702096a97677eab5c1931d6f0d4a51e1a564a5 (patch)
tree51ddb8df5f1f2c18ee86ba8e5045b4f955a9d112 /keyboards/rgbkb/common/touch_encoder.h
parentb45a037c7edcd9c1cfadceb69ed51e7d42aa58c1 (diff)
[Keyboard] Sol 3 Keyboard from RGBKB (#15687)
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Franklyn Tackitt <franklyn@tackitt.net>
Diffstat (limited to 'keyboards/rgbkb/common/touch_encoder.h')
-rw-r--r--keyboards/rgbkb/common/touch_encoder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/rgbkb/common/touch_encoder.h b/keyboards/rgbkb/common/touch_encoder.h
index 022f619063..bc9a9ccb7f 100644
--- a/keyboards/rgbkb/common/touch_encoder.h
+++ b/keyboards/rgbkb/common/touch_encoder.h
@@ -34,10 +34,10 @@ void touch_encoder_init(void);
void touch_encoder_update(int8_t transaction_id);
void touch_encoder_calibrate(void);
-bool touch_encoder_calibrating(void);
+bool touch_encoder_is_calibrating(void);
void touch_encoder_toggle(void);
-bool touch_encoder_toggled(void);
+bool touch_encoder_is_on(void);
// Called when touch encoder is tapped, weak function overridable by the kb
bool touch_encoder_tapped_kb(uint8_t index, uint8_t section);