While building with SCREENSAVER_A_MAX_TIME_SEC 3600, I got an error:
warning: integer overflow in expression of type 'int' results in '-694967296'
This should fix that.
- Increase relative mouse movement to over one screen pixel in most
resolutions
- Extract MacOS desktop switch helper to its own function
- Clean up unused parameters in top-level desktop switch
- Wrote a "proper" user manual
- Added screensaver shortcuts
- Modified descriptor from 5+3 buttons to 8 buttons
- Added OSHW cert to docs
- Bumped bootsel detection to debug version
- Tidied up CMakeList
- Caps lock / Num lock didn't correctly remember output B state
- Windows relative mouse was jumping from secondary to primary
- Fixed NKRO keyboards without report ID
- IMPORTANT: moved config shortcut to LEFT CTRL + RIGHT SHIFT + C + O
because users had issues with keyboards unable to send both
shifts. Sorry for changing this.
- add gaming mode (use left shift + right shift + G to toggle)
- rework HID queue, smoother operation of rotary dials (no packets lost)
- fix dragging across multiple screens on the same output
- improve read reliability for UI
- move default keyboard hotkey for output switching to LCtrl + Caps Lock
- change default X/Y speed to match 16:9 geometry
- Fixed screen lock regression bug
- Cleaned up trailing spaces
Due to MacOS having issues:
- Moved screen lock shortcut to right control + L
- Moved switch lock shortcut to right control + K
- Single unified firmware binary
- Improved support for NKRO keyboards
- Report mode default for keyboard port
- Improved consumer control parser for variable
data types (media keys should be better supported)
- System control forwarding
- Improved HID parser
- Web UI to configure instead of keyboard shortcuts
- Firmware upgrade while the device remains functional
- Only one end will need upgrade, the other will get it automatically
- No need to recompile to set most settings
- Improved UART routines to use DMA, more reliable link
- Fixed a bunch of bugs and issues