Commit Graph

107 Commits

Author SHA1 Message Date
Travis Burtrum c2bcad5149 Change default layout to qwerty, and layout changing keys to LCTRL + RCTRL to not conflict with rusty-keys 2018-10-22 00:19:30 -04:00
Travis Burtrum 11db1e1a9f Update pjrc lib to compile with modern avr-gcc 2018-10-22 00:17:53 -04:00
Travis Burtrum d831eb699b Updated README to reflect what this fork specifically accomplishes. 2011-05-31 12:22:14 -04:00
Travis Burtrum a77a1d2289 Merge remote branch 'upstream/master'
Conflicts:
	keyboard.c
	ps2_usb/keymap.c
2011-05-31 12:19:19 -04:00
tmk 6d45e05ede Added PS/2 multimeda key support.
HID Consumer page and System control are also supported now.
merged mediakey branch: d53a356cd2011b461843a5c7c1527a61692893c1
2011-05-31 21:25:16 +09:00
Travis Burtrum 47da6bf7d4 Added keymap support for volume control, and a function to print ints in decimal format.
I'm now stuck until I find the specification for keys like next track, stop, play/pause,
browser controls and the like, anyone?
2011-05-26 01:31:49 -04:00
Travis Burtrum 98edc2fcbc First commit. Added dvorak-qwerty switching with scroll lock led indicator, and ctrl button switches back to qwerty for shortcuts. Also added dvorak layout with layer switching. 2011-05-25 11:49:22 -04:00
tmk af85b6bba6 added HHKB/README and clean some codes. 2011-05-25 11:30:14 +09:00
tmk 74f7e19863 added USB_EXTRA feature to HHKB/V-USB 2011-05-21 10:28:57 +09:00
tmk 068c31a7ba added initial V-USB support for HHKB 2011-05-16 00:14:06 +09:00
tmk 61e12a3157 move files: main_vusb.c ps2_usart.c sendchar_usart.c from ps2_usb to common dir 2011-05-07 00:48:18 +09:00
tmk a6b31e950f fix bug: send Fn key even after the layer is used. 2011-05-04 21:19:34 +09:00
tmk b0b6c33332 ad hoc fix for IDLE bug which affects on Mac only. 2011-05-04 13:42:34 +09:00
tmk 5de62e26a0 fix for ps2_usb Makefile and circuit 2011-05-04 08:16:26 +09:00
tmk 13e4662bae minor fix for HHKB Makefile and doc 2011-05-04 08:12:27 +09:00
tmk cec2549505 FIX: send last report when idle timeouts. (pjrc) 2011-03-10 11:17:54 +09:00
tmk 1a7c3585ed ADD: V-USB Circuit in README 2011-02-25 22:46:13 +09:00
tmk 258fd3c368 FIX: host_get_first_key in vusb/host.c 2011-02-25 21:58:00 +09:00
tmk 00350c180d v3.0 cleanse files 2011-02-22 03:49:02 +09:00
tmk d2b9489a5e fixed hhkb to comply new API. 2011-02-22 03:09:23 +09:00
tmk 60052acc0f fixed macway to comply new API. 2011-02-22 03:09:21 +09:00
tmk c958b2d19b fixed adb_usb to comply new API. 2011-02-22 03:09:18 +09:00
tmk fb8d23c60c integrate V-USB support into ps2_usb 2011-02-22 03:09:14 +09:00
tmk 47f5d8b545 Synchronous USART support for PS/2 on V-USB stack 2011-02-22 03:09:12 +09:00
tmk 239bdbf419 PS/2: request to resend when error is occured. 2011-02-22 03:09:09 +09:00
tmk 3015f191a5 fixed: not to send key if fn_keycode is modifier 2011-02-22 03:09:07 +09:00
tmk 9a938eecbd host interface for pjrc 2011-02-22 03:09:05 +09:00
tmk 2b8cd88ab1 refactor keyboard.h, host.h 2011-02-22 03:09:02 +09:00
tmk acc974c64b added protocol stack: pjrc, vusb 2011-02-22 03:08:59 +09:00
tmk 5552b5afea define sendcha() in usb_debug.c 2011-02-22 03:08:56 +09:00
tmk 04f351b802 PS/2 library receives data partially by interrupt 2011-02-22 03:08:54 +09:00
tmk 0632618d29 added initial support of mousekeys to ps2_vusb 2011-02-22 03:08:52 +09:00
tmk 4f5f1a53d4 added PS/2 to USB converter use V-USB as protocol stack 2011-02-22 03:08:49 +09:00
tmk c07408a447 Merge branch 'master' of github.com:tmk/tmk_keyboard 2011-02-22 03:06:00 +09:00
tmk cf95d8308f added some short keycode names for ISO and JIS keyboard. 2011-02-17 13:29:50 +09:00
tmk a96085faf6 added note about external pull resistor on DATA line. 2011-02-13 23:02:08 +09:00
tmk 5bc29b50ef fixed mousekey delay to do double/triple click easily. 2011-01-25 01:01:13 +09:00
tmk 23c686ad46 Exceptional handling for PS/2 scan code set 2
changed names which does not comply to C spec.(underscore prefix names)
2011-01-25 00:53:49 +09:00
tmk a28a2a6a5e rewrite code of layer switching 2011-01-23 04:19:17 +09:00
tmk bf1a37ba71 PS/2 to USB keyboard converter 2011-01-23 04:10:35 +09:00
tmk 7ad93f7850 added description of ADB socket pintouts. 2011-01-17 00:38:16 +09:00
tmk 849b10e921 changed wait time for volume control. 2011-01-17 00:37:36 +09:00
tmk 16be834617 changed special mode key for macway: Left Shift + Right Shift 2011-01-17 00:35:24 +09:00
tmk 06db39583f ADB keyboard LEDs support 2011-01-13 22:46:57 +09:00
tmk 40c24dc89a added 'Keymap' section to adb/README. 2011-01-13 17:56:13 +09:00
tmk c5b9f2b02b change keycodes and define keymap macro for AEK.
ADD: keymap macro for Apple Extended Keyboard in adb/keymap.c
FIX: keycodes for Keypad, Fn and Mousekey.
2011-01-13 16:39:49 +09:00
tmk 56e098d76e ADB to USB keyboard converter 2011-01-13 01:51:59 +09:00
tmk 1f5cd6d7dc FIX: error handling in ps2.c 2011-01-11 21:30:35 +09:00
tmk 035b286b24 added a file TODO. 2011-01-06 19:07:35 +09:00
tmk 3e56e80c7d changed signature of keymap_fn_layer() in keymap_skel.h.
FIX: name of mousekey macros usb_keycodes.h.
2011-01-06 15:37:14 +09:00