~ruther/qmk_firmware

a2d0efe5 — Drashna Jaelre 4 years ago
[Keyboard] Fix type on pandora via keymap (#13681)

b8a1e14f — Drashna Jaelre 4 years ago
Remove deprecated callbacks for encoders and dip switches (#13404)

73d4d7dc — Drashna Jaelre 4 years ago
[Keyboard] Quick hack to fix Astro65 board (#13665)

* [Keyboard] Quick hack to fix Astro65 board

* Use proper pins
b7fe93c4 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
e08203f1 — Rafael Yumagulov 4 years ago
[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>
489c0f96 — Nick Brassel 4 years ago
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
```
83a0d85f — Drashna Jaelre 4 years ago
[Keyboard] Fix split matrix for sekigon grs 70ec (#13672)

e3567216 — Drashna Jaelre 4 years ago
[Keyboard] Fix matrix delay on Drop boards (#13671)

8f1ebdb7 — Drashna Jaelre 4 years ago
[Keyboard] Disable console by default on all Keebio boards (#13649)

fdcea063 — Erovia 4 years ago
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.
164a74a0 — Drashna Jaelre 4 years ago
[Keyboard] Enable LTO by default on BastardKB Scylla (#13664)

5b904a92 — Takeshi ISHII 4 years ago
[Keyboard] Fix symmetric70_proto build break on develop branch (#13667)

Co-authored-by: Drashna Jaelre <drashna@live.com>
67478905 — Nick Brassel 4 years ago
[Keyboard] Remove broken, unmaintained converter/ibm_5291 (#13658)

8ea31698 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
4a47ee93 — Matthew Dias 4 years ago
[Keyboard] Add model-v keyboard (#13643)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
fa32c66e — Zach White 4 years ago
[Keyboard] Fix dc01/left so that it doesn't throw a warning (#13653)

4ff4c057 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
cda1792e — Matthew Dias 4 years ago
[Keyboard] Add Txuu keyboard (#13650)

Co-authored-by: Ryan <fauxpark@gmail.com>
a08c7087 — Jay Greco 4 years ago
[Keymap] Reduce NIBBLE oled_bongocat keymap size so it compiles (#13638)

816accda — Drashna Jaelre 4 years ago
Fix errors with matrix_output_unselect_delay function calls (#13645)

Next