~ruther/qmk_firmware

0d72438a — precondition 3 years ago
Correct the Turkish F '?' keycode (TR_QUES) (#14740)

define TR_QUES S(TR_ASTR) // ? → define TR_QUES S(TR_SLSH) // ?
51665b1f — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
63cb273d — jmcwilliams403 3 years ago
Enabled Bootmagic Lite (#14573)

* Enabled Bootmagic Lite

* Enabled Bootmagic Lite

Co-authored-by: Sergey Vlasov <sigprof@gmail.com>

Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
1c0347b8 — Joel Challis 3 years ago
Remove SERIAL_LINK feature (#14727)

* Remove SERIAL_LINK

* more stale paths in doxygen-todo

* Fix

* More refs

* Update testing docs

* Update doxygen-todo

Co-authored-by: Ryan <fauxpark@gmail.com>

Co-authored-by: Ryan <fauxpark@gmail.com>
60297a10 — Joel Challis 3 years ago
Reuse of EEPROM debounce logic (#14699)

* reuse rgb debounce logic

* Refactor led matrix

* Remove log line

* timeout should not be hard coded
951331cd — Joel Challis 3 years ago
Fix i2c_readReg16 (#14730)

b2a186cf — Nick Brassel 3 years ago
Purge uGFX. (#14720)

* Purge uGFX.

* Remove remnants of visualizer.

* Remove remnants of uGFX.
i2c_master: Add support for reading/writing to 16-bit registers (#14289)

875e44fa — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
d5fae3a6 — Grayson Carr 3 years ago
Updated Keychron Q1 user keymap (#14666)

* Updated Keychron Q1 user keymap
- Added Caps Lock indicator
- Mission Control and Launchpad custom keycodes are now defined using the VIA user keycodes range so they can be labeled properly in VIA

* Only use VIA keycode range if VIA is enabled

* Reformatted led_indexes enum to match layout

* Feature: When the Fn layer is active, RGB lighting turns off for keys that are not assigned

* Fixes

* Cleanup: Updated method signature of rgb_matrix_set_color_by_keycode to more closely match rgb_matrix_set_color

* Fixed int sizing for keycodes
491b3696 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
f32db0bd — James Young 3 years ago
Mode M65S touch-up (#14722)

* add Configurator data

* rename README.md to lowercase

API can't find this file unless the filename is lowercase (`readme.md`).

* readme touch-up

Correct typos and improve some grammar and Markdown.
Remove sysex API (#14723)

a94c6fa6 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
c33491d7 — James Young 3 years ago
MelGeek Mach80: correct Configurator layout (#14716)

Adds a 0.5u gap between the top two rows.
181ba6bb — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
4782e038 — remanifest 3 years ago
Added semicolons to rules.mk to allow symlinks from /bin/sh to /bin/zsh to complete the filesize check without error. (#14718)

Co-authored-by: John Beard <jbeard@pipelinerx.com>
ba8f1454 — Drashna Jaelre 3 years ago
Move Audio drivers from quantum to platform drivers folder (#14308)

* Move Audio drivers from quantum to platform drivers folder

* fix path for audio drivers

Co-authored-by: Ryan <fauxpark@gmail.com>

Co-authored-by: Ryan <fauxpark@gmail.com>
9f0e7480 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
3b8c4979 — Drashna Jaelre 3 years ago
[Bug] Fix command feature if mousekey is enabled and using 3-speed setting (#14697)

Next