Commit Graph

5296 Commits (da024d6bf9ccd0a7b9ff312a39a71be236e88501)
 

Author SHA1 Message Date
Gergely Nagy da024d6bf9
Model100: Increase the available EEPROM layers to 8
2 years ago
Gergely Nagy b5f0fc5ec9
Model100: Enable a few more plugins in the example firmware
2 years ago
Jesse Vincent 65621738d2
Merge pull request #1188 from keyboardio/colormap/defaultcolormap
2 years ago
Gergely Nagy 0e07331cbc
examples: Update the Colormap example to use DefaultColormap too
2 years ago
Gergely Nagy e59a09e19e
Colormap: Add a new (optional) plugin: DefaultColormap
2 years ago
Gergely Nagy 0c6f608704
LEDPaletteTheme: Lift out a few helper methods
2 years ago
Jesse Vincent a61c211dee
Merge pull request #1185 from gedankenexperimenter/macros-support-plugin
2 years ago
Jesse Vincent feca06d0c0
Merge pull request #1196 from keyboardio/storage/avreeprom-isSliceUninitialized-fix
2 years ago
Jesse Vincent 633da94896
Merge pull request #1198 from keyboardio/plugin/LEDModeDefaultConfig
2 years ago
Jesse Vincent 727fd47b1f
Merge pull request #1197 from keyboardio/persistentledmode/revert-to-original
2 years ago
Gergely Nagy fc2670b99d
Merge pull request #1199 from gedankenexperimenter/prefixlayer-rollover-test
2 years ago
Michael Richters b60ef9f0ab
Add rollover test for PrefixLayer plugin
2 years ago
Gergely Nagy e02d446803
New plugin: DefaultLEDModeConfig
2 years ago
Jesse Vincent f10d5833f3
Merge pull request #1187 from iliana/plugin-PrefixLayer
2 years ago
Gergely Nagy 5666e55d0a
PersistentLEDMode: Revert back to auto-saving
2 years ago
Gergely Nagy 657d33450c
driver::storage: Fix isSliceUninitialized() for AVREEPROM
2 years ago
Michael Richters 0f27253f90
Run IWYU on Macros, DynamicMacros, and MacroSupport code
2 years ago
Michael Richters 7373882c88
Update examples and testcases for MacroSupport
2 years ago
Michael Richters 054dc9beb3
Convert Macros and DynamicMacros plugins to use MacroSupport plugin
2 years ago
Michael Richters 3976e3dd5b
Add MacroSupport plugin
2 years ago
Jesse Vincent cb9ad9f753
Merge pull request #1194 from gedankenexperimenter/plugin-style
2 years ago
Michael Richters 274ff5eb76
Address spurious cpplint complaints
2 years ago
Michael Richters 396b4220f2
Update header includes and format code
2 years ago
Michael Richters d34f63e4eb
Change private type names to conform to style guide
2 years ago
Michael Richters 1f965da243
Remove C-style `void` parameter for functions that don't take args
2 years ago
Michael Richters 2df20b1a5a
Replace C-style typedefs with idiomatic C++ code
2 years ago
Michael Richters 920be03cad
Deprecate public member variables
2 years ago
Michael Richters bce72c4ddc
Convert static variables and functions to members
2 years ago
Michael Richters 403ea4a8ec
Remove unnecessary constructor definitions
2 years ago
Jesse Vincent 4bcf4b85d6
Merge pull request #1192 from gedankenexperimenter/cycletimereport-improved
2 years ago
Michael Richters 9c5df517ae
Update example sketch for CycleTimeReport plugin
2 years ago
Michael Richters f28a847329
Rewrite CycleTimeReport plugin
2 years ago
Michael Richters 45c33c04f0
Remove unnecessary constructor definition
2 years ago
Michael Richters 041543a0b3
Deprecate public variable `CycleTimeReport::average_loop_time`
2 years ago
Gergely Nagy d476508e26
Merge pull request #1191 from gergelypolonkai/model100-example-link-fix
2 years ago
Gergely Polonkai 2923996650
Fix keymap file links in the Model100 example’s comments
2 years ago
iliana etaoin 3da0ad457a PrefixLayer: clear only modifiers during prefix
2 years ago
iliana etaoin 06aebb42b9 PrefixLayer: use onAddToReport instead
2 years ago
iliana etaoin a960f5a0cb PrefixLayer: prefer getter/setter methods
2 years ago
Jesse Vincent 854f621703
Merge pull request #1189 from keyboardio/plugin/persistent-led-mode-with-config
2 years ago
Gergely Nagy 07dcf1dc9b
PersistentLEDMode: Add a Focus hook, and a way to disable the auto-save
2 years ago
iliana etaoin 0810321272 Fix code style in PrefixLayer example
2 years ago
iliana etaoin 95b7a7b684 Add PrefixLayer plugin
2 years ago
Jesse Vincent 6f11d89152
If we're using the focus command to reboot to the bootloader, we need to
2 years ago
Jesse Vincent 21a67ae565
A couple of quick correctness fixes to our port detection logic for device reboot
2 years ago
Jesse Vincent fe84a7afc7
Merge pull request #1184 from gedankenexperimenter/fix-turbo-sticky
2 years ago
Michael Richters 0a34e034d7
Fix Turbo docs to use `sticky()` instead of `toggle()`
2 years ago
Michael Richters 919cb39ac9
Remove unnecessarily cautious guard against Turbo getting "stuck on"
2 years ago
Michael Richters ab52a6761d
Fix Turbo sticky mode
2 years ago
Michael Richters ba662f6ba1
Add testcase for Turbo sticky mode
2 years ago