You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Kaleidoscope/plugins
Michael Richters 42b81bae96
Fix incorrect `pgm_read_byte()` calls in DynamicMacros
3 years ago
..
Kaleidoscope-AutoShift Add keyIsInjected helper 3 years ago
Kaleidoscope-CharShift Correct `KeyPair` references in CharShift docs 3 years ago
Kaleidoscope-Colormap New hook: onNameQuery() 4 years ago
Kaleidoscope-Cycle Define constexpr constructors for plugin-specific Key objects 3 years ago
Kaleidoscope-CycleTimeReport More library tweaking to comply with arduino requirements 4 years ago
Kaleidoscope-Devel-ArduinoTrace Add a new plugin which wraps and configures ArduinoTrace to make print statement debugging easier 4 years ago
Kaleidoscope-DynamicMacros Fix incorrect `pgm_read_byte()` calls in DynamicMacros 3 years ago
Kaleidoscope-DynamicTapDance Replace `::Kaleidoscope` with `kaleidoscope::Runtime` 3 years ago
Kaleidoscope-EEPROM-Keymap New hook: onNameQuery() 4 years ago
Kaleidoscope-EEPROM-Keymap-Programmer Adapt EEPROM-Keymap-Programmer plugin to KeyEvent handlers 3 years ago
Kaleidoscope-EEPROM-Settings EEPROM: Fix FocusEEPROMCommand compilation 3 years ago
Kaleidoscope-Escape-OneShot EscapeOneShot: Remove run-time toggleability 3 years ago
Kaleidoscope-FingerPainter Adapt miscellaneous LED mode plugins to KeyEvent handlers 3 years ago
Kaleidoscope-FirmwareDump Cleanups for typos and broken links across the documentation 4 years ago
Kaleidoscope-FocusSerial FocusSerial: Implement a `device.reset` command 3 years ago
Kaleidoscope-GhostInTheFirmware Adapt GhostInTheFirmware plugin to KeyEvent handlers 3 years ago
Kaleidoscope-Hardware-Dygma-Raise Replace `boolean` & `byte` with `bool` & `uint8_t` 3 years ago
Kaleidoscope-Hardware-EZ-ErgoDox Replace `boolean` & `byte` with `bool` & `uint8_t` 3 years ago
Kaleidoscope-Hardware-GD32-Eval Replace `boolean` & `byte` with `bool` & `uint8_t` 3 years ago
Kaleidoscope-Hardware-KBDFans-KBD4x More library tweaking to comply with arduino requirements 4 years ago
Kaleidoscope-Hardware-Keyboardio-Atreus More library tweaking to comply with arduino requirements 4 years ago
Kaleidoscope-Hardware-Keyboardio-Imago More library tweaking to comply with arduino requirements 4 years ago
Kaleidoscope-Hardware-Keyboardio-Model01 Replace `boolean` & `byte` with `bool` & `uint8_t` 3 years ago
Kaleidoscope-Hardware-Keyboardio-Model100 Replace `boolean` & `byte` with `bool` & `uint8_t` 3 years ago
Kaleidoscope-Hardware-Model01 More library tweaking to comply with arduino requirements 4 years ago
Kaleidoscope-Hardware-OLKB-Planck More library tweaking to comply with arduino requirements 4 years ago
Kaleidoscope-Hardware-SOFTHRUF-Splitography More library tweaking to comply with arduino requirements 4 years ago
Kaleidoscope-Hardware-Technomancy-Atreus More library tweaking to comply with arduino requirements 4 years ago
Kaleidoscope-Hardware-gHeavy-ButterStick More library tweaking to comply with arduino requirements 4 years ago
Kaleidoscope-Hardware-gHeavy-FaunchPad More library tweaking to comply with arduino requirements 4 years ago
Kaleidoscope-HardwareTestMode astyle 3 years ago
Kaleidoscope-Heatmap Add keyIsInjected helper 3 years ago
Kaleidoscope-HostOS HostOS: Migrate from OSX to macOS 3 years ago
Kaleidoscope-HostPowerManagement Remove deprecated HostPowerManagement code 3 years ago
Kaleidoscope-IdleLEDs Adapt IdleLEDs plugin to KeyEvent handlers 3 years ago
Kaleidoscope-LED-ActiveLayerColor Cleanups for typos and broken links across the documentation 4 years ago
Kaleidoscope-LED-ActiveModColor Update ActiveModColor docs to match current API (#1128) 3 years ago
Kaleidoscope-LED-AlphaSquare Add keyIsInjected helper 3 years ago
Kaleidoscope-LED-Palette-Theme Cleanups for typos and broken links across the documentation 4 years ago
Kaleidoscope-LED-Stalker Adapt miscellaneous LED mode plugins to KeyEvent handlers 3 years ago
Kaleidoscope-LED-Wavepool Adapt miscellaneous LED mode plugins to KeyEvent handlers 3 years ago
Kaleidoscope-LEDControl Get the two remaining files out of the plugins directory in docs to make it easier to ignore this dir 4 years ago
Kaleidoscope-LEDEffect-BootAnimation Cleanups for typos and broken links across the documentation 4 years ago
Kaleidoscope-LEDEffect-BootGreeting Cleanups for typos and broken links across the documentation 4 years ago
Kaleidoscope-LEDEffect-Breathe Cleanups for typos and broken links across the documentation 4 years ago
Kaleidoscope-LEDEffect-Chase Cleanups for typos and broken links across the documentation 4 years ago
Kaleidoscope-LEDEffect-Rainbow Replace `boolean` & `byte` with `bool` & `uint8_t` 3 years ago
Kaleidoscope-LEDEffect-SolidColor Cleanups for typos and broken links across the documentation 4 years ago
Kaleidoscope-LEDEffects Adapt miscellaneous LED mode plugins to KeyEvent handlers 3 years ago
Kaleidoscope-LayerFocus New hook: onNameQuery() 4 years ago
Kaleidoscope-Leader Define constexpr constructors for plugin-specific Key objects 3 years ago
Kaleidoscope-Macros Remove deprecated `handleKeyswitchEvent()` function 3 years ago
Kaleidoscope-MagicCombo Replace `boolean` & `byte` with `bool` & `uint8_t` 3 years ago
Kaleidoscope-MouseKeys Replace `::Kaleidoscope` with `kaleidoscope::Runtime` 3 years ago
Kaleidoscope-NumPad More library tweaking to comply with arduino requirements 4 years ago
Kaleidoscope-OneShot Define constexpr constructors for plugin-specific Key objects 3 years ago
Kaleidoscope-OneShotMetaKeys Add Kaleidoscope-OneShotMetaKeys plugin 3 years ago
Kaleidoscope-PersistentLEDMode More library tweaking to comply with arduino requirements 4 years ago
Kaleidoscope-Qukeys Define constexpr constructors for plugin-specific Key objects 3 years ago
Kaleidoscope-Ranges Add CharShift plugin 3 years ago
Kaleidoscope-Redial Define constexpr constructors for plugin-specific Key objects 3 years ago
Kaleidoscope-ShapeShifter Adapt ShapeShifter plugin to KeyEvent handlers 3 years ago
Kaleidoscope-SpaceCadet Define constexpr constructors for plugin-specific Key objects 3 years ago
Kaleidoscope-Steno Adapt Steno(GeminiPR) plugin to KeyEvent handlers 3 years ago
Kaleidoscope-Syster Replace preprocessor macro `isSyster()` with a simple `==` comparison 3 years ago
Kaleidoscope-TapDance Define constexpr constructors for plugin-specific Key objects 3 years ago
Kaleidoscope-TopsyTurvy Define constexpr constructors for plugin-specific Key objects 3 years ago
Kaleidoscope-Turbo Define constexpr constructors for plugin-specific Key objects 3 years ago
Kaleidoscope-TypingBreaks Adapt TypingBreaks plugin to KeyEvent handlers 3 years ago
Kaleidoscope-USB-Quirks Cleanups for typos and broken links across the documentation 4 years ago
Kaleidoscope-Unicode Merge pull request #1068 from keyboardio/hostos/macos 3 years ago
Kaleidoscope-WinKeyToggle Adapt WinKeyToggle plugin to KeyEvent handlers 3 years ago