Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ADB to USB keyboard converter | tmk | 2011-01-13 | 8 | -0/+809 |
| | |||||
* | FIX: error handling in ps2.c | tmk | 2011-01-11 | 1 | -1/+7 |
| | |||||
* | added a file TODO. | tmk | 2011-01-06 | 1 | -0/+103 |
| | |||||
* | changed signature of keymap_fn_layer() in keymap_skel.h. | tmk | 2011-01-06 | 4 | -15/+13 |
| | | | | FIX: name of mousekey macros usb_keycodes.h. | ||||
* | added config option: MATRIX_HAS_GHOST and fixed some on matrix.c | tmk | 2011-01-06 | 7 | -74/+212 |
| | | | | | | | 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 "Build your own firmware" and "Features" section to README. | tmk | 2011-01-06 | 1 | -45/+67 |
| | |||||
* | add a build option: USB_EXTRA_ENABLE | tmk | 2011-01-05 | 7 | -35/+121 |
| | |||||
* | add error handling to ps2_mouse | tmk | 2011-01-04 | 3 | -10/+58 |
| | |||||
* | Add PS/2 mouse support to connect TrackPoint Unit. | tmk | 2011-01-02 | 27 | -312/+952 |
| | | | | Change build options: Makefile and config.h. See README. | ||||
* | change keyboard report descriptor for NKRO. | tmk | 2010-12-11 | 4 | -50/+98 |
| | | | | It uses 1byte for modifiers and 15bytes(120bits) for keys now. | ||||
* | add build option: NKRO_ENABLE(remove: USB_12KRO) | tmk | 2010-12-08 | 12 | -260/+414 |
| | |||||
* | tuning layer switch timing. | tmk | 2010-11-26 | 1 | -1/+1 |
| | |||||
* | add build option USB_12KRO. | tmk | 2010-11-26 | 6 | -249/+41 |
| | |||||
* | support 12KRO | tmk | 2010-11-24 | 5 | -44/+344 |
| | |||||
* | add system controls(power down/wake up) from generic desktop page(HID) | tmk | 2010-11-18 | 7 | -51/+140 |
| | |||||
* | add audio controls from consumer page(HID) | tmk | 2010-11-17 | 7 | -10/+134 |
| | |||||
* | change hhkb/keymap | tmk | 2010-11-16 | 2 | -13/+16 |
| | |||||
* | Merge branch 'led' | tmk | 2010-11-07 | 2 | -5/+12 |
|\ | |||||
| * | FIX: LED debug | tmk | 2010-11-06 | 2 | -5/+12 |
| | | |||||
* | | output previous key state on TP1684 when scaning matrix. | tmk | 2010-11-07 | 2 | -14/+31 |
|/ | |||||
* | repeating Fn key: press twice quickly to repeat. | tmk | 2010-11-04 | 1 | -20/+28 |
| | |||||
* | revise Fn key processing. | tmk | 2010-11-03 | 7 | -160/+293 |
| | |||||
* | improve layer switching | tmk | 2010-10-30 | 21 | -228/+289 |
| | |||||
* | ADD: macway/doc | tmk | 2010-10-28 | 14 | -17/+21 |
| | | | | FIX: keymap | ||||
* | v2.0: HHKB/Macway support merged | tmk | 2010-10-27 | 1 | -0/+3 |
| | |||||
* | new build method for macway | tmk | 2010-10-27 | 17 | -227/+432 |
| | |||||
* | ADD: keymap macro for human to read easier | tmk | 2010-10-26 | 17 | -257/+432 |
| | | | | | ADD: controller.h for controller board definition(teensy) ADD: debug toggle | ||||
* | FIX: include files | tmk | 2010-10-25 | 3 | -3/+4 |
| | |||||
* | 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 | 6 | -14/+61 |
| | |||||
* | add keymap layer: Matias half keyboard style(SPACE) [NOT USED] | tmk | 2010-10-24 | 2 | -8/+40 |
| | |||||
* | hhkb: refactored | tmk | 2010-10-24 | 16 | -206/+343 |
| | |||||
* | FIX: clear keyboard_keys. | tmk | 2010-10-19 | 2 | -5/+10 |
| | | | | 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 | 26 | -794/+383 |
| | |||||
* | add horizontal mouse wheel | tmk | 2010-10-13 | 4 | -177/+75 |
| | |||||
* | ';' for Fn key: send ';' when key realease without using the layer | tmk | 2010-10-13 | 3 | -56/+104 |
| | |||||
* | change keymap. | tmk | 2010-10-12 | 1 | -5/+22 |
| | |||||
* | make input ports(PE6,7) *with pullup*. | tmk | 2010-10-11 | 2 | -59/+15 |
| | |||||
* | add HHKB docs and pics. | tmk | 2010-10-10 | 12 | -0/+230 |
| | |||||
* | change keymap for mouse keys. | tmk | 2010-10-10 | 3 | -30/+31 |
| | |||||
* | HHKB support. | tmk | 2010-10-10 | 7 | -9/+874 |
| | |||||
* | change matrix pinouts. | tmk | 2010-10-08 | 2 | -14/+28 |
| | |||||
* | add layer diagrams. | tmk | 2010-10-04 | 1 | -0/+54 |
| | |||||
* | change pins of matrix rows. (teensy is installed inside of keyboard case.) | tmk | 2010-10-04 | 1 | -9/+9 |
| | |||||
* | add github URL in README. | tmk | 2010-10-03 | 1 | -0/+2 |
| | |||||
* | version 1.0. | tmk | 2010-10-03 | 5 | -46/+57 |
| | |||||
* | add mouse acceleration. | tmk | 2010-10-02 | 1 | -18/+35 |
| | |||||
* | add mouse wheel function. | tmk | 2010-10-01 | 8 | -59/+256 |
| | |||||
* | add mouse function. | tmk | 2010-09-30 | 14 | -117/+275 |
| | |||||
* | some fixes. LED flush for debug. | tmk | 2010-09-27 | 5 | -21/+48 |
| |