Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-06 | added config option: MATRIX_HAS_GHOST and fixed some on matrix.c | tmk | |
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. | |||
2011-01-02 | Add PS/2 mouse support to connect TrackPoint Unit. | tmk | |
Change build options: Makefile and config.h. See README. | |||
2010-12-08 | add build option: NKRO_ENABLE(remove: USB_12KRO) | tmk | |
2010-11-18 | add system controls(power down/wake up) from generic desktop page(HID) | tmk | |
2010-11-17 | add audio controls from consumer page(HID) | tmk | |
2010-11-16 | change hhkb/keymap | tmk | |
2010-11-03 | revise Fn key processing. | tmk | |
2010-10-30 | improve layer switching | tmk | |
2010-10-28 | ADD: macway/doc | tmk | |
FIX: keymap | |||
2010-10-27 | new build method for macway | tmk | |
2010-10-26 | ADD: keymap macro for human to read easier | tmk | |
ADD: controller.h for controller board definition(teensy) ADD: debug toggle | |||
2010-10-25 | FIX: doc and keymap. | tmk | |
2010-10-24 | add keymap layer: Matias half keyboard style(SPACE) [NOT USED] | tmk | |
2010-10-24 | hhkb: refactored | tmk | |
2010-10-19 | FIX: clear keyboard_keys. | tmk | |
NOT change layer when one more Fn keys pressed/other than Fn key pressed | |||
2010-10-15 | add directories for each keyboard: hhkb, macway | tmk | |