Jacob Alexander

Results 59 issues of Jacob Alexander

heapless 0.7 is nice, would you mind pushing a new release for 0.2.0?

enhancement
breaking change

electron-builder supports a bunch more useful package types now. Specifically, AppImage is the most convenient as there's no need to install it, just download and mark as executable (or download...

Something like sudo-prompt (https://www.npmjs.com/package/sudo-prompt) can be used to install the udev rules (and then request a udev rescan). And then if that doesn't work, could even ask for a password...

Please add support for HID Indicator triggers. ``` I"NumLock" : ; I"CapsLock" : ; I"ScrollLock" : : I"Compose" : ; I"Kana" : ; ```

Please add support to the configurator. ``` Layer[1] : ; # Triggers on any layer 1 activation LayerShift[2] : ; # Triggers on layer 2 shift activation LayerLatch[3] : ;...

Would be nice to have mouse control like on the tmk firmware. Requires: - kll spec enhancements for mouse control - Mouse capabilties in the USB module - kll compiler...

- Useful for partial redefinitions of keys Such as redefining Shift, which, as per the USB spec is handled by the OS This means we have to careful select which...

Add additional rainbow animations with longer color transitions (should help with perceived choppiness). * **Device**: * **Firmware Origin**: * **OS**: * **Version**: * **Reproduction Steps**: * **Resulting Issue**:

* **Device**: Kira * **Firmware Origin**: controller.git * **OS**: Windows (though on macOS and Linux to some extent) * **Version**: 0.5.3 * **Reproduction Steps**: * Try CapsLock and NumLock keys...

bug
Kira

This is Microsoft's plan to control keyboard LEDs using the USB HID protocol. It's missing things such as LED rotations, but it does have x,y,z positions. Not sure this will...

enhancement