summaryrefslogtreecommitdiffstats
path: root/hhkb/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* Made directories for keyboard and converter projects.tmk2012-06-081-221/+0
|
* Added Bulegiga iWRAP support into HHKB.(Bluetooth)tmk2011-09-171-47/+68
|
* added copyright and license notice.tmk2011-07-211-0/+17
|
* Change layer pram and keymap of HHKB. Fix vusb/host.c.tmk2011-07-021-0/+8
|
* added initial V-USB support for HHKBtmk2011-05-161-25/+5
|
* fixed hhkb to comply new API.tmk2011-02-221-7/+1
|
* fixed: not to send key if fn_keycode is modifiertmk2011-02-221-7/+27
|
* refactor keyboard.h, host.htmk2011-02-221-2/+2
|
* added protocol stack: pjrc, vusbtmk2011-02-221-2/+2
|
* change keycodes and define keymap macro for AEK.tmk2011-01-131-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.ctmk2011-01-061-12/+25
| | | | | | | 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 PS/2 mouse support to connect TrackPoint Unit.tmk2011-01-021-2/+1
| | | | Change build options: Makefile and config.h. See README.
* add build option: NKRO_ENABLE(remove: USB_12KRO)tmk2010-12-081-3/+3
|
* add system controls(power down/wake up) from generic desktop page(HID)tmk2010-11-181-2/+2
|
* add audio controls from consumer page(HID)tmk2010-11-171-1/+1
|
* change hhkb/keymaptmk2010-11-161-13/+13
|
* revise Fn key processing.tmk2010-11-031-5/+5
|
* improve layer switchingtmk2010-10-301-68/+9
|
* ADD: macway/doctmk2010-10-281-10/+10
| | | | FIX: keymap
* new build method for macwaytmk2010-10-271-16/+6
|
* ADD: keymap macro for human to read easiertmk2010-10-261-153/+144
| | | | | ADD: controller.h for controller board definition(teensy) ADD: debug toggle
* FIX: doc and keymap.tmk2010-10-251-32/+33
|
* add keymap layer: Matias half keyboard style(SPACE) [NOT USED]tmk2010-10-241-8/+32
|
* hhkb: refactoredtmk2010-10-241-51/+79
|
* FIX: clear keyboard_keys.tmk2010-10-191-4/+9
| | | | NOT change layer when one more Fn keys pressed/other than Fn key pressed
* add directories for each keyboard: hhkb, macwaytmk2010-10-151-0/+189