From 535a4e8e9034bd80a7ae8afd932ee15364d54a2e Mon Sep 17 00:00:00 2001 From: Michael Richters Date: Fri, 4 Mar 2022 10:58:10 -0600 Subject: [PATCH] Shift comment separating state variables from config variables Signed-off-by: Michael Richters --- .../Kaleidoscope-OneShot/src/kaleidoscope/plugin/OneShot.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Kaleidoscope-OneShot/src/kaleidoscope/plugin/OneShot.h b/plugins/Kaleidoscope-OneShot/src/kaleidoscope/plugin/OneShot.h index cb425636..33b1b3c7 100644 --- a/plugins/Kaleidoscope-OneShot/src/kaleidoscope/plugin/OneShot.h +++ b/plugins/Kaleidoscope-OneShot/src/kaleidoscope/plugin/OneShot.h @@ -191,12 +191,12 @@ class OneShot : public kaleidoscope::Plugin { uint16_t hold_timeout_{250}; int16_t double_tap_timeout_{-1}; - // -------------------------------------------------------------------------- - // State variables uint16_t stickable_keys_{uint16_t(-1)}; bool auto_modifiers_{false}; bool auto_layers_{false}; + // -------------------------------------------------------------------------- + // State variables KeyAddrBitfield temp_addrs_; KeyAddrBitfield glue_addrs_;