Shift comment separating state variables from config variables

Signed-off-by: Michael Richters <gedankenexperimenter@gmail.com>
pull/1121/head
Michael Richters 3 years ago
parent 3204034089
commit 535a4e8e90
No known key found for this signature in database
GPG Key ID: 1288FD13E4EEF0C0

@ -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_;

Loading…
Cancel
Save