Merge remote-tracking branch 'origin/master' into develop
Merge remote-tracking branch 'origin/master' into develop
[Keyboard] Whale 75 (#11486)
* initial commit
* various fixes
* minor formatting fixes
* fixed typo in config
* switched underglow from bitbang to pwm
* fixed indicator leds not working
* improved comment syntax
* fixed matrix
* remove outdated indicator custom code
Co-authored-by: Joel Challis <git@zvecr.com>
* add new indicator definitions
Co-authored-by: Joel Challis <git@zvecr.com>
* removed duplicate define for underglow pin
Co-authored-by: Drashna Jaelre <drashna@live.com>
* removed unneeded lines
* fixed readme to fit template
* added picture to readme
* fixed readme formatting
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
[Bug] Fix media key missing upstroke event (#11162)
[Bug] Pressing media key on a momentarily activated layer may leads to
missing key up events.
Migrate mousekey to quantum (#11804)
Merge remote-tracking branch 'origin/master' into develop
[Keymap] Revamp spidey3 userspace and keymaps (#11768)
* Don't block keys during startup animation
* More refinements related to startup and debug state
* restore key logging
* some cleanup on scan rate reporting
* trim some fat
* better lighting to indicate jumped to bootloader
* use eeprom for state restoration
* a little reorganization
* report version immediately when turn on debug
* hold-to-adjust for hue, sat, val
* cformat
* reorg rules.mk settings, fix compile with CONSOLE_ENABLE=no
* simplify spidey3 userspace
* NULL in layer list caused buggy behavior
* more bugfix
* update numpad layout to match matt30 MT3 /dev/tty keycaps
* swap emdash and endash
* map shift+backspace to delete
* removing NO_ACTION_ONSHOT makes the firmware SMALLER ?!
* cformat
* improve spi_glow
* disable shift-backspace = delete by default
[Keyboard] VIA fix firmware sizes (#11770)
Remove legacy print backward compatiblitly (#11805)
* Remove legacy print backward compatiblitly
* Remove legacy print backward compatiblitly - core
* revert comment changes
Merge remote-tracking branch 'origin/master' into develop
Fixed pin assignment on KBD8X Hotswap by Lucid (#11807)
Merge remote-tracking branch 'origin/master' into develop
Manual formatting fix for serial_uart.c (#11806)
Merge remote-tracking branch 'origin/master' into develop
[CI] Auto Formatting - Swap from direct commit to PR (#11229)
* Swap from direct commit to PR
* Fix up
Merge remote-tracking branch 'origin/master' into develop
[Keyboard] add info.json of Sparrow62 (#11740)
* add info.json for QMK Configurator
* Apply suggestions from code review
fix space, enter and align x
Add STM32G431 and STM32G474 board definitions. (#11793)
* Add STM32G431 and STM32G474 board definitions.
* Add docs.
Remove `MIDI_ENABLE_STRICT` from user keymaps (#11750)