~ruther/qmk_firmware

95730d4f — Drashna Jaelre 4 years ago
[Keyboard] Fix compile size for the Merge UM70 via keymap (#13690)

0b95ac2e — Drashna Jaelre 4 years ago
Clean up remaining RGB_DISABLE_WHEN_USB_SUSPENDED defines (#13689)

ab42945c — Dasky 4 years ago
[Keyboard] Fix Q1 change dip switch to bool (#13687)

d9729192 — Dasky 4 years ago
[Docs] Fix typo in dip switch example (#13688)

93fc2cbc — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
145d89ab — lokher 4 years ago
[Keyboard] Add Keychron Q1 (#13397)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
e681c436 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
44a0aa92 — James Won 4 years ago
[Keymap] add kinesis/keymaps/jwon (#13618)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
7aa1938f — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
1b002b7d — Xelus22 4 years ago
[Keyboard] Dharma (#13663)

Co-authored-by: Ryan <fauxpark@gmail.com>
d4bc77ac — Shane Celis 4 years ago
feature: Add swap hands support for sofle keyboard. (#13654)

e5622383 — Joel Challis 4 years ago
Fix up xd002 rgb keymaps (#13685)

567da49e — Joel Challis 4 years ago
Avoid LTO conficts on arm_atsam (#13676)

7907a725 — Drashna Jaelre 4 years ago
[Keyboard] Reduce compile size for dz60rgb v2.1 (#13680)

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
```
Next