~ruther/qmk_firmware

Fix build failures uncovered by #18753 (#18789)

Remove quantum/audio from global VPATH (#18753)

0b41c135 — Joel Challis 2 years ago
[CLI] Ensure consistent clean behaviour (#18781)

Remove legacy EEPROM clear keycodes (#18782)

* `EEP_RST` -> `EE_CLR`, default-ish keymaps

* `EEP_RST` -> `EE_CLR`, user keymaps

* `EEP_RST` -> `EE_CLR`, community layouts

* `EEP_RST` -> `EE_CLR`, userspace

* `EEP_RST` -> `EE_CLR`, docs & core
35f1cd0e — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
d13f5f0d — Wolf Van Herreweghe 2 years ago
[Keyboard] Fix LEDs being inverted on Sabre (#18762)

053153ce — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
1b107baf — James Young 2 years ago
Wilba Tech WT65-D Layout Additions (#18779)

f1a9259a — Drashna Jael're 2 years ago
Merge remote-tracking branch 'origin/master' into develop
ada77ac2 — James Young 2 years ago
Ano Layout Refactor (#18778)

* info.json: apply friendly formatting

* info.json: remove dead space in Configurator rendering

* physically arrange layout macro

* info.json: correct Configurator key sequence
089df34e — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
04e51d7a — James Young 2 years ago
Delikeeb Vaneela Configurator Fix (#18777)

* info.json: fix layout reference

`LAYOUT` -> `LAYOUT_ortho_5x12`

* info.json: apply friendly formatting

* info.json: correct maintainer value
aa8e0a3e — Joel Challis 2 years ago
Build correctly when out of tree (#18775)

Remove legacy Debug keycode (#18769)

* `DEBUG` -> `DB_TOGG`, default-ish keymaps

* `DEBUG` -> `DB_TOGG`, user keymaps

* `DEBUG` -> `DB_TOGG`, community layouts

* `DEBUG` -> `DB_TOGG`, userspace

* `DEBUG` -> `DB_TOGG`, docs & core
fc0330a5 — Joel Challis 2 years ago
Correctly build keymap.json containing additional config (#18766)

f99b9ba2 — Nick Brassel 2 years ago
Widen the ARM Cortex-M family support. Allow USB peripheral change. (#18767)

d2bc11ca — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
0b8fbff1 — Tyler Thrailkill 2 years ago
Adjust oled gen to fix flashing on timeout (#18747)

Fixes an issue in Ocean Dream that causes flashing after the oled screen
times out and turns off.

This occurs because writing to an OLED screen turns it on as well and we
are both writing then immediately turning the screen off, but only if
the timeout has occurred (no WPM, 30 seconds has passed).
80fdbfce — Joshua Diamond 2 years ago
A little personal cleanup after #18726 and #18729 (#18734)

* A little cleanup after #18726

* Re-instate RGBLIGHT_EFFECT_STATIC_GRADIENT

* Extend to spin
803d62f7 — fauxpark 2 years ago
Merge remote-tracking branch 'upstream/master' into develop
Next