Commit Graph

2105 Commits (epan/build/justlib)

Author SHA1 Message Date
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
Jesse Vincent 973eb7e089
Merge pull request #871 from keyboardio/virtual/atmega-fix
4 years ago
Gergely Nagy ab8aa7f189
driver/mcu/ATmega32U4: Fix the class declaration for virtual builds
4 years ago
Gergely Nagy 8555978e93
technomancy/Atreus: Use the correct bootloader for A* pinouts
4 years ago
Jesse Vincent 3564667986
Fixup a whitespace issue that astyle doesn't like
4 years ago
Gergely Nagy fb1706a42c
Remove a number of opaque macros
4 years ago
Gergely Nagy c69efc8103
keyboardio/Imago: Stop using opaque macros
4 years ago
Gergely Nagy 05e9ae16de
technomancy/Atreus: Stop using opaque macros
4 years ago