[Keyboard] Fix compile size for the Merge UM70 via keymap (#13690)
Clean up remaining RGB_DISABLE_WHEN_USB_SUSPENDED defines (#13689)
[Keyboard] Fix Q1 change dip switch to bool (#13687)
[Docs] Fix typo in dip switch example (#13688)
Merge remote-tracking branch 'origin/master' into develop
Merge remote-tracking branch 'origin/master' into develop
Merge remote-tracking branch 'origin/master' into develop
feature: Add swap hands support for sofle keyboard. (#13654)
Fix up xd002 rgb keymaps (#13685)
Avoid LTO conficts on arm_atsam (#13676)
[Keyboard] Reduce compile size for dz60rgb v2.1 (#13680)
[Keyboard] Fix type on pandora via keymap (#13681)
Remove deprecated callbacks for encoders and dip switches (#13404)
[Keyboard] Quick hack to fix Astro65 board (#13665)
* [Keyboard] Quick hack to fix Astro65 board
* Use proper pins
Merge remote-tracking branch 'origin/master' into develop
[Keyboard] Added Compound keyboard support (#12942)
* [Keyboard] Added Compound keyboard support
* Small fixes for Compound keyboard
* Fixed readme and header file for Compound keyboard
* Update keyboards/compound/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
* Changed info.json and readme.md for Compound Keyboard
info.json - removed key_count
readme.md - changed PCB picture url to low-resolution
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Disables rgblight twinkle by default. (#13677)
This takes up about 700 bytes of space, and needs to be swapped to
opt-in, rather than opt-out. Build failures in general on AVR due to the
scarcity of available flash. People can re-enable it by adding to their
keymap's config.h files:
```
#define RGBLIGHT_EFFECT_TWINKLE
```