Skip to content

Tags: johnm/qmk_firmware

Tags

0.11.31

Toggle 0.11.31's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Missed a couple more `#pragma once`s (qmk#11351)

0.11.30

Toggle 0.11.30's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove useless wait in AVR suspend code (qmk#11352)

0.11.29

Toggle 0.11.29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add libusb-devel dependency for fedora (qmk#11287)

On fedora 33, libusb-devel is required to build BootloadHID

0.11.28

Toggle 0.11.28's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added mac variant of portuguese keymap extras (qmk#11260)

* Added mac variant of portuguese keymap

This keymap is very similar to the existing portuguese keymap, but
some symbols are moved around.

Apply suggestions from code review

Corrected whitespace and implemented some suggested changes.

Co-authored-by: Ryan <fauxpark@gmail.com>

Converted some spaces to nbsp

Added sendstring ISO version

* Apply suggestions from code review

Added suggestions from code review

Co-authored-by: Ryan <fauxpark@gmail.com>

* Replaced space with nbsp

* Corrected 2 chars in ascii_to_shift_lut

{ and } require shift

Co-authored-by: Ryan <fauxpark@gmail.com>

0.11.27

Toggle 0.11.27's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add missing Debian/Ubuntu dependency to the install script (qmk#11348)

To successfully compile bootloadHID, we must have the libusb-config tool, which comes from the libusb-dev package. This package is available in both Ubuntu Groovy and Debian Buster

Co-authored-by: Jonathan Paugh <jpaugh@gmx.com>

0.11.26

Toggle 0.11.26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Bug] Fix RGB Matrix Indicators (qmk#11308)

0.11.25

Toggle 0.11.25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove MATRIX_IS_ON macro (qmk#11330)

* Remove MATRIX_IS_ON macro

this macro is both incorrect and excessive given that macro_is_on()
exists

* Remove massdrop matrix.h

0.11.24

Toggle 0.11.24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
remove some old and unused code from Makefile (qmk#11336)

0.11.23

Toggle 0.11.23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ensure single newline at EOF for core files (qmk#11310)

0.11.22

Toggle 0.11.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Change include guards in tmk_core/ and drivers/ to pragma once (qmk#1…

…1240)