~ruther/qmk_firmware

622c3cac — Joel Challis 4 years ago
Fix merge artifacts (#14146)

2cade3a4 — Joel Challis 4 years ago
Align some quantum sub-directories (#14134)

* Misc folder tidy

* Review comments

* Remove redundant entry
2827a3cf — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
b4867e16 — Yoichiro Tanaka 4 years ago
[Keyboard] Add yoichiro/lunakey_macro (#13849)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
a8d65473 — Joel Challis 4 years ago
Short term bodge for firmware size bloat (#14144)

e3b68ddf — Drashna Jael're 4 years ago
Merge remote-tracking branch 'origin/master' into develop
c9c60d22 — Takeshi ISHII 4 years ago
add wait_cpuclock() macro for AVR and CPU_CLOCK macro (#12755)

c4dbf4bf — Joel Challis 4 years ago
Tidy up quantum.c now some of tmk_core has been merged (#14083)

[Keyboard] Add serneity65 (#13889)

c4a2dc9a — Xelus22 4 years ago
fix (#14142)

3ef978cb — Christian Sandven 4 years ago
[Keyboard] Fix keyprez qmk configurator (#14119)

a4aa6ccf — kb-elmo 4 years ago
[Keyboard] Add QEZ keyboard (#14131)

b8c74d6b — Albert Y 4 years ago
[Keyboard] Update Technik staggered RGB matrix points (#14125)

Co-authored-by: filterpaper <filterpaper@localhost>
eaad6547 — stickandgum 4 years ago
[Keymap] Fixed GMMK Pro -> stickandgum keymap readme.md (#14123)

Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
e1c264f5 — Rifaa Subekti 4 years ago
[Keyboard] Update info.json for ocean/gin_v2 (#14121)

Co-authored-by: Ryan <fauxpark@gmail.com>
bc239cd5 — Drashna Jaelre 4 years ago
[Keymap] Drashna keymap fixups (#14140)

3455e240 — Drashna Jaelre 4 years ago
[Keyboard] Fix default keymap for quark squared keyboard (#14139)

4e1c5887 — Xelus22 4 years ago
[Core] Refactor OLED to allow easy addition of other types  (#13454)

* add docs

* core changes

* update keyboards to new OLED

* updated users to new OLED

* update layouts to new OLED

* fixup docs

* drashna's suggestion

* fix up docs

* new keyboards with oled

* core split changes

* remaining keyboard files

* Fix The Helix keyboards oled options

* reflect develop

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: mtei <2170248+mtei@users.noreply.github.com>
47a38c3f — Joel Challis 4 years ago
Remove more unused files (#14135)

6fd20acf — Drashna Jaelre 4 years ago
Fix Mouse Shared EP functionality (#14136)

Specifically, if you enable the shared endpoint for mouse reports (or keyboard, which force enables it for mouse), and you don't have mousekeys enabled, it does not properly enable shared mouse EP for pointing device (which uses mouse reports).   This cause it to error out in compiling.  This fixes up some of the logic to ensure that all use cases are supported, and consolidates some of the code.
Next