wireless
Here are 670 public repositories matching this topic...
-
Updated
Jun 22, 2022 - Shell
-
Updated
Apr 18, 2020 - Python
-
Updated
Jul 22, 2022 - C++
-
Updated
Aug 26, 2020 - Java
-
Updated
Nov 3, 2019 - Python
-
Updated
Jul 21, 2022 - Python
If the a single color backlight config setting ZMK_BACKLIGHT_AUTO_OFF_USB=y, and we start ZMK from battery, currently the backlight is initialized on, and doesn't turn off, even though USB isn't present. Came up when testing the equivalent behavior for RGB Underglow in #1010
Need to change the backlight init code to default the state based on the USB state in app/src/backlight.c.
-
Updated
Jun 29, 2022 - Go
-
Updated
Apr 23, 2019 - Python
-
Updated
Oct 13, 2021
Indicator CC V4 adds two new commands:
- Indicator Description Get Command
- Indicator Description Report Command
TODOs:
- Implement the new commands
- Implement a
getDescriptionmethod onIndicatorCCAPI - update
@implementedVersiondecor
-
Updated
Jul 14, 2022 - JavaScript
-
Updated
Jul 21, 2022 - Python
-
Updated
Nov 22, 2019 - Shell
-
Updated
Jul 22, 2022 - Python
-
Updated
Apr 25, 2022 - Python
Improve this page
Add a description, image, and links to the wireless topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the wireless topic, visit your repo's landing page and select "manage topics."

A common protocol structure is to have a header containing a
lengthfield, followed by data oflengthbytes, followed by additional protocol fields such as a CRC. If the length field is variable, the position of subsequent URH-specified protocol fields defined by fixed position will not be in the correct location.I do not know the best way to address this, but quick and easy way to support