Commit Graph

5272 Commits (3976e3dd5bb18376389dccbb22798e6ac9a57e6f)
 

Author SHA1 Message Date
Michael Richters 48e1130dce
Adapt EEPROM-Keymap-Programmer plugin to KeyEvent handlers
3 years ago
Michael Richters d7a71f92ba
Adapt Cycle plugin to KeyEvent handlers
3 years ago
Michael Richters a890b3ccf1
Adapt Steno(GeminiPR) plugin to KeyEvent handlers
3 years ago
Michael Richters b4ec77d6e1
Adapt WinKeyToggle plugin to KeyEvent handlers
3 years ago
Michael Richters 8d8a9f7f44
Adapt TypingBreaks plugin to KeyEvent handlers
3 years ago
Michael Richters b535d203a6
Adapt Turbo plugin to KeyEvent handlers
3 years ago
Michael Richters f91d2a30a3
Adapt MouseKeys plugin to KeyEvent handlers
3 years ago
Michael Richters 5db82fd7c8
Adapt DynamicMacros plugin to KeyEvent handlers
3 years ago
Michael Richters f619f1bc78
Deprecate MACRODOWN preprocessor macro
3 years ago
Michael Richters 619edaa299
Adapt Macros plugin to KeyEvent handlers
3 years ago
Michael Richters ba383a18ad
Adapt DynamicTapDance plugin to KeyEvent handlers
3 years ago
Michael Richters aa6d4acf25
Adapt GhostInTheFirmware plugin to KeyEvent handlers
3 years ago
Michael Richters 3a78581bc2
Adapt Syster plugin to KeyEvent handlers
3 years ago
Michael Richters 4e445817fc
Adapt MagicCombo plugin to KeyEvent handlers
3 years ago
Michael Richters 3e304a2a3f
Adapt OneShot plugin to KeyEvent handlers
3 years ago
Michael Richters f931a59efc
Adapt TapDance plugin to KeyEvent handlers
3 years ago
Michael Richters 0bf128be09
Adapt TopsyTurvy plugin to KeyEvent handlers
3 years ago
Michael Richters abba881257
Adapt ShapeShifter plugin to KeyEvent handlers
3 years ago
Michael Richters 9352117e74
Adapt Redial plugin to KeyEvent handlers
3 years ago
Michael Richters b5a006c228
Adapt SpaceCadet plugin to KeyEvent handlers
3 years ago
Michael Richters 2842b377e9
Adapt Qukeys plugin to KeyEvent handlers
3 years ago
Michael Richters 8d4967db8d
Adapt Leader plugin to KeyEvent handlers
3 years ago
Michael Richters 6e2f3e8843
Include `stdint.h` in Kaleidoscope-Ranges.h
3 years ago
Michael Richters 0498a88a24
Replace AppSwitcher Macros example with custom plugin
3 years ago
Michael Richters 328edcfc64
Add `KeyAddrBitField::clear()` method
3 years ago
Michael Richters 73c9fa7e96
Standardize private variable names in LEDControl
3 years ago
Michael Richters 26f1972976
Deprecate public `LEDControl.syncDelay` variable
3 years ago
Michael Richters f6e9896697
Remove some unnecessary namespace qualifiers from LEDControl
3 years ago
Michael Richters e4b6499070
Adapt LEDControl to new KeyEvent handlers
3 years ago
Michael Richters 7756be1a6d
Add `beforeSyncingLeds()` event handler hook function
3 years ago
Michael Richters 015b8e3140
Add KeyEventTracker helper class
3 years ago
Michael Richters 1946e1de0b
Compile deprecated Layer code conditionally
3 years ago
Michael Richters 4c47ce1185
Terminate event handling after calling `Layer.handleLayerKeyEvent()`
3 years ago
Michael Richters 7d16958a7a
Replace `handleKeymapKeyswitchEvent()` with `handleLayerKeyEvent()`
3 years ago
Michael Richters 236281fa75
Rewrite top-level event handling functions
3 years ago
Michael Richters d5a8a6e201
Add new `KeyEvent` event handler functions
3 years ago
Michael Richters 3be5c0fce4
Generalize KeyAddrEventQueue type to store EventId values
3 years ago
Michael Richters 3be1ea6531
Add KeyEvent data type
3 years ago
Michael Richters b8025a94f3
Adjust configuration for issue #970 test sketch
3 years ago
Michael Richters 8b1bf403c3
Add Qukeys tap-repeat feature basic test
3 years ago
Michael Richters 20cb771dbf
Update Qukeys basic test suite tap-repeat configuration
3 years ago
Michael Richters 1f24088a69
Add documentation and examples for Qukeys tap-repeat feature
3 years ago
Michael Richters 94d26b8cb8
Add Qukeys "tap-repeat" feature
3 years ago
Michael Richters d97221c5a1
Add `remove(n)` method to `KeyAddrEventQueue` class
3 years ago
Michael Richters 0db11e3e66
Update basic Escape-OneShot testcases
3 years ago
Michael Richters 4f243dbef6
Update testcase for OneShot issue #896
3 years ago
Michael Richters c4332f1545
Update basic OneShot testcases
3 years ago
Michael Richters 1a63ade706
Update documentation and example sketch
3 years ago
Michael Richters 682019493a
Update Kaleidoscope-Ranges testcase for new OneShot keys
3 years ago
Michael Richters bde30b0831
Use `Key.isKeyboardModifier()` & `Key.isLayerShift()` in OneShot
3 years ago