Commit Graph

  • b0b6c33332 ad hoc fix for IDLE bug which affects on Mac only. tmk 2011-05-04 13:42:34 +0900
  • 5de62e26a0 fix for ps2_usb Makefile and circuit tmk 2011-05-04 08:15:29 +0900
  • 13e4662bae minor fix for HHKB Makefile and doc tmk 2011-05-04 08:12:27 +0900
  • cec2549505 FIX: send last report when idle timeouts. (pjrc) tmk 2011-03-10 00:50:27 +0900
  • 1a7c3585ed ADD: V-USB Circuit in README tmk 2011-02-25 22:46:13 +0900
  • 258fd3c368 FIX: host_get_first_key in vusb/host.c tmk 2011-02-25 21:58:00 +0900
  • 00350c180d v3.0 cleanse files tmk 2011-02-22 02:57:01 +0900
  • d2b9489a5e fixed hhkb to comply new API. tmk 2011-02-22 01:21:53 +0900
  • 60052acc0f fixed macway to comply new API. tmk 2011-02-21 23:46:08 +0900
  • c958b2d19b fixed adb_usb to comply new API. tmk 2011-02-21 23:05:28 +0900
  • fb8d23c60c integrate V-USB support into ps2_usb tmk 2011-02-21 15:43:17 +0900
  • 47f5d8b545 Synchronous USART support for PS/2 on V-USB stack tmk 2011-02-20 17:46:02 +0900
  • 239bdbf419 PS/2: request to resend when error is occured. tmk 2011-02-15 21:14:55 +0900
  • 3015f191a5 fixed: not to send key if fn_keycode is modifier tmk 2011-02-13 23:58:12 +0900
  • 9a938eecbd host interface for pjrc tmk 2011-02-13 00:15:51 +0900
  • 2b8cd88ab1 refactor keyboard.h, host.h tmk 2011-02-10 15:51:30 +0900
  • acc974c64b added protocol stack: pjrc, vusb tmk 2011-02-09 00:03:58 +0900
  • 5552b5afea define sendcha() in usb_debug.c tmk 2011-02-08 00:59:31 +0900
  • 04f351b802 PS/2 library receives data partially by interrupt tmk 2011-02-07 14:59:07 +0900
  • 0632618d29 added initial support of mousekeys to ps2_vusb tmk 2011-02-03 13:26:44 +0900
  • 4f5f1a53d4 added PS/2 to USB converter use V-USB as protocol stack tmk 2011-01-29 00:44:05 +0900
  • c07408a447 Merge branch 'master' of github.com:tmk/tmk_keyboard tmk 2011-02-22 03:06:00 +0900
  • cf95d8308f added some short keycode names for ISO and JIS keyboard. tmk 2011-02-17 13:29:50 +0900
  • a96085faf6 added note about external pull resistor on DATA line. tmk 2011-02-13 23:02:08 +0900
  • 5bc29b50ef fixed mousekey delay to do double/triple click easily. tmk 2011-01-25 01:01:13 +0900
  • 23c686ad46 Exceptional handling for PS/2 scan code set 2 tmk 2011-01-25 00:53:49 +0900
  • a28a2a6a5e rewrite code of layer switching tmk 2011-01-23 04:19:17 +0900
  • bf1a37ba71 PS/2 to USB keyboard converter tmk 2011-01-17 21:51:51 +0900
  • 7ad93f7850 added description of ADB socket pintouts. tmk 2011-01-17 00:38:16 +0900
  • 849b10e921 changed wait time for volume control. tmk 2011-01-17 00:37:36 +0900
  • 16be834617 changed special mode key for macway: Left Shift + Right Shift tmk 2011-01-17 00:35:24 +0900
  • 06db39583f ADB keyboard LEDs support tmk 2011-01-13 22:46:57 +0900
  • 40c24dc89a added 'Keymap' section to adb/README. tmk 2011-01-13 17:56:13 +0900
  • c5b9f2b02b change keycodes and define keymap macro for AEK. tmk 2011-01-13 16:39:49 +0900
  • 56e098d76e ADB to USB keyboard converter tmk 2011-01-13 01:26:33 +0900
  • 1f5cd6d7dc FIX: error handling in ps2.c tmk 2011-01-11 21:30:35 +0900
  • 035b286b24 added a file TODO. tmk 2011-01-06 19:07:35 +0900
  • 3e56e80c7d changed signature of keymap_fn_layer() in keymap_skel.h. tmk 2011-01-06 15:37:14 +0900
  • fd49c69d1a added config option: MATRIX_HAS_GHOST and fixed some on matrix.c tmk 2011-01-06 15:18:55 +0900
  • 590235d4bc add "Build your own firmware" and "Features" section to README. tmk 2011-01-06 15:11:37 +0900
  • 6b0c939d72 add a build option: USB_EXTRA_ENABLE tmk 2011-01-05 00:04:25 +0900
  • 7272c65d3d add error handling to ps2_mouse tmk 2011-01-04 20:30:23 +0900
  • 2a562a4191 Add PS/2 mouse support to connect TrackPoint Unit. tmk 2011-01-02 23:52:13 +0900
  • 1ed336a064 change keyboard report descriptor for NKRO. It uses 1byte for modifiers and 15bytes(120bits) for keys now. tmk 2010-12-11 23:20:49 +0900
  • 51f17f0231 add build option: NKRO_ENABLE(remove: USB_12KRO) tmk 2010-12-08 01:47:57 +0900
  • 66ece29b0e tuning layer switch timing. tmk 2010-11-26 15:29:02 +0900
  • 37ced39ae2 add build option USB_12KRO. tmk 2010-11-26 01:56:21 +0900
  • d6da554687 support 12KRO tmk 2010-11-24 22:17:35 +0900
  • 9019c901dd add system controls(power down/wake up) from generic desktop page(HID) tmk 2010-11-18 22:35:49 +0900
  • 02d955e9fe add audio controls from consumer page(HID) tmk 2010-11-17 16:06:20 +0900
  • 8240e606d4 change hhkb/keymap tmk 2010-11-16 14:56:06 +0900
  • 8fc6c265d1 Merge branch 'led' tmk 2010-11-07 20:47:24 +0900
  • 2ca3ab18a2 output previous key state on TP1684 when scaning matrix. tmk 2010-11-06 01:58:47 +0900
  • 74b3e591fc FIX: LED debug tmk 2010-11-06 02:03:52 +0900
  • 89feab2301 repeating Fn key: press twice quickly to repeat. tmk 2010-11-04 01:08:24 +0900
  • a31b31e717 revise Fn key processing. tmk 2010-11-03 17:33:20 +0900
  • 45d4a7a898 improve layer switching tmk 2010-10-29 15:17:18 +0900
  • 6c3b9a2ded ADD: macway/doc FIX: keymap tmk 2010-10-28 15:43:51 +0900
  • 46545c0380 v2.0: HHKB/Macway support merged tmk 2010-10-27 23:01:37 +0900
  • 2f80e790c6 new build method for macway tmk 2010-10-27 20:51:45 +0900
  • 461e0d3d8c ADD: keymap macro for human to read easier ADD: controller.h for controller board definition(teensy) ADD: debug toggle tmk 2010-10-26 21:32:45 +0900
  • 7a336b05ec FIX: include files tmk 2010-10-25 16:56:24 +0900
  • c166fb744f FIX: doc and keymap. tmk 2010-10-25 15:17:40 +0900
  • 4acc38751e switch debug on/off by pressing 4 keys on booting time tmk 2010-10-24 03:27:43 +0900
  • bf92bdd7fa add keymap layer: Matias half keyboard style(SPACE) [NOT USED] tmk 2010-10-24 01:44:35 +0900
  • 06eb50be07 hhkb: refactored tmk 2010-10-24 01:17:26 +0900
  • 9d7979931e FIX: clear keyboard_keys. NOT change layer when one more Fn keys pressed/other than Fn key pressed tmk 2010-10-19 01:03:27 +0900
  • 54b5bafaac add directories for each keyboard: hhkb, macway tmk 2010-10-14 17:36:00 +0900
  • 82637ded27 add horizontal mouse wheel tmk 2010-10-13 22:45:22 +0900
  • 34a90769c9 ';' for Fn key: send ';' when key realease without using the layer tmk 2010-10-13 22:13:41 +0900
  • ba2f31e2cd change keymap. tmk 2010-10-12 09:28:38 +0900
  • c8e1ad8c91 make input ports(PE6,7) *with pullup*. tmk 2010-10-11 23:28:03 +0900
  • 99bba8d949 add HHKB docs and pics. tmk 2010-10-10 22:12:54 +0900
  • c696c95c60 change keymap for mouse keys. tmk 2010-10-10 22:10:23 +0900
  • 958875247c HHKB support. tmk 2010-10-10 01:50:36 +0900
  • 2c453c7269 change matrix pinouts. tmk 2010-10-08 20:03:16 +0900
  • 42d57333f3 add layer diagrams. tmk 2010-10-04 21:15:20 +0900
  • 4be6458be7 change pins of matrix rows. (teensy is installed inside of keyboard case.) tmk 2010-10-04 18:57:03 +0900
  • a80b156b78 add github URL in README. tmk 2010-10-03 02:37:06 +0900
  • 479af4bdcd version 1.0. tmk 2010-10-02 11:51:42 +0900
  • df5b4ea7d9 add mouse acceleration. tmk 2010-10-02 00:56:14 +0900
  • 7e3975e0ef add mouse wheel function. tmk 2010-10-01 22:17:55 +0900
  • d3b1af9572 add mouse function. tmk 2010-09-30 14:17:01 +0900
  • e7c6839d2d some fixes. LED flush for debug. tmk 2010-09-26 22:42:37 +0900
  • 1bcebc2848 ver 0.2 tmk 2010-09-25 00:48:27 +0900
  • 1de02c1f15 add jump_bootloader. tmk 2010-09-24 15:01:21 +0900
  • 7fd9003f59 divide usb_keyboard_debug.[c|h] into usb_device, usb_keyboard, usb_debug. tmk 2010-09-23 20:23:50 +0900
  • 6be0e4fafb delete unused KEY_* definitions. tmk 2010-09-22 23:34:58 +0900
  • f777960c72 simple keymap layers. tmk 2010-09-16 21:05:15 +0900
  • 82309deefc add anti-ghost logic tmk 2010-09-13 00:00:58 +0900
  • 3b31337cd8 perform nomal keyboard behavior. It works now!!! tmk 2010-08-23 15:46:24 +0900
  • c17f07819f store Keymap into program space. tmk 2010-08-23 12:53:00 +0900
  • 8cfb3712d5 matrix scan & default keymap tmk 2010-08-22 23:58:37 +0900
  • 20711b59e7 change file name. tmk 2010-08-10 13:45:28 +0900
  • ac3134ffeb add initial files from teensy's usb_keyboard_debug. tmk 2010-08-10 13:34:06 +0900