~ruther/qmk_firmware

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
89dbc181 — mmccoyd 2 years ago
[Keymap] manna-harbour_miryoku RESET to QK_BOOT (#18755)

Co-authored-by: mmccoyd <mmccoyd@cs.berkley.edu>
e59cb51b — QMK Bot 2 years ago
[CI] Format code according to conventions (#18756)

9d4c4cee — Jamal Bouajjaj 2 years ago
4 Driver support for IS31FL3737 (#18750)

* Added 4 driver support for the IS31FL3737 LED driver

* Updated docs for IS31FL3737 to support 4 drivers
ae3825a3 — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
Fixup handwired/kbod (#18754)

Remove legacy sendstring keycodes (#18749)

c57330d3 — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
f731e278 — Nick Brassel 2 years ago
Allow Fedora to update ChibiOS configs. (#18698)

Remove legacy keycodes, part 6 (#18740)

* `KC_RSHIFT` -> `KC_RSFT`

* `KC_RCTRL` -> `KC_RCTL`

* `KC_LSHIFT` -> `KC_LSFT`

* `KC_LCTRL` -> `KC_LCTL`
39c22f5c — Nick Brassel 2 years ago
Merge remote-tracking branch 'upstream/master' into develop
Next