~ruther/qmk_firmware

5eb4675f — Joakim Tufvegren 5 years ago
Allow for building layouts from keymap.json files.
0fcefdc0 — KgOfHedgehogs 5 years ago
Add jian qmk_via layout and LTO_ENABLE to all jian revs (#9606)

fe744eb1 — MelGeek 5 years ago
[Driver] bugfix reset the scaling register flag to FALSE (#9507)

Co-authored-by: Ryan <fauxpark@gmail.com>
85e20a5c — Brennan Vincent 5 years ago
Fix typo in freebsd_install.sh (#9655)

da5aed6b — stanrc85 5 years ago
[Keymap] Add Alice rev2 to my userspace (#9600)

acb9cf12 — Alabahuy 5 years ago
[Keyboard] RART67 : add support via (#9589)

ade3bdf7 — siano 5 years ago
[Keyboard] XD87 Caps Lock LED refactor (#9585)

83bc0b9e — paulgali 5 years ago
[Keyboard] Updated VIA Support for DP60 (#9508)

* Updated VIA Support

- Added LAYOUT_all Support for VIA compatibility
- Updated default dp60\layouts\via\keymap.c to mmirror changes to 
LAYOUT_all
- Rules.mk updated in both base and via directories.


Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
29ebb99b — yanekm 5 years ago
fixed link to Eclipse instructions (#9647)

355f075b — QMK Bot 5 years ago
format code according to conventions [skip ci]
c2ca57c8 — Takeshi ISHII 5 years ago
add DIP_SWITCH_MATRIX_GRID support (#8772)

* dipsw test on helix/rev2/sc/back:five_rows

* add peek_matrix() to matrix_common.c

* add DIP_SWITCH_MATRIX_GRID support to quantum/dip_switch.c

* update docs/feature_dip_switch.md about DIP_SWITCH_MATRIX_GRID

* Test end. remove test code. Revert "dipsw test on helix/rev2/sc/back:five_rows"

This reverts commit 6d4304c74557597c9fb4d324f79c3ae4793ae874.
5c8b23cc — Takeshi ISHII 5 years ago
add SPLIT_HAND_MATRIX_GRID support (#8685)

Co-authored-by: Danny <nooges@users.noreply.github.com>
13a8d168 — Sam Gowland 5 years ago
[Keyboard] Gowla Macro Board (#9643)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
Fix “G” in Neo2 keymap (#9645)

Fix duplicated “NE_H” definition to use “NE_G” in Neo2 keymap,
introduced with commit 44ff14f.
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)

Next