Xudong Zheng
Xudong Zheng
Boot protocol may be necessary to use as USB keyboard with certain BIOS. Consider adding `CONFIG_USB_HID_BOOT_PROTOCOL=y`.
This addresses #314 and #609. This might also affect #281 and #718.
To reproduce: 1. Press and immediately release `&sk LSFT` on layer 0 with `quick-release` enabled for `&sk`. 2. Press and immediately release `&sl 2` to go to layer 2. 3....
Objective-C code generated by gobind does not correct set a struct field whose name has an upper case prefix. This includes struct fields with names such as URL, ID, etc....
The following code results in a fault: ``` package main import "time" var timer = time.NewTimer(time.Second * 5) func main() { println("Hello world!") } ``` Issue also happens if `time.NewTimer()`...
Using a callback for receiving serial data eliminates the need for polling. So far I've only modified the files for RP2040 as that's what I'm testing on. If this PR...
### Steps to reproduce In my `.vimrc`: ``` iab png PNG ``` If I paste `png png png` followed by enter/space/etc, the first two are not unabbreviated (which is expected)...
### Steps to reproduce The bug can be reproduced with the following command using macOS's builtin Vim. ``` echo "syntax on" > vimrc echo "hello CONFIG_SAMPLE_BT_USE_AUTHENTICATION" > test.rst vim -u...
This is very preliminary WIP wired split over serial support. **Motivation** The motivation for this implementation is to define "wired splits" in a way that can be used for more...