Commit Graph

24 Commits (9d374292bafda318c52e04d7d5970bb65ad77cce)

Author SHA1 Message Date
Michael Richters 0f27253f90
Run IWYU on Macros, DynamicMacros, and MacroSupport code
2 years ago
Michael Richters 054dc9beb3
Convert Macros and DynamicMacros plugins to use MacroSupport plugin
2 years ago
Michael Richters bce72c4ddc
Convert static variables and functions to members
2 years ago
Gergely Nagy d29ffa72dc
DynamicMacros: Make sure we keep within bounds during play
2 years ago
Gergely Nagy 39e607e7c7
DynamicMacros: Fix the size of our lookup table
2 years ago
Gergely Nagy c0b99d763e
DynamicMacros: Fortify our cache update
2 years ago
Gergely Nagy 2dbf0f807b
DynamicMacros: Do not read past storage_size_ when updating our map
2 years ago
Michael Richters 7279c073e0
Add held DynamicMacros keys to the Keyboard HID report
2 years ago
Michael Richters 7dd8527aab
Fix Macros tap sequence parsing
2 years ago
Michael Richters ca0f80d607
Process Kaleidoscope with `iwyu.py`
2 years ago
Michael Richters e5d67efd58
Format codebase with `clang-format`
3 years ago
Michael Richters fd98ea2207 Rearrange plugin headers with `include-what-you-use`
3 years ago
Michael Richters 42b81bae96 Fix incorrect `pgm_read_byte()` calls in DynamicMacros
3 years ago
Michael Richters ec834f2fe5
Define constexpr constructors for plugin-specific Key objects
3 years ago
Michael Richters 3152270585
Remove deprecated `handleKeyswitchEvent()` function
3 years ago
Michael Richters 5db82fd7c8
Adapt DynamicMacros plugin to KeyEvent handlers
3 years ago
Gergely Nagy fc1296395e
New hook: onNameQuery()
4 years ago
Jesse Vincent 81ae19a7ec
Cleanups for typos and broken links across the documentation
4 years ago
Jesse Vincent efeea31589
More library tweaking to comply with arduino requirements
4 years ago
Jesse Vincent 33626a569f
Move most plugin READMEs back into the plugins
4 years ago
Jesse Vincent 46c567c01a
Add generated 'author' lines to plugins based on Copyright statements.
4 years ago
Jesse Vincent 1a5193c443
Add maintainer, sentence, and url to all the plugin libraries
4 years ago
Jesse Vincent f7b2d49618
Clean up toplevel header files so we can extra their short descriptions
4 years ago
Jesse Vincent b9633a4916
Migrate Kaleidoscope-DynamicMacros to the plugins directory
4 years ago