Commit Graph

17 Commits (0c6f6087042e79a6c3e49945c5e0ae9722ac43e3)

Author SHA1 Message Date
Michael Richters 1f965da243
Remove C-style `void` parameter for functions that don't take args 3 years ago
Michael Richters ca0f80d607
Process Kaleidoscope with `iwyu.py` 3 years ago
Michael Richters 418fdcad7e
Add IWYU pragmas where necessary to keep or exclude selected headers 3 years ago
Michael Richters e5d67efd58
Format codebase with `clang-format` 3 years ago
Michael Richters 69333badc9
Turn off clang-format for selected sections of code 3 years ago
Michael Richters cf5c19dd6c
Standardize namespace block closing comments 3 years ago
Michael Richters fd98ea2207 Rearrange plugin headers with `include-what-you-use` 3 years ago
Michael Richters ef7956a0a5
Replace `boolean` & `byte` with `bool` & `uint8_t` 3 years ago
Michael Richters 3152270585
Remove deprecated `handleKeyswitchEvent()` function 3 years ago
Michael Richters 44cffeb3c0
Move header includes in Model01Side.h outside namespace blocks 4 years ago
Jesse Vincent 3bfd045065
Remove deprecated Key Masking system on schedule 4 years ago
Jesse Vincent efeea31589
More library tweaking to comply with arduino requirements 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 944e41bc6f
fixup Model 01 extraction 4 years ago
Jesse Vincent 440fdd2b9e
Extract keyboardio keyboards to plugins 4 years ago