Skip to content

Tags: markstory/qmk_firmware

Tags

0.9.32

Toggle 0.9.32's commit message
format code according to conventions [skip ci]

0.9.31

Toggle 0.9.31's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add TAP_CODE_DELAY to Mod-Tap (qmk#9422)

0.9.30

Toggle 0.9.30's commit message
Allow for building layouts from keymap.json files.

0.9.29

Toggle 0.9.29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Driver] bugfix reset the scaling register flag to FALSE (qmk#9507)

Co-authored-by: Ryan <[email protected]>

0.9.28

Toggle 0.9.28's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix typo in freebsd_install.sh (qmk#9655)

0.9.27

Toggle 0.9.27's commit message
format code according to conventions [skip ci]

0.9.26

Toggle 0.9.26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix “G” in Neo2 keymap (qmk#9645)

Fix duplicated “NE_H” definition to use “NE_G” in Neo2 keymap,
introduced with commit 44ff14f.

0.9.25

Toggle 0.9.25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add missing dependency for Void Linux to util/linux-install.sh (qmk#9637

)

0.9.24

Toggle 0.9.24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add movement hook to ps2_mouse (qmk#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);

0.9.23

Toggle 0.9.23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make sendstring respect `TAP_CODE_DELAY` (qmk#9623)