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
```
[Keyboard] Fix split matrix for sekigon grs 70ec (#13672)
[Keyboard] Fix matrix delay on Drop boards (#13671)
[Keyboard] Disable console by default on all Keebio boards (#13649)
CLI/Docs: Fix the format commands' name (#13668)
PR #13296 changed the name of the `cformat` and `pyformat` commands to
`format-c` and `format-py` respectively. This PR updates the documentation
and some parts of the CLI to use the new names.
Also add documentation for the new `format-text` subcommand, introduced
in the same PR.