summaryrefslogtreecommitdiff
path: root/hhkb
Commit message (Collapse)AuthorAge
* Made directories for keyboard and converter projects.tmk2012-06-08
|
* Fixed Makefile to adjust new directories.tmk2012-06-07
|
* Moved files to common, protocol and doc directorytmk2012-06-07
|
* Change MCU to atmega328p in hhkb/Makeilfe.vusb.tmk2012-05-27
|
* fixed a bug on host_system_send().tmk2011-12-22
|
* Added Bulegiga iWRAP support into HHKB.(Bluetooth)tmk2011-09-17
|
* added copyright and license notice.tmk2011-07-21
|
* Change layer pram and keymap of HHKB. Fix vusb/host.c.tmk2011-07-02
|
* added HHKB/README and clean some codes.tmk2011-05-25
|
* added USB_EXTRA feature to HHKB/V-USBtmk2011-05-21
|
* added initial V-USB support for HHKBtmk2011-05-16
|
* minor fix for HHKB Makefile and doctmk2011-05-04
|
* fixed hhkb to comply new API.tmk2011-02-22
|
* fixed: not to send key if fn_keycode is modifiertmk2011-02-22
|
* host interface for pjrctmk2011-02-22
|
* refactor keyboard.h, host.htmk2011-02-22
|
* added protocol stack: pjrc, vusbtmk2011-02-22
|
* change keycodes and define keymap macro for AEK.tmk2011-01-13
| | | | | 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.ctmk2011-01-06
| | | | | | | 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_ENABLEtmk2011-01-05
|
* Add PS/2 mouse support to connect TrackPoint Unit.tmk2011-01-02
| | | | Change build options: Makefile and config.h. See README.
* add build option: NKRO_ENABLE(remove: USB_12KRO)tmk2010-12-08
|
* add build option USB_12KRO.tmk2010-11-26
|
* add system controls(power down/wake up) from generic desktop page(HID)tmk2010-11-18
|
* add audio controls from consumer page(HID)tmk2010-11-17
|
* change hhkb/keymaptmk2010-11-16
|
* output previous key state on TP1684 when scaning matrix.tmk2010-11-07
|
* revise Fn key processing.tmk2010-11-03
|
* improve layer switchingtmk2010-10-30
|
* ADD: macway/doctmk2010-10-28
| | | | FIX: keymap
* new build method for macwaytmk2010-10-27
|
* ADD: keymap macro for human to read easiertmk2010-10-26
| | | | | ADD: controller.h for controller board definition(teensy) ADD: debug toggle
* FIX: include filestmk2010-10-25
|
* FIX: doc and keymap.tmk2010-10-25
|
* switch debug on/off by pressing 4 keys on booting timetmk2010-10-24
|
* add keymap layer: Matias half keyboard style(SPACE) [NOT USED]tmk2010-10-24
|
* hhkb: refactoredtmk2010-10-24
|
* FIX: clear keyboard_keys.tmk2010-10-19
| | | | NOT change layer when one more Fn keys pressed/other than Fn key pressed
* add directories for each keyboard: hhkb, macwaytmk2010-10-15