Commit Graph

2112 Commits (5b1788167610e256ac6c53a2b797ab672a31a6aa)

Author SHA1 Message Date
Eric Paniagua 3c0f222cce Merge branch 'system-control-rollover-fix' of https://github.com/gedankenexperimenter/Kaleidoscope into epan/testing/issue-840-fix
4 years ago
Eric Paniagua a9f1e960cc First unit test working!
4 years ago
Eric Paniagua b6d607be62 [WIP]: Debugging NPE in kaleidoscope/simulator_test.cpp.
4 years ago
Eric Paniagua a72b444dbd [wip] Remaining: Stop arduino-builder from building test files.
4 years ago
Michael Richters 56a1554c83
Fix System Control rollover bug
4 years ago
Eric Paniagua c2a8c9f1eb wip
4 years ago
Eric Paniagua 5c8a438cc6 wip
4 years ago
Eric Paniagua e13678cf96 Merge branch 'testing' into epan/testing/main
4 years ago
Gergely Nagy 680278bb78
Update the recently added gHeavy devices for new APIs
4 years ago
Jesse Vincent 68dabacc7f
Merge pull request #875 from keyboardio/gheavy/faunchpad-and-butterstick
4 years ago
Gergely Nagy 8d4dfa877b
Deprecate the key masking API
4 years ago
Gergely Nagy 9dfe51a238
Escape-OneShot: Change the key mapping instead of masking
4 years ago
Gergely Nagy c797a95fb2
TapDance: Do not mask interrupting keys anymore
4 years ago
Jesse Vincent 2870a0b8ec
Whitespace issues found by astyle
4 years ago
Jesse Vincent ceecd5d71b
Clang requires these be explicitly marked as templates
4 years ago
Jesse Vincent 614bc41a14
Clang doesn't like delete getting called on virtual classes without destructors.
4 years ago
Jesse Vincent 309ac5339c
describeState needs to be marked override for clang
4 years ago
Gergely Nagy bd44b458ee
astyle
4 years ago
Gergely Nagy 59aa18aca8
wip: Executor -> Simulator
4 years ago
Gergely Nagy 8bd2efb9c7
wip: Simulator.h->macros.h
4 years ago
Gergely Nagy 0454f8b66e
wip: simulator: guard GenerateHostEvent
4 years ago
Gergely Nagy 8f7be391e5
wip: AglaisInterface => LogProtocolInterface
4 years ago
Gergely Nagy 507bf61b26
wip: Include AglaisInterface from Kaleidoscope-Simulator.h
4 years ago
Gergely Nagy 85dc500bbb
wip: SimulatorCore: stop using deprecated interfaces
4 years ago
Gergely Nagy 0fa406c5d1
wip: drop the executor namespace
4 years ago
Gergely Nagy ff06775608
wip: simulator/Executor.h => simulator/Simulator.h
4 years ago
Gergely Nagy 5d83ac6ad3
wip: drop the vendors dir from simulator/interface
4 years ago
Gergely Nagy 5d69c4f5c0
wip: interface::Simulator => interface::Simulator_
4 years ago
Gergely Nagy 145d926510
wip: framework->interface
4 years ago
Gergely Nagy df73da9b80
wip: header cleanups
4 years ago
Gergely Nagy 59540c8d2d
wip: version.h: Only do the check if building for AVR
4 years ago
Gergely Nagy ab12556f8b
wip: log protocol collapse v1
4 years ago
Gergely Nagy 3716ea4ab2
wip
4 years ago
Gergely Nagy 917ed4184c
wip: Simulator
4 years ago
Jesse Vincent c85233b7c0
Astyle.
4 years ago
Jesse Vincent 45ffbd9118
ADd some docs for the scan cycle timer
4 years ago
Jesse Vincent ad83388ef9
Set our default debounce cycle time to bottom out at approximately 1500uS instead of 17000us. Measured, this gets us a 5ms debounce pretty reliably.
4 years ago
Gergely Nagy 8157580b52
keyscanner::ATmega: Rename a few internal things again
4 years ago
Jesse Vincent 281594029e
Switch back to a slightly less efficient, but more trivial way to toggle pins
4 years ago
Gergely Nagy 0216ce8587
keyscanner::ATmega: Pull out readCols from readMatrix again
4 years ago
Gergely Nagy 89ea860bfa
Update all devices & docs with regards to the keyscanner::ATmega API change
4 years ago
Gergely Nagy 7c040b355c
keyscanner::ATmega: Rename a few things
4 years ago
Gergely Nagy 0436a50563
keyscanner::ATmega: Introduce BaseProps::RowState
4 years ago
Gergely Nagy adb93ed152
keyscanner::ATmega: Merge the static props into a struct
4 years ago
Jesse Vincent 985facf111
keyscanner::ATmega: Switch to a different debouncer
4 years ago
Gergely Nagy 6779e0d8e7
device/keyboardio/twi.c: Adjust a comment to help GCC
4 years ago
Gergely Nagy 87048be5f2
Initial support for g Heavy Industries' FaunchPad
4 years ago
Gergely Nagy c8e6a99c5f
Initial support for g Heavy Industries' ButterStick
4 years ago
Jesse Vincent ca216b5308
Make the Atreus' keyscan interval more conservative by default to help smooth out perceived chatter issues with Speed Copper switches.
4 years ago
Jesse Vincent 89fb57c724
Make the default keyscan interval configurable from the device's props
4 years ago