~ruther/qmk_firmware

Check if LUFA-git really exists(Fix #118)
NKRO is disable when SET_PROTOCOL(boot)

- Command can force to enable NKRO even when boot mode
- After boot keyboard may be in boot mode due to BIOS' request
Make NKRO deafult when it is available

- NKRO is used only when keyboard_protocol = 1(report)
Change MCU setting to ATmega32U2
Fix description of pin usage
Add LUFA git repository(release 140302)
Move macro definitions from lufa.c to lufa.h
Fix 'Shift Parentheses' example
Change LUFA build options
Return when ready check loop is timeouted(Fix #115)
Change PollingIntervalMS to 10ms(Fix #114)
Merge pull request #110 from xauser/master

Enhanced Backlight Support
589d99b4 — Ralf Schmitt 11 years ago
New macro: ACTION_BACKLIGHT_LEVEL(level)

To have full control of the backlight level.
Merge pull request #106 from CJNE/patch-1

Show correct function name for default layer set
13fbab9d — Johan Isacsson 11 years ago
Show correct function name for default layer set
Merge pull request #102 from xauser/master

Support for Lightsaber keyboard
1482fe92 — Ralf Schmitt 11 years ago
Added Lightsaber FN-layer
498ea75d — Ralf Schmitt 11 years ago
Lightsaber clean ups
526d988a — Ralf Schmitt 11 years ago
Added basic led+backlight support
160678a7 — Ralf Schmitt 11 years ago
Updated Lightsaber read me
Next