Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-07-21 | Just ignore ADB Service Request | tmk | 1 | -0/+4 | |
- to support Adjustable keyboard(composite device?) | |||||
2014-07-19 | Fix 'debug-off' target of hhkb to remove 'print' | tmk | 1 | -0/+1 | |
2014-07-19 | Fix NKRO code when NKRO is disable | tmk | 1 | -0/+2 | |
2014-07-10 | Fix READEM of hhkb and doc/build.md | tmk | 3 | -39/+31 | |
2014-07-09 | Fix document on HHKB internal | tmk | 1 | -59/+20 | |
2014-07-09 | Add HHKB JP support | tmk | 7 | -164/+375 | |
- scan matrix about twice faster | |||||
2014-07-07 | Merge pull request #124 from kairyu/6kro | tmk | 2 | -0/+98 | |
USB 6KRO with pseudo- or half- NKRO feature | |||||
2014-07-07 | Merge pull request #112 from shayneholmes/ee_nkro_use_reserved_bit | tmk | 6 | -1/+15 | |
Adding NKRO virtual dip-switch, using existing bit in keymap byte. | |||||
2014-07-07 | Merge pull request #125 from tibounise/patch-1 | tmk | 1 | -1/+1 | |
Fixing typo | |||||
2014-07-07 | Merge pull request #126 from xauser/master | tmk | 7 | -0/+604 | |
Added support for bpiphany's Kitten Paw controller | |||||
2014-06-27 | Added support for bpiphany's Kitten Paw controller (Costar Majestouch) | Ralf Schmitt | 7 | -0/+604 | |
2014-06-22 | Change keymaps of M0110 | tmk | 8 | -237/+470 | |
2014-06-20 | Fixing typo | TiBounise | 1 | -1/+1 | |
2014-06-15 | Fix debug print of ps2_mouse | tmk | 1 | -1/+6 | |
2014-06-12 | Fix keymap of ps2_usb | tmk | 2 | -5/+4 | |
2014-06-12 | Add Ctrl + Up(SpaceFN) -> PgUp | tmk | 1 | -2/+43 | |
2014-06-12 | Make keymap_hhkb as default and change keymap_hasu | tmk | 3 | -47/+99 | |
2014-05-20 | Add ISO keymap(issue #35) and use new keymap API | tmk | 8 | -128/+276 | |
2014-05-13 | New branch for 6KRO feature | Kai Ryu | 2 | -0/+98 | |
2014-04-29 | Fix set LED for NKRO keyboard interface | tmk | 1 | -0/+1 | |
2014-04-29 | Unused endpoint of console OUT is commentout'd | tmk | 2 | -1/+7 | |
2014-04-29 | Add Makefiles for TMK converters. | tmk | 7 | -99/+465 | |
2014-04-28 | Fix remotewakeup of PJRC stack(Fix #121) | tmk | 1 | -0/+1 | |
- without this fix wakeup often fails - keyboard can wakeup once or twice but fails after that | |||||
2014-04-28 | Check if LUFA-git really exists(Fix #118) | tmk | 2 | -1/+2 | |
2014-04-26 | NKRO is disable when SET_PROTOCOL(boot) | tmk | 4 | -5/+11 | |
- Command can force to enable NKRO even when boot mode - After boot keyboard may be in boot mode due to BIOS' request | |||||
2014-04-26 | Make NKRO deafult when it is available | tmk | 8 | -46/+47 | |
- NKRO is used only when keyboard_protocol = 1(report) | |||||
2014-04-25 | Change MCU setting to ATmega32U2 | tmk | 2 | -1/+4 | |
2014-04-25 | Fix description of pin usage | tmk | 1 | -4/+1 | |
2014-04-25 | Add LUFA git repository(release 140302) | tmk | 5 | -8/+24 | |
2014-04-25 | Move macro definitions from lufa.c to lufa.h | tmk | 2 | -9/+11 | |
2014-04-25 | Fix 'Shift Parentheses' example | tmk | 1 | -63/+26 | |
2014-04-24 | Change LUFA build options | tmk | 3 | -6/+10 | |
2014-04-21 | Return when ready check loop is timeouted(Fix #115) | tmk | 2 | -13/+27 | |
2014-04-21 | Change PollingIntervalMS to 10ms(Fix #114) | tmk | 1 | -1/+1 | |
2014-04-10 | Adding NKRO virtual dip-switch, using existing bit in keymap byte. | Shayne Holmes | 6 | -1/+15 | |
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-09 | Merge pull request #110 from xauser/master | tmk | 8 | -24/+89 | |
Enhanced Backlight Support | |||||
2014-04-08 | New macro: ACTION_BACKLIGHT_LEVEL(level) | Ralf Schmitt | 8 | -24/+89 | |
To have full control of the backlight level. | |||||
2014-03-28 | Merge pull request #106 from CJNE/patch-1 | tmk | 1 | -1/+1 | |
Show correct function name for default layer set | |||||
2014-03-27 | Show correct function name for default layer set | Johan Isacsson | 1 | -1/+1 | |
2014-03-24 | Merge pull request #102 from xauser/master | tmk | 10 | -0/+793 | |
Support for Lightsaber keyboard | |||||
2014-03-22 | Added Lightsaber FN-layer | Ralf Schmitt | 1 | -7/+15 | |
2014-03-22 | Lightsaber clean ups | Ralf Schmitt | 4 | -13/+7 | |
2014-03-19 | Added basic led+backlight support | Ralf Schmitt | 5 | -3/+94 | |
2014-03-19 | Updated Lightsaber read me | Ralf Schmitt | 1 | -88/+4 | |
2014-03-19 | Support for Lightsaber keyboard | Ralf Schmitt | 8 | -0/+784 | |
2014-02-17 | Fix markdown syntax | tmk | 1 | -13/+14 | |
2014-02-17 | Merge branch 'ibm4704' | tmk | 3 | -27/+64 | |
2014-02-17 | Fix README.md and ibm4704.txt | tmk | 2 | -27/+63 | |
2014-02-17 | Change IS_COMMAND macro | tmk | 1 | -0/+1 | |
2014-02-13 | Merge branch 'ibm4704' | tmk | 13 | -0/+1073 | |