Skip to content

Tags: mrkn/qmk_firmware

Tags

0.6.59

Toggle 0.6.59's commit message
Add macro to play All Star chorus and print lyrics, fixes issues qmk#…

…3345, qmk#3346, qmk#3347, qmk#3348, qmk#3349, qmk#3350 (qmk#3372)

0.6.58

Toggle 0.6.58's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Instruct macos users to use avr-gcc@7 (qmk#3337)

If you run `brew install avr-gcc`, you get a version that has
compatibility issues with LUFA. I updated the getting started guide for
osx, the qmk_install setup script, and added a section to the FAQ for
folks like me who accidentally updated avr-gcc past 7.

0.6.57

Toggle 0.6.57's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request qmk#3229 from qmk/hf/shinydox

Adds I2C timeout and return values, adds support for future RGB Ergodox EZ

0.6.56

Toggle 0.6.56's commit message
Addition of hard brigtness limit for RGB_Matrix (qmk#3299)

* Addition of hard brigtness limit for RGB_Matrix

- Added a define "RGB_MATRIX_MAXIMUM_BRIGHTNESS" to enable hard limiting the maximum brightness for rgb_matrix
- Used the above define to limit the maximum brigthness of HS60 for better stability

* Added docs for new rgb_matrix define

* Addition of check for maximum brightness

0.6.55

Toggle 0.6.55's commit message
Diagonal micro move fix

0.6.54

Toggle 0.6.54's commit message
Diagonal micro move fix

0.6.53

Toggle 0.6.53's commit message
removed unused boxes (qmk won't compile with them anyway), updated we…

…lcome message

0.6.52

Toggle 0.6.52's commit message
Clean up SEND_STRING keycodes and add media keys (qmk#3214)

* Clean up SEND_STRING keycodes and add media keys

* Remove stray define

* Add missing SEND_STRING keycodes for completeness

Also, add KC_EJCT to the keycode references

0.6.51

Toggle 0.6.51's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Disable JTAG in keyboard init

So that all boards, present and future will have JTAG disabled, even if using a custom matrix

0.6.50

Toggle 0.6.50's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Disable JTAG in keyboard init

So that all boards, present and future will have JTAG disabled, even if using a custom matrix