~ruther/qmk_firmware

ref: 209ee3cd052b22b4cc32aecbc4b03cb8fb229a23 qmk_firmware/quantum/template d---------
aaa758f1 — Eric Tang 9 years ago
Optimize matrix scanning (#343)
1a8c0dd2 — Erez Zukerman 9 years ago
Leader key implementation (#326)

* implements leader key for planck experimental

* allows override of leader timeout

* adds ability to use the leader key in seq

* fixes leader keycode

* adds chording prototype

* fixes keycode detection

* moves music mode to quantum.c

* disables chording by default

* updates process_action functions to return bool
65645fb8 — Tobias Matt 9 years ago
Merge remote-tracking branch 'upstream/master'
8b0274f6 — Nicholas Keene 9 years ago
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
0656f2fa — Jack Humbert 9 years ago
moves backlight functionality to keyboard files and updates template makefile

previously there were two backlight.c files (bad)
1facc53a — Alex Johnstone 9 years ago
Merge pull request #5 from jackhumbert/master

Sync with upstream
47dd2951 — Wojciech Siewierski 9 years ago
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware into modifier-release-fix
f0424a0c — Stephan Bösebeck 9 years ago
Merge branch 'master' of https://github.com/sboesebeck/qmk_firmware
aee87158 — Stephan Bösebeck 9 years ago
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
e7377dc2 — Jack Humbert 9 years ago
Merge branch 'master' of https://github.com/jackhumbert/tmk_keyboard
4a676746 — Jack Humbert 9 years ago
Merge pull request #224 from NoahAndrews/make-keymap-names-consistent

Make keymap names more consistent
95fba250 — Noah Andrews 9 years ago
Updated several keyboard folders to use new keymap naming scheme
e2833401 — Noah Andrews 9 years ago
Merge remote-tracking branch 'jackhumbert/master' into make-keymap-names-consistent
f7f4f172 — Stephan Bösebeck 9 years ago
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
8bbc1dcf — Jack Humbert 9 years ago
Merge pull request #219 from IBNobody/master

Master
1d13aa93 — IBNobody 9 years ago
Minor Tweaks and Documentation

Fixed compiler warning by including bootloader.h in keymap_common.c.

Changed FORCE_NKRO to only be applied if NKRO_ENABLE is defined.

Added extra documentation to the template config.h
535daad3 — Noah Andrews 9 years ago
Merge remote-tracking branch 'jackhumbert/master' into improve-buildguide
295036d4 — Manuel Barkhau 9 years ago
Merge remote-tracking branch 'origin/master'
37e68596 — Stephan Bösebeck 9 years ago
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
fd9e5d15 — Jack Humbert 9 years ago
Merge pull request #214 from cdlm/action-hook

Add per-event user hook function
Next