Commit Graph

266 Commits (bccfad592cd80b3d81ae21435a001515011bd9c6)

Author SHA1 Message Date
Jesse Vincent 5c7ffe6383
explanatory comment
3 years ago
Jesse Vincent 62f668fd25
Don't block waiting for input blindly. Be more efficient about how we check for a newline to end processing. Replace a magic value with what it really means.
3 years ago
Jesse Vincent c9943057f4
Abort processing if there was no command
3 years ago
Jesse Vincent 34e630438b
Use a constant to make code clearer
3 years ago
Jesse Vincent aa34c150d2
Since the array is clean, we don't need to write a \0 after the command
3 years ago
Jesse Vincent 80e7408e03
reinit our command as we start parsing
3 years ago
Jesse Vincent 1d3c7b3399
Replace 'drain' with a slightly more correct implementation
3 years ago
Jesse Vincent 5ca95d0deb
Add an explanatory comment
3 years ago
Gergely Nagy d59604e98b
Model100: Use the real Serial, instead of the default NoSerial
3 years ago
Michael Richters 99d47447ad
Move Macros upgrading docs to the main UPGRADING.md file
3 years ago
Michael Richters 543372d53a
Include Macros UPGRADING guide in published documentation
3 years ago
Michael Richters 14a2a645d6
Add sections on `MACRODOWN()` and `Macros.release()`
3 years ago
Jesse Vincent 4fe8795bfe
astyle
3 years ago
Jesse Vincent 5c9de2f58f
Standardize how we turn on the keyscanner power net
3 years ago
Jesse Vincent d6b7d7d4c8
Merge pull request #1088 from keyboardio/f/keyboardio-model-100-hacked-up-for-basic-usb
3 years ago
Gergely Nagy 32c175d51e
EscapeOneShot: Remove run-time toggleability
3 years ago
Gergely Nagy ddad1305e2
EscapeOneShot: Always treat `Key_OneShotCancel` as cancel key
3 years ago
Gergely Nagy f3604d3317
plugin/EscapeOneShot: Add an optional Config plugin
3 years ago
Gergely Nagy 4d1e59e769
EscapeOneShot: Make it possible to disable the plugin at run-time
3 years ago
Jesse Vincent 1d8eb6d2e2
Temporarily disable gamma implementation - it's not behaving correctly
3 years ago
Jesse Vincent d3216aed95
Initial implemetation of Model 100 hardware driver
3 years ago
Jesse Vincent 2962f0f0c9
astyle
3 years ago
Jesse Vincent da83001116
Update HardwareTestMode to run a little brighter and to bake the rainbow
3 years ago
Jesse Vincent 14f2ef8c3e
Rename our "CRC" class to CRCCalculator, so as not to conflict with a
3 years ago
Jesse Vincent addc341184
Bullet-proofing against the mouse button constants not being defined
3 years ago
Jesse Vincent 4c84e8c093
Replace deprecated syntax for bitfield
3 years ago
Michael Richters c5bd030084
Correct `KeyPair` references in CharShift docs
3 years ago
Michael Richters 926a5f6f5e
Add CharShift docs for Chrysalis
3 years ago
Michael Richters d3bcd45c29
Correct CharShift macro names in documentation
3 years ago
Jesse Vincent b62a689fd0
Remove vim swapfile
3 years ago
Jesse Vincent 8d0e619957
astyle
3 years ago
Jesse Vincent cc313d6d57
Check in non-working renamed plugin with the first little bit of work on
3 years ago
Jesse Vincent 81ff231683
Check in a (non-working) Keyboardio Model 100 plugin, currently a copy of the Model 01 plugin
3 years ago
Gergely Nagy 7fcad59ed5
fixups
3 years ago
Gergely Nagy 801ebee116
gd32: timer-based scanning
3 years ago
Gergely Nagy 3463c000fb
gd32: Restore some functionality
3 years ago
Gergely Nagy 541e77cfc9
gd32: matrix-based keyscanner
3 years ago
Gergely Nagy ce9f14cf71
astyle
3 years ago
Gergely Nagy 3149a781ae
gd32: a pretty dumb key scanner
3 years ago
Gergely Nagy 4b8951d67c
gd32: Add a "bootloader"
3 years ago
Gergely Nagy 17ba4fb8e8
gd32: Add a GD32Flash storage driver
3 years ago
Gergely Nagy a524bd21a6
gd32: Add a dummy GD32 device
3 years ago
Florian Bruhin 4a6aea650d Add keyIsInjected helper
3 years ago
Justin Moy b927b0d397
Add ranges import to escape-oneshot plugin
3 years ago
Michael Richters 18705a660d
Add warning about Qukeys/SpaceCadet compatibilty to AutoShift docs
3 years ago
Michael Richters 7f8175e493
Fix typos in AutoShift docs
3 years ago
Michael Richters c66d252cae
Cancel pending AutoShift key if another key toggles on
3 years ago
Michael Richters cb955c7d09
Prevent AutoShift queue from overflowing
3 years ago
Jesse Vincent 2907bdeeaa
Merge pull request #1072 from GazHank/master
3 years ago
Gareth Hancock d28a9fdcf1 Merge branch 'master' of https://github.com/GazHank/Kaleidoscope
3 years ago
Gareth Hancock 2e42f52c38
Fix minor typos in Tap Dance documentation
3 years ago
Michael Richters f7264f9f4d
Add CharShift plugin
3 years ago
Gergely Nagy eaa0999c28
Merge pull request #1062 from gedankenexperimenter/plugin/oneshot-meta-keys
3 years ago
Michael Richters 55af2fd031
Comment `isStickableDefault()` to explain default stickability
3 years ago
Jesse Vincent 735f019e20
Merge pull request #1068 from keyboardio/hostos/macos
3 years ago
Jesse Vincent da684d40f4
Merge pull request #1065 from keyboardio/unicode/setLinuxKey
3 years ago
Jesse Vincent 5490da6e81
Merge pull request #1066 from keyboardio/unicode/numpad-linux
3 years ago
Gergely Nagy e576b78ba7
Switch from using hostos::OSX to hostos::MACOS
3 years ago
Gergely Nagy 8328bd7be2
HostOS: Migrate from OSX to macOS
3 years ago
Gergely Nagy d34aef1456
Unicode: Update the README with Windows instructions
3 years ago
Gergely Nagy ec3acc3d66
Unicode: Use the numpad to input digits on Linux too
3 years ago
Gergely Nagy a7f537cb84
Unicode: Allow setting the key used for starting Unicode input on Linux
3 years ago
Michael Richters 03c086f34f
Update references to inactive and masked keys
3 years ago
Michael Richters c78ff257ba
Include OneShotMetaKeys in the headers for ActiveModColor
3 years ago
Michael Richters 727d0ba23e
Remove OneShot meta key handling from the OneShot plugin
3 years ago
Michael Richters d0b6f5a21b
Add Kaleidoscope-OneShotMetaKeys plugin
3 years ago
Michael Richters c04542759f
Add public functions to set OneShot key(addr) state
3 years ago
Michael Richters f96b5b25f4
Make OneShot.isStickable() overridable by user code
3 years ago
Michael Richters 8667549029
Make OneShot stickability default to true
3 years ago
Gergely Nagy 2305f49680
device::Base: Use the Base HID by default, rather than KeyboardioHID
3 years ago
Michael Richters ada92fa028
Add removal dates for deprecated plugin functions and variables
3 years ago
Gergely Nagy 72d4ac8124
Merge pull request #1036 from gedankenexperimenter/plugin/autoshift
3 years ago
Gergely Nagy a1abdf0b83
Merge pull request #1037 from gedankenexperimenter/spacecadet-no-delay
3 years ago
Gergely Nagy f4de545390
Merge pull request #1035 from gedankenexperimenter/hook/afterReportingState
3 years ago
Michael Richters 1ff881a86b
Add `afterReportingState()` handler to OneShot
3 years ago
Michael Richters 2404a81c5a
Add AutoShift plugin
3 years ago
Michael Richters d8be455c7a
Fix Syster handling of `Key_0`
3 years ago
Michael Richters 03ebc96348
Add documentation for SpaceCadet "no-delay" mode
3 years ago
Michael Richters 2faa7c00a9
Add a "no-delay" mode to SpaceCadet
3 years ago
Michael Richters 768c95ae46
Make SpaceCadet public mode functions inline
3 years ago
Michael Richters b0ea789f28
Change `SpaceCadet::disabled` to `SpaceCadet::mode_`
3 years ago
Michael Richters 17045d9294
Make ActiveModColor work if registered ahead of OneShot
3 years ago
Michael Richters 2073c4f855
Adapt miscellaneous LED mode plugins to KeyEvent handlers
3 years ago
Michael Richters 889b664a4a
Adapt LED-ActiveModColor plugin to KeyEvent handlers
3 years ago
Michael Richters a734d6d8b4
Adapt IdleLEDs plugin to KeyEvent handlers
3 years ago
Michael Richters 352fa3fb70
Adapt Kaleidoscope-Hardware-EZ-ErgoDox to KeyEvent handlers
3 years ago
Michael Richters 3ddd12ea04
Adapt FocusSerial plugin to KeyEvent handlers
3 years ago
Michael Richters 1ff9bb81c2
Adapt Escape-OneShot plugin to KeyEvent handlers
3 years ago
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