Results 20 issues of Dave Madison

Hello again! The filtering feature is incredibly useful, although at the moment it's currently limited to including / excluding keys. Would it be possible to extend the filtering feature to...

enhancement

I went back and found the commit where you made the initial modifications, then updated the library for each release in turn until I got to the most recent version....

This removes the control data reset that happens whenever the data is sent. The library now follows a more conventional "press/release" idiom, meaning that if you set a control surface...

This was defined as "XInput" but it's used as "XInputUSB". It's referenced within the `XINPUT` class (send/receive) and as `extern` in the `usb_xinput` header. This fixes things so the names...

Changes proposed in this pull request: * Added a `keywords.txt` syntax map as detailed in [the library spec](https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#Keywords). This will highlight library keywords when using the Arduino IDE.

documentation

Hi, I'm trying to switch a site from Crayon Syntax Highlighter to Enlighter and I'm running into an issue where text following a code block is not enclosed within paragraph...

status/validation-pending

This PR rebuilds the settings menu from the ground up using objects and a linked list. This enables you to define new menu items using only a few lines of...

**Describe the bug** Setting `draft: true` on any home sections (e.g. `home/about.md`, `home/contact.md`, etc.) will remove the content from the page but not the section itself or its entry in...

bug
help wanted
good first issue

This is a feature request: it would be nice to be able to change the current device in the GUI without having to manually edit `main.conf` or re-run the configuration...

enhancement

Testing with 1.59 I discovered that Teensy 4.0 does not compile when the `USB_DISABLED` flag is set. This PR fixes that issue with two small corrections. First, a declaration for...