summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-30Fix print and timertmk
2014-07-30Port timer to mbedtmk
2014-07-30Add keyboard/mbed_onekeytmk
2014-07-21Just ignore ADB Service Requesttmk
- to support Adjustable keyboard(composite device?)
2014-07-20Fix 'debug-off' target of hhkb to remove 'print'tmk
2014-07-20Fix NKRO code when NKRO is disabletmk
2014-07-10Fix READEM of hhkb and doc/build.mdtmk
2014-07-09Fix document on HHKB internaltmk
2014-07-09Add HHKB JP supporttmk
- scan matrix about twice faster
2014-07-07Merge pull request #124 from kairyu/6krotmk
USB 6KRO with pseudo- or half- NKRO feature
2014-07-07Merge pull request #112 from shayneholmes/ee_nkro_use_reserved_bittmk
Adding NKRO virtual dip-switch, using existing bit in keymap byte.
2014-07-07Merge pull request #125 from tibounise/patch-1tmk
Fixing typo
2014-07-07Merge pull request #126 from xauser/mastertmk
Added support for bpiphany's Kitten Paw controller
2014-06-27Added support for bpiphany's Kitten Paw controller (Costar Majestouch)Ralf Schmitt
2014-06-22Change keymaps of M0110tmk
2014-06-20Fixing typoTiBounise
2014-06-15Fix debug print of ps2_mousetmk
2014-06-12Fix keymap of ps2_usbtmk
2014-06-12Add Ctrl + Up(SpaceFN) -> PgUptmk
2014-06-12Make keymap_hhkb as default and change keymap_hasutmk
2014-05-21Add ISO keymap(issue #35) and use new keymap APItmk
2014-05-13New branch for 6KRO featureKai Ryu
2014-04-29Fix set LED for NKRO keyboard interfacetmk
2014-04-29Unused endpoint of console OUT is commentout'dtmk
2014-04-29Add Makefiles for TMK converters.tmk
2014-04-28Fix remotewakeup of PJRC stack(Fix #121)tmk
- without this fix wakeup often fails - keyboard can wakeup once or twice but fails after that
2014-04-28Check if LUFA-git really exists(Fix #118)tmk
2014-04-27NKRO is disable when SET_PROTOCOL(boot)tmk
- Command can force to enable NKRO even when boot mode - After boot keyboard may be in boot mode due to BIOS' request
2014-04-27Make NKRO deafult when it is availabletmk
- NKRO is used only when keyboard_protocol = 1(report)
2014-04-25Change MCU setting to ATmega32U2tmk
2014-04-25Fix description of pin usagetmk
2014-04-25Add LUFA git repository(release 140302)tmk
2014-04-25Move macro definitions from lufa.c to lufa.htmk
2014-04-25Fix 'Shift Parentheses' exampletmk
2014-04-24Change LUFA build optionstmk
2014-04-22Return when ready check loop is timeouted(Fix #115)tmk
2014-04-21Change PollingIntervalMS to 10ms(Fix #114)tmk
2014-04-09Adding NKRO virtual dip-switch, using existing bit in keymap byte.Shayne Holmes
This takes the last, reserved bit there, but doesn't necessitate a revision to the magic number because it doesn't alter byte order. Add reference to NKRO virtual dip-switch to documentation.
2014-04-09Merge pull request #110 from xauser/mastertmk
Enhanced Backlight Support
2014-04-08New macro: ACTION_BACKLIGHT_LEVEL(level)Ralf Schmitt
To have full control of the backlight level.
2014-03-28Merge pull request #106 from CJNE/patch-1tmk
Show correct function name for default layer set
2014-03-27Show correct function name for default layer setJohan Isacsson
2014-03-24Merge pull request #102 from xauser/mastertmk
Support for Lightsaber keyboard
2014-03-22Added Lightsaber FN-layerRalf Schmitt
2014-03-22Lightsaber clean upsRalf Schmitt
2014-03-19Added basic led+backlight supportRalf Schmitt
2014-03-19Updated Lightsaber read meRalf Schmitt
2014-03-19Support for Lightsaber keyboardRalf Schmitt
2014-02-17Fix markdown syntaxtmk
2014-02-17Merge branch 'ibm4704'tmk