Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added USB_EXTRA feature to HHKB/V-USB | tmk | 2011-05-21 | 1 | -1/+1 |
| | |||||
* | added initial V-USB support for HHKB | tmk | 2011-05-16 | 5 | -55/+654 |
| | |||||
* | minor fix for HHKB Makefile and doc | tmk | 2011-05-04 | 2 | -9/+9 |
| | |||||
* | fixed hhkb to comply new API. | tmk | 2011-02-22 | 4 | -15/+18 |
| | |||||
* | fixed: not to send key if fn_keycode is modifier | tmk | 2011-02-22 | 1 | -7/+27 |
| | |||||
* | host interface for pjrc | tmk | 2011-02-22 | 3 | -1/+14 |
| | |||||
* | refactor keyboard.h, host.h | tmk | 2011-02-22 | 2 | -3/+2 |
| | |||||
* | added protocol stack: pjrc, vusb | tmk | 2011-02-22 | 2 | -46/+10 |
| | |||||
* | change keycodes and define keymap macro for AEK. | tmk | 2011-01-13 | 1 | -28/+28 |
| | | | | | ADD: keymap macro for Apple Extended Keyboard in adb/keymap.c FIX: keycodes for Keypad, Fn and Mousekey. | ||||
* | added config option: MATRIX_HAS_GHOST and fixed some on matrix.c | tmk | 2011-01-06 | 3 | -36/+115 |
| | | | | | | | ADD: Build option: MATRIX_HAS_GHOST to enable ghost blocking logic. FIX: choose matrix buffer type(uint8_t/uint16_t) automatically depending on column size in matrix.c. FIX: use uint8_t insted of int in matrix.c. | ||||
* | add a build option: USB_EXTRA_ENABLE | tmk | 2011-01-05 | 1 | -5/+7 |
| | |||||
* | Add PS/2 mouse support to connect TrackPoint Unit. | tmk | 2011-01-02 | 5 | -27/+50 |
| | | | | Change build options: Makefile and config.h. See README. | ||||
* | add build option: NKRO_ENABLE(remove: USB_12KRO) | tmk | 2010-12-08 | 2 | -5/+6 |
| | |||||
* | add build option USB_12KRO. | tmk | 2010-11-26 | 1 | -0/+1 |
| | |||||
* | add system controls(power down/wake up) from generic desktop page(HID) | tmk | 2010-11-18 | 1 | -2/+2 |
| | |||||
* | add audio controls from consumer page(HID) | tmk | 2010-11-17 | 1 | -1/+1 |
| | |||||
* | change hhkb/keymap | tmk | 2010-11-16 | 1 | -13/+13 |
| | |||||
* | output previous key state on TP1684 when scaning matrix. | tmk | 2010-11-07 | 2 | -14/+31 |
| | |||||
* | revise Fn key processing. | tmk | 2010-11-03 | 1 | -5/+5 |
| | |||||
* | improve layer switching | tmk | 2010-10-30 | 5 | -93/+19 |
| | |||||
* | ADD: macway/doc | tmk | 2010-10-28 | 2 | -12/+16 |
| | | | | FIX: keymap | ||||
* | new build method for macway | tmk | 2010-10-27 | 4 | -42/+17 |
| | |||||
* | ADD: keymap macro for human to read easier | tmk | 2010-10-26 | 4 | -167/+181 |
| | | | | | ADD: controller.h for controller board definition(teensy) ADD: debug toggle | ||||
* | FIX: include files | tmk | 2010-10-25 | 1 | -1/+0 |
| | |||||
* | FIX: doc and keymap. | tmk | 2010-10-25 | 2 | -37/+38 |
| | |||||
* | switch debug on/off by pressing 4 keys on booting time | tmk | 2010-10-24 | 1 | -1/+17 |
| | |||||
* | add keymap layer: Matias half keyboard style(SPACE) [NOT USED] | tmk | 2010-10-24 | 1 | -8/+32 |
| | |||||
* | hhkb: refactored | tmk | 2010-10-24 | 4 | -65/+129 |
| | |||||
* | FIX: clear keyboard_keys. | tmk | 2010-10-19 | 1 | -4/+9 |
| | | | | NOT change layer when one more Fn keys pressed/other than Fn key pressed | ||||
* | add directories for each keyboard: hhkb, macway | tmk | 2010-10-15 | 16 | -0/+558 |