10000 Tags · rautesamtr/qmk_firmware · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: rautesamtr/qmk_firmware

Tags

0.5.181

Toggle 0.5.181's commit message
adds 'RGB_RMOD' to go through RGB modes in reverse

0.5.180

Toggle 0.5.180's commit message
Flesh out the grave escape overrides

0.5.179

Toggle 0.5.179's commit message
Change awk detector to work with mawk; fixes qmk#2073

0.5.178

Toggle 0.5.178's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fixed minor typo in bootloader code

0.5.177

Toggle 0.5.177's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
16 byte optimization of macro ;)

0.5.176

Toggle 0.5.176's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update Userspace info to include Bootloader detection

0.5.175

Toggle 0.5.175's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updates bootloader settings, adds file size check (qmk#2029)

* pull fuse settings for bootloader jump

* fix 32a chips

* make automatic bootloader selection optional

* quantify bootloaders

* fixs qmk#164, speeds up dfu reset

* fix for chips w/o usb

* missing an n

* fix bootloader sizes, use words for addresses

* fix bmini, pearl, and [[ issue, make things quiet

* ignore avr errors on arm for now

* update settings for the light

* document bootloader stuff

* add bootloader title

0.5.174

Toggle 0.5.174's commit message
Fix build instructions in the Dactyl readme

Reflects the changes in qmk#1784

0.5.173

Toggle 0.5.173's commit message
I found a typo!

0.5.172

Toggle 0.5.172's commit message
Allow multiple process_record() calls per scan

This is particularly relevant for, e.g., the ergodox EZ and
other keyboards with slow scan rates. Without changing the API or
behavior of individual process_record() calls, we allow a
configuration flag to make multiple calls in a single scan.

This will probably have miniscule effects on non-steno users,
and it's not enabled by default for any keyboards. Added note
about it to ergodox README.

Signed-off-by: seebs <seebs@seebs.net>
0