Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| | ||||||
* | ver 0.2 | tmk | 2010-09-25 | 2 | -5/+5 | |
| | ||||||
* | add jump_bootloader. | tmk | 2010-09-24 | 5 | -3/+63 | |
| | ||||||
* | divide usb_keyboard_debug.[c|h] into usb_device, usb_keyboard, usb_debug. | tmk | 2010-09-23 | 9 | -186/+225 | |
| | ||||||
* | delete unused KEY_* definitions. | tmk | 2010-09-22 | 2 | -111/+0 | |
| | ||||||
* | simple keymap layers. | tmk | 2010-09-16 | 5 | -21/+88 | |
| | ||||||
* | add anti-ghost logic | tmk | 2010-09-13 | 4 | -59/+110 | |
| | ||||||
* | perform nomal keyboard behavior. It works now!!! | tmk | 2010-08-23 | 9 | -210/+336 | |
| | ||||||
* | store Keymap into program space. | tmk | 2010-08-23 | 1 | -5/+6 | |
| | ||||||
* | matrix scan & default keymap | tmk | 2010-08-23 | 7 | -38/+467 | |
| | ||||||
* | change file name. | tmk | 2010-08-10 | 3 | -6/+15 | |
| | ||||||
* | add initial files from teensy's usb_keyboard_debug. | tmk | 2010-08-10 | 6 | -0/+1782 | |