~ruther/qmk_firmware

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>
Add more missing info.json layouts (#9595)

398a7e5b — unicorn855 5 years ago
re-added mouse and media keys plus slight changes (#9515)

Co-authored-by: Ryan <fauxpark@gmail.com>
48db3ad6 — Ramon Imbao 5 years ago
Fix Herringbone keymap typo (#9578)

* Change TILD to GRV
12b43f55 — Alabahuy 5 years ago
[Keyboard] rart67 (#9543)

* Create config.h

* Create info.json

* Create rart67.c

* Create rart67.h

* Create readme.md

* Create rules.mk

* Create keymap.c

* Update readme.md

* Update info.json

* Update info.json

* Update config.h
6d6340a8 — Herpiko Dwi Aguno 5 years ago
[Keyboard] Add UNK keyboard. (#9571)

* Add UNK keyboard.

* Update keyboards/handwired/unk/info.json

* Use KC_NO to block out nonexistent matrix positions.

* Update keyboards/handwired/unk/readme.md

* Update keyboards/handwired/unk/keymaps/default/keymap.c
67beec5e — kwlodarczy 5 years ago
[Keyboard] Rotr (#9546)

* Add files via upload

* Add files via upload

Edited code to fix the formatting so that it follows the conventions.

* Create README.md

* Update config.h

* Update keyboards/rotr/config.h

* Update keyboards/rotr/config.h

* Update keyboards/rotr/config.h

* Update keyboards/rotr/kb.h

* Update keyboards/rotr/keymaps/default/keymap.c

* Update keyboards/rotr/keymaps/default/keymap.c

* Update keyboards/rotr/rules.mk

* Update keyboards/rotr/keymaps/default/keymap.c

* Update keyboards/rotr/kb.c

* Delete Makefile

* Rename kb.c to rotr.c

* Rename kb.h to rotr.h

* Update rules.mk

* Rename README.md to readme.md

* Create info.json

* Update keyboards/rotr/keymaps/default/keymap.c

* Update keyboards/rotr/readme.md

* Update keyboards/rotr/readme.md

* Update keyboards/rotr/readme.md

* Update keymap.c

* Update rotr.c

* Update info.json

* Update keyboards/rotr/readme.md
09a53d1a — toraifu 5 years ago
[Keyboard] Fallacy (#9499)

* Add Fallacy

* Accept suggestions

* fixed build error, renamed readme, added keymap specific config to force enable NKRO

* remove FORCE_NKRO on VIA keymap, fix header

* fix info.json to accurately reflect keymap

* remove additional empty layers from default_split_bs keymap

* Accept keymap formatting suggestions

* remove empty config files at keymap level
Next