Gergely Nagy
Gergely Nagy
**Is your feature request related to a problem? Please describe.** There is currently no way to edit a dynamic macro that isn't assigned to a key. In a lot of...
No screen other than the Layout Card page has the necessary CSS tweaks to make the printed output look reasonable, everything else is just basically a screenshot, which is far...
When performing a normal flash, when we get to the flashing stage, and the keyboard flips into bootloader mode, Chrysalis displays the bootloader warning message. It shouldn't do that. It...
d4c3e1cd74ab62f5d137af3c87004a4e9db03684 changed the format of the backups. We can restore them during flash, because that uses the same, unparsed format anyway. However, the importing in "Backup & restore" expects a...
This is a very bare-bones plugin that lets us configure some aspects of Qukeys (mainly timeouts and intervals and the like) at runtime via Focus, and stores those settings in...
## This changes the EEPROM layout! Fixes the Kaleidoscope parts of keyboardio/Chrysalis#681. Depends on (and includes) #1302. Because this changes the EEPROM layout, we may want to delay merging this...
Sometimes we want to control LEDs outside of `IdleLEDs`, like through `HostPowerManagement`, and in these cases, we would like `IdleLEDs` to have an up-to-date idea about what's going on. That...
There's a function in `PluggableUSB` called `getShortName()`, which is used to send a response to an ISERIAL descriptor request. We use this to send a device-specific name back, like `kbio01`,...
Currently, KeyboardioHID follows the HID spec, and defaults to report protocol, with an option to go back to boot. We should have a way to default to boot, without having...
The numpad plugin doesn't play well with colormap, and has other surprising effects. We should consider replacing it with a custom colormap for the numpad layer instead.