Skip to content

Tags: rs/qmk_firmware

Tags

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

0.6.49

Toggle 0.6.49's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Hadron: Readme, Refactor, and Configurator support (qmk#3170)

* Refactor

* Configurator support

* Readme

0.6.48

Toggle 0.6.48's commit message
Bootloader make issue (qmk#2975)

* Added Modular keyboards L,R and NUM

Created code modules for the 3 modules of the modular keyboard.
Original idea by MechboardsUK. Uses i2c implementation similar to lets
split

* Remove modular from master

This is to fix incorrect branching

* fixed bootloader makefile

- Echo -e does not behave coorectly on mac
- Replaced with equivilant printf statements

* quick typo fix

0.6.47

Toggle 0.6.47's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Added ASCII legend to melody96 to help visualize the layouts (qmk#3117)

0.6.46

Toggle 0.6.46's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add Suspend functions (qmk#3112)

* Add suspend functions

* Disable RGB code if it's disabled

* Add suspend code to ChibiOS for future compatibility

* Add keyboard_init functions

* Change where references so it will compile

* Wrong command chained in wake up kb function

* Fix non-feature file changes

* Add documentation

* Re-add matrix init docs

* add rgblight code to example

* Remove keyboard init stuff for separate PR