| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-07-27 | integrated serial mouse drivers as a feature into the firmware architecture | ||
| * can be enabled by defining Makefile macro SERIAL_MOUSE_MICROSOFT_ENABLE or SERIAL_MOUSE_MOUSESYSTEMS_ENABLE. * Serial implementation can be chosen via SERIAL_MOUSE_USE_SOFT and SERIAL_MOUSE_USE_UART macros * UART configuration still has to be done in config.h: I added working clauses for both mouse protocols to ps2_usb's config.h | |||
| 2014-07-27 | fixed PS/2 keyboard converter config | ||
| When using the PS/2 interrupt implementation, the DATA pin should be PD0 as the documentation (README.md) states. | |||
| 2014-07-27 | added serial mouse driver for Microsoft and Mousesystems mice | ||
| * Both drivers use the interface defined in serial_mouse.h * They should work with any UART implementation (hardware/software UART) * The Microsoft driver is currently untested. The Mousesystems driver is confirmed to work. | |||
| 2014-07-21 | Just ignore ADB Service Request | ||
| - to support Adjustable keyboard(composite device?) | |||
| 2014-07-20 | Fix 'debug-off' target of hhkb to remove 'print' | ||
| 2014-07-20 | Fix NKRO code when NKRO is disable | ||
| 2014-07-10 | Fix READEM of hhkb and doc/build.md | ||
| 2014-07-09 | Fix document on HHKB internal | ||
| 2014-07-09 | Add HHKB JP support | ||
| - scan matrix about twice faster | |||
| 2014-07-07 | Merge pull request #124 from kairyu/6kro | ||
| USB 6KRO with pseudo- or half- NKRO feature | |||
| 2014-07-07 | Merge pull request #112 from shayneholmes/ee_nkro_use_reserved_bit | ||
| Adding NKRO virtual dip-switch, using existing bit in keymap byte. | |||
| 2014-07-07 | Merge pull request #125 from tibounise/patch-1 | ||
| Fixing typo | |||
| 2014-07-07 | Merge pull request #126 from xauser/master | ||
| Added support for bpiphany's Kitten Paw controller | |||
| 2014-06-27 | Added support for bpiphany's Kitten Paw controller (Costar Majestouch) | ||
| 2014-06-22 | Change keymaps of M0110 | ||
| 2014-06-20 | Fixing typo | ||
| 2014-06-15 | Fix debug print of ps2_mouse | ||
| 2014-06-12 | Fix keymap of ps2_usb | ||
| 2014-06-12 | Add Ctrl + Up(SpaceFN) -> PgUp | ||
| 2014-06-12 | Make keymap_hhkb as default and change keymap_hasu | ||
| 2014-05-21 | Add ISO keymap(issue #35) and use new keymap API | ||
| 2014-05-13 | New branch for 6KRO feature | ||
| 2014-04-29 | Fix set LED for NKRO keyboard interface | ||
| 2014-04-29 | Unused endpoint of console OUT is commentout'd | ||
| 2014-04-29 | Add Makefiles for TMK converters. | ||
| 2014-04-28 | Fix remotewakeup of PJRC stack(Fix #121) | ||
| - 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) | ||
| 2014-04-27 | 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 | |||
| 2014-04-27 | Make NKRO deafult when it is available | ||
| - NKRO is used only when keyboard_protocol = 1(report) | |||
| 2014-04-25 | Change MCU setting to ATmega32U2 | ||
| 2014-04-25 | Fix description of pin usage | ||
| 2014-04-25 | Add LUFA git repository(release 140302) | ||
| 2014-04-25 | Move macro definitions from lufa.c to lufa.h | ||
| 2014-04-25 | Fix 'Shift Parentheses' example | ||
| 2014-04-24 | Change LUFA build options | ||
| 2014-04-22 | Return when ready check loop is timeouted(Fix #115) | ||
| 2014-04-21 | Change PollingIntervalMS to 10ms(Fix #114) | ||
| 2014-04-09 | Adding NKRO virtual dip-switch, using existing bit in keymap byte. | ||
| 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 | ||
| Enhanced Backlight Support | |||
| 2014-04-08 | New macro: ACTION_BACKLIGHT_LEVEL(level) | ||
| To have full control of the backlight level. | |||
| 2014-03-28 | Merge pull request #106 from CJNE/patch-1 | ||
| Show correct function name for default layer set | |||
| 2014-03-27 | Show correct function name for default layer set | ||
| 2014-03-24 | Merge pull request #102 from xauser/master | ||
| Support for Lightsaber keyboard | |||
| 2014-03-22 | Added Lightsaber FN-layer | ||
| 2014-03-22 | Lightsaber clean ups | ||
| 2014-03-19 | Added basic led+backlight support | ||
| 2014-03-19 | Updated Lightsaber read me | ||
| 2014-03-19 | Support for Lightsaber keyboard | ||
| 2014-02-17 | Fix markdown syntax | ||
| 2014-02-17 | Merge branch 'ibm4704' | ||