[Keyboard] add ASkeyboard Sono1 (#11114)
* handwired/sono1
* readme: addition
* Apply suggestions from code review
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Partial fix for Issue #9405 - Caps Lock not working with Unicode Map's XP on Linux (#11232)
[Keyboard] Add VIA keymap for the reviung41 (#11102)
* Add VIA keymap for reviung41
* Change VID for compatibility
* Add GPL header to config.h
* Enable link time optimization
* Remove config since it might not be needed
Fix Issue #9533 - Delayed shift state handling (#11220)
Co-authored-by: Ryan <fauxpark@gmail.com>
[Keyboard] Add Axolstudio Yeti (#11051)
Initial list of keyboards to exclude from CI (#11213)
Fix small typo in V-USB configuration descriptor (#11253)
Follow symlinks when listing keyboards. (#11250)
[Keymap] fix keyboards/helix/rev2/keymaps/default/oled_display.c (#11228)
Fixed the OLED display on the right side as it was showing some garbage.
右側のOLEDディスプレイにゴミが表示されていたのを修正しました。
VIA Support: MF68 (#11030)
* add via support to mf68 pcb
* add license header
Change keyboard json format to bring it inline with the current api (#11231)
simplify qmk doctor to make room for #11208 (#11242)
Updated usage of qmk c2json (#11148)
Add the ability to exclude keyboards from travis builds (#11178)
* add the ability to exclude keyboards from travis builds
* add filtering to make all:
* only skip keyboards during make all:
* working implementation
* forego a CI_KEYBOARDS variable
* optimize the startup by only listing keyboards once
* add sort -u to all list_keyboard invocations
* move the if else if tree back to 1 level
Various compilation fixes for avr-gcc 10 (#9269)