Commit Graph

5035 Commits (3f4f2dcedb06ce05f27604df1e4c238537252b2f)
 

Author SHA1 Message Date
Jesse Vincent 3f4f2dcedb
Add a new KALEIDOSCOPE_LOCAL_LIB_DIR env variable that you can use
3 years ago
Jesse Vincent e5977d0d4f
Switch to using --library to point to Kaleidoscope when building.
3 years ago
Jesse Vincent ffb84e071e
Merge pull request #1112 from keyboardio/gd32-storage-sizes
3 years ago
Jesse Vincent 953d97b0c7
Merge pull request #1111 from gedankenexperimenter/tapdance-hold
3 years ago
Gergely Nagy d4f6430c66 driver::storage::GD32Flash: Adjust the default storage size
3 years ago
Michael Richters 765ed7155c
Update documentation for TapDance action types
3 years ago
Michael Richters 6137ae3335
Distinguish between TapDance `Timeout` and `Hold` timeouts
3 years ago
Michael Richters 1eb7949f90
Remove C-style typedef from TapDance ActionType enum
3 years ago
Michael Richters 38988df273
Update TapDance hold timeout testcase
3 years ago
Jesse Vincent a4f327df7a
Merge pull request #1110 from keyboardio/gd32-storage-commit-fix
3 years ago
Gergely Nagy a5c11db084 driver/storage/GD32Flash: Fix GD32Flash::commit
3 years ago
Jesse Vincent 26c02a9a10
We no longer need to disable AbsMouse, since it no longer seems to break everything
3 years ago
Jesse Vincent 23a98d64bc
Merge pull request #1109 from keyboardio/jesse/wip/working-serial-and-keyboard
3 years ago
Jesse Vincent bd5e7b326a
Now that we have a workaround to enable MouseKeys, enable mouse keys
3 years ago
Jesse Vincent 258b03a45c
Disable SingleAbsoluteMouse on the Model 100 since our
3 years ago
Jesse Vincent 26a3034578
Initial state where I have working typing, LEDs and a tiny bit of working serial
3 years ago
Jesse Vincent 4584210cda
Merge pull request #1097 from gedankenexperimenter/example-shift-blocker
3 years ago
Michael Richters ebad8940fb
Add testcases for ShiftBlocker example plugin
3 years ago
Michael Richters 561907db57
Add ShiftBlocker example plugin
3 years ago
Gergely Nagy ab4ee0babd
Merge pull request #1105 from keyboardio/f/focus-parser
3 years ago
Jesse Vincent fbfede3566
astyle
3 years ago
Jesse Vincent ec6248f92b
Merge pull request #1108 from gedankenexperimenter/test/qukeys-queue-overflow
3 years ago
Michael Richters e31fe2be10
Add Qukeys testcase for #1107
3 years ago
Michael Richters b68ea18212
Reduce code repetition in testcase for #1107
3 years ago
Michael Richters ca1e23093e
Move QueueLeaker plugin testcases to a separate directory
3 years ago
Jesse Vincent 6a1506eeac
Merge pull request #1106 from gedankenexperimenter/simulator-delay-command
3 years ago
Jesse Vincent 7b354403f8
Merge pull request #1107 from gedankenexperimenter/bug/event-queue-leak
3 years ago
Michael Richters c3ea0876c1
Process Qukeys queue after checking timeout in afterEachCycle()
3 years ago
Michael Richters c1bb8b2545
Fix out-of-bounds memory write in KeyAddrEventQueue
3 years ago
Michael Richters 4480b08b2d
Add testcase for KeyAddrEventQueue bounds checking failure
3 years ago
Jesse Vincent 54fbb04eb6
Give FocusSerial the ability to build a command string across multiple
3 years ago
Michael Richters 381b05e10f
Add DELAY command for ktest scripts
3 years ago
Jesse Vincent 46d9f06d77
astyle
3 years ago
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
Jesse Vincent 839effdfd5
Merge pull request #1103 from gedankenexperimenter/doc/macros-upgrading-reorg
3 years ago
Michael Richters 2c31dfec50
Fixed ToC for kaleidoscope-builder removal
3 years ago
Michael Richters 99d47447ad
Move Macros upgrading docs to the main UPGRADING.md file
3 years ago
Jesse Vincent b685729503
Merge pull request #1102 from gedankenexperimenter/doc/macros-upgrading
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 54573a9b8c
Merge pull request #1099 from FjolleJagt/patch-1
3 years ago
Joshua Hunt 9e802112f0
Document Debian's arduino package doesn't work
3 years ago