~ruther/qmk_firmware

063a74b6 — kwlodarczy 5 years ago
Rotr - Updated README and default keymap (#9598)

3ff635b9 — moseschmiedel 5 years ago
Add missing dependency for Void Linux to util/linux-install.sh (#9637)

Backlight docs wordsmithing (#9631)

8c66c5aa — Ramon Imbao 5 years ago
Fix incorrect layout for GHS.rar (#9597)

Co-authored-by: Ryan <fauxpark@gmail.com>
b7dc2eb9 — Manna Harbour 5 years ago
Add movement hook to ps2_mouse (#8805)

Process mouse movement in the keymap before it is sent to the host. Example uses
include filtering noise, adding acceleration, and automatically activating a
layer. To use, define the following function in your keymap:

void ps2_mouse_moved_user(report_mouse_t *mouse_report);
Make sendstring respect `TAP_CODE_DELAY` (#9623)

65c9da5a — Dongfeng Yu 5 years ago
[Keymap] Adding a Custom Keymap for Matrix Noah (#9581)

Co-authored-by: Ryan <fauxpark@gmail.com>
d1819f02 — Manna Harbour 5 years ago
Fix sharing of mouse button state from mousekeys to ps2_mouse (#9124)

With this change, when ps2_mouse is disabled, mousekeys works as usual. With
ps2_mouse enabled, mousekeys button state is shared with ps2_mouse for clicking,
dragging, and scrolling, mousekeys clicks are produced by ps2_mouse only, and
mouskeys button state is transferred to mousekeys without generating clicks to
enable mousekeys dragging.

Co-authored-by: Drashna Jaelre <drashna@live.com>

Co-authored-by: Drashna Jaelre <drashna@live.com>
e1cdfdc0 — Jacky Tian 5 years ago
Add xjtian keymap for Planck (#9502)

97c18bfb — akscanb 5 years ago
Arisu keymapping, and corresponding via keymap (#9560)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
Co-authored-by: Will <wailinnyu@gmail.com>
Co-authored-by: Andrew Koh <andrew@springlabs.com>
0e76b276 — Maarten Dekkers 5 years ago
Add Eon95 (#9334)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Maarten Dekkers <maartenn2001@gmail.com>
bd4c66a2 — Maarten Dekkers 5 years ago
Eon65 (#9331)

Co-authored-by: Maarten Dekkers <maartenn2001@gmail.com>
Fix layouts for FM2U (#9604)

* Fix layouts for FM2U

* Leave old layout names as deprecated aliases
d4dc2a57 — Sergey Vlasov 5 years ago
Quefrency rev1: Fix default VIA layout options (#9618)

Apparently VIA allocates bits in the layout options field from the
lowest bit, but starting from the **last** option defined in the JSON
file.  So the default value 0x06 was actually trying to set the value
`3` (`0b11`) for the second-to-last option ("Right Shift"), which had
only 3 values defined, and the attempt to set an undefined option value
caused the VIA app to hang with a black window.

Fix the default layout options so that it works as intended (the
"Macropad" and "65% Column" options are set).
92839f8a — Mojitas 5 years ago
Mojito-keymap (#9566)

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
907c1c64 — Nick Blyumberg 5 years ago
[Keymap] AutoHotKey Companion keymap for Super16 (#9216)

* Started AHK Companion Development

* Updated the readme

* Added AutoHotKey companion file

* Updated documentation

* Cleaned up the files and revised documentation

* Finished the readme.md updates

* Fixed the LED issue where the last LED did not reflect the right color
8b9e3e99 — kakunpc 5 years ago
[Keyboard] Add "choc taro" keyboard (#9556)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
6600f32d — Xelus22 5 years ago
Add VIA support on XiuDi (XD) keyboards (#8829)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
e9fa4163 — siano 5 years ago
XD87 qmk info fixes (#9601)

* Fixed `Nested layout macro detected. Matrix data not available!`

* Updated info for XD87

* Layout fixes.
91efcfb4 — Danilo de Klerk 5 years ago
Add layouts for split 3x5 and 3x6 keyboards (#9562)

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