Commit Graph

  • 71ac82337f Clean host.h interface. tmk 2012-10-09 16:50:14 +0900
  • 373ab0e719 Add keycode.h and remove usb_keycodes.h. tmk 2012-10-09 14:36:13 +0900
  • 16ba9bda56 Add consumer/system usage support. tmk 2012-10-09 13:48:39 +0900
  • e9af482690 Add repeating of Fn key with alt keycode. tmk 2012-10-07 12:25:18 +0900
  • c845fd078c changes function name keyboard_proc to keyboard_task tmk 2012-10-07 11:09:40 +0900
  • 4ae979f6ef Initial version of new code for layer switch is added. tmk 2012-10-06 02:23:12 +0900
  • 93e33fb8f6 Fix: Makefile tmk 2012-09-12 14:03:20 +0900
  • 4e91374125 Fix MCU name macro in bootloader.c. tmk 2012-10-15 18:14:59 +0900
  • 33d58c2b56 ADB conveter uses plain vanila keymap now. tmk 2012-10-15 17:56:07 +0900
  • fce750a176 Merge pull request #8 from JeffreySung/master tmk 2012-10-14 04:22:28 -0700
  • 1ac674db66 Fix PS/2 protocol build options tmk 2012-10-14 20:03:26 +0900
  • caed32df80 Debounce bug fixed Jeffrey Sung 2012-10-09 00:28:33 +0900
  • d1117dca32 Power key support Jeffrey Sung 2012-10-08 22:44:12 +0900
  • 9f05dc6f44 Change keymap of ADB converter. tmk 2012-09-20 13:02:42 +0900
  • d8ce19abd0 To prevent key stuck clear matrix array when ADB error occurs. tmk 2012-09-20 12:52:45 +0900
  • dd0017558e ad hoc fix for wrong bit read problem of adb.c. tmk 2012-09-19 12:05:47 +0900
  • 3830de7839 CapsLock Support Jeffrey Sung 2012-09-17 18:51:42 +0900
  • 78bfaed0f5 Apple IIgs/Standard Keyboard Jeffrey Sung 2012-09-17 06:18:24 +0900
  • f1a64fc959 converter/usb_usb: Change keymap. tmk 2012-09-06 13:05:28 +0900
  • 45ea1874d6 Fix timeout logic of LUFA sendchar(), sned_*(). tmk 2012-09-06 12:38:39 +0900
  • 2a5ce5ef70 Add converter/usb_usb/README tmk 2012-09-05 02:46:34 +0900
  • dc79a85219 Merge branch 'usb_hid' tmk 2012-09-04 14:24:52 +0900
  • 232ab308e3 usb_hid: workaround for compile on Windows. tmk 2012-09-04 13:29:21 +0900
  • c77c5043a1 usb_hid: Fix timer size uint16_t to uint32_t; tmk 2012-09-02 23:47:18 +0900
  • b17f52ebe1 Add submodule USB_Host_Shield_2.0 from my repositry. tmk 2012-09-01 15:26:12 +0900
  • 75c124cce1 Remove submodule USB_Host_Shield_2.0(original). tmk 2012-09-01 13:51:34 +0900
  • e7c030375a Add USB to USB converter. unmature. tmk 2012-08-27 15:18:01 +0900
  • c5060ea819 test build of 'Host shield' in minimal env. tmk 2012-08-25 15:49:08 +0900
  • 9382bf2f76 Add USB_Host_Shield_2.0 and arduino-1.0.1 in usb_hid. tmk 2012-08-14 00:46:03 +0900
  • 895cd4dfa2 Add USB HID(host) protocol.(not finished) tmk 2012-08-14 00:17:31 +0900
  • 7350b7c6aa Fix the way of sending out IN packet. tmk 2012-08-28 20:55:52 +0900
  • e075361b6f Add CONSOLE_ENABLE build option to LUFA. tmk 2012-07-14 02:47:29 +0900
  • fb8394da83 Change keymap of hhkb/macway. tmk 2012-07-09 00:11:26 +0900
  • 8947029950 Interrupt driven Control ep and Console task tmk 2012-07-08 23:57:25 +0900
  • ab89bfce03 Fix LUFA descriptor of Extra for Windows tmk 2012-07-02 11:53:11 +0900
  • fca518f90d Merge branch 'lufa' tmk 2012-06-30 14:56:24 +0900
  • 2769f09d11 Fix Makefiles. tmk 2012-06-30 14:44:59 +0900
  • 6d79e6579f Add support of USBasp bootloader. tmk 2012-06-30 14:44:14 +0900
  • 2c5d3ac76f Add Makefile.lufa to keyboard/hhkb and hbkb. tmk 2012-06-30 13:26:09 +0900
  • f427529a30 Fix bootloader.c tmk 2012-06-30 11:19:07 +0900
  • a112f3614e confirm SetReport LED. tmk 2012-06-29 16:48:36 +0900
  • f2ebac101d Add conditional compile for MOUSE_ENABLE and EXTRAKEY_ENABLE. tmk 2012-06-29 03:33:59 +0900
  • 52011f08c9 Make console compatible with PJRC hid_listen. tmk 2012-06-28 23:54:54 +0900
  • cc68adeb57 Add protocol/lufa. LUFA supported now. tmk 2012-06-28 23:05:21 +0900
  • 3d81d5221e Add consumer/system control feature to LUFA. tmk 2012-06-28 20:15:56 +0900
  • a9a3610dd4 Add LUFA mouse feature and fix mouse report. tmk 2012-06-28 16:51:56 +0900
  • effa5914bf clean descriptor setting. Remove keyboard OUT Endpoint. tmk 2012-06-28 12:59:17 +0900
  • 3969ec09b4 Add sendchar with Generic HID to support debug print. tmk 2012-06-27 18:31:33 +0900
  • dd93d2915f initial attempt for LUFA. tmk 2012-06-26 15:55:45 +0900
  • 76033dcd89 Add a keymap layer into ADB converter. tmk 2012-06-18 12:23:17 +0900
  • dd10d11a44 Change pin configurationa and keymap. tmk 2012-06-15 16:14:56 +0900
  • 784c6e3979 Fix README.md: remove bad links tmk 2012-06-11 15:20:40 +0900
  • 62d1ebb91c Merge branch 'newdir' tmk 2012-06-11 10:53:02 +0900
  • 81706d1130 Moved protocol files; news and x68k. tmk 2012-06-10 23:50:47 +0900
  • afb0846208 Made directories for keyboard and converter projects. tmk 2012-06-08 00:37:46 +0900
  • 63d82fcaeb Fixed Makefile to adjust new directories. tmk 2012-06-07 12:35:24 +0900
  • f412570739 Moved files to common, protocol and doc directory tmk 2012-06-07 02:25:15 +0900
  • 225de7a847 Merge branch 'fix_layer_delay' tmk 2012-05-27 14:19:16 +0900
  • 7be605cce7 Add keyboard report debug print on V-USB. tmk 2012-05-27 14:17:48 +0900
  • fe71523443 Change MCU to atmega328p in hhkb/Makeilfe.vusb. tmk 2012-05-27 14:15:39 +0900
  • 7597582a85 Update M0110 keymap and add a Make target 'hasu'. tmk 2012-05-27 14:13:02 +0900
  • 11f0870020 FIX: layer switching bug when Fn has no keycode. tmk 2012-05-27 14:04:28 +0900
  • 660ea5a2cd Merge branch 'm0110a' tmk 2012-05-24 14:21:52 +0900
  • 805ce3c130 Fix key stuck bug of M0110A support. tmk 2012-05-22 00:14:02 +0900
  • 901503a1c7 Fix M0110A keymap. tmk 2012-05-17 11:27:25 +0900
  • f5f48c2a24 Fix bug on RAW2SCAN. Add work around for M0110A. tmk 2012-05-15 03:41:07 +0900
  • b0365c7ac3 Initial Commit tmk 2012-05-13 18:36:16 -0700
  • f4bff66e91 Added Happy Buckling Keyboard. tmk 2012-05-11 14:01:04 +0900
  • d553289e7e Ignore release flag when comparing key event. tmk 2012-04-29 03:09:40 +0900
  • e6f79b1e5a Workaround for Mac HID SET_IDLE behaviour. tmk 2012-04-28 02:24:11 +0900
  • 9dec116bc0 Workaround for Mac HID SET_IDLE behaviour. tmk 2012-04-28 02:24:11 +0900
  • 12f6e9ffa7 Added M0110A support contributed by skagon@github. tmk 2012-04-28 01:57:36 +0900
  • 0a4fa89548 M0110: Fixed timing of signal handling. tmk 2012-04-21 11:07:51 +0900
  • 38d61ee1b1 Added SHARP X68000 keyboard support. tmk 2012-03-24 01:43:37 +0900
  • 446f87f9e8 Fiexed AT90USB162 compatibility.(different number of endpoint) tmk 2012-03-04 01:12:35 +0900
  • e157aa7f91 Fixed keymap macro of macway. tmk 2012-03-04 00:58:37 +0900
  • 0a04817304 Fixed keymap of IBM Terminal keyboard converter. tmk 2012-02-14 12:00:29 +0900
  • 9e0c6247c9 Added terminal_usb adapter for IBM Terminal keyboard. tmk 2012-02-11 01:56:31 +0900
  • 6e095ca9e0 Fixed wrong pin configuration for ps2_usb USART. tmk 2012-02-14 01:28:50 +0900
  • e2d7ca5652 Fixed wrong description about pins. tmk 2012-01-16 04:40:14 +0900
  • 9addeae872 Added USART implementation for PS/2 signal handling. tmk 2012-01-16 00:41:06 +0900
  • 579991b927 added SONY NEWS keyboard NWP-5461 support. tmk 2012-01-06 01:37:33 +0900
  • 7386c76191 fixed a bug on host_system_send(). tmk 2011-12-22 01:05:28 +0900
  • baf885dc31 M0110: added keymaps, mousekeys tmk 2011-12-19 14:06:53 +0900
  • 3f0289e666 Added protocol support for Macintosh keyboard M0110. tmk 2011-12-14 12:13:32 +0900
  • e2afc305ed PS/2 to USB: fix comments. tmk 2011-12-09 14:51:30 +0900
  • 3f9de37310 Added ISO/JIS keyboard support. tmk 2011-12-05 02:53:15 +0900
  • 6284b147c2 add debouncing into macway/matrix.c. tmk 2011-09-29 17:08:57 +0900
  • e65575d4a5 Refactored bootloader jumping. Added USBaspLoader support. tmk 2011-09-22 16:56:36 +0900
  • e67c988824 Added Bulegiga iWRAP support into HHKB.(Bluetooth) tmk 2011-09-17 22:39:50 +0900
  • b703de7b29 Added locking capslock key support and default now. tmk 2011-09-01 11:21:35 +0900
  • 0dde25e81c added copyright and license notice. tmk 2011-07-21 00:32:52 +0900
  • f382fc93d5 Change layer pram and keymap of HHKB. Fix vusb/host.c. tmk 2011-07-02 14:27:14 +0900
  • 1bda8a8c69 Add special keycodes for media control. Fix power down command. tmk 2011-07-01 01:10:55 +0900
  • 6d45e05ede Added PS/2 multimeda key support. HID Consumer page and System control are also supported now. merged mediakey branch: d53a356cd2011b461843a5c7c1527a61692893c1 tmk 2011-05-31 21:17:56 +0900
  • af85b6bba6 added HHKB/README and clean some codes. tmk 2011-05-25 10:37:58 +0900
  • 74f7e19863 added USB_EXTRA feature to HHKB/V-USB tmk 2011-05-21 10:28:57 +0900
  • 068c31a7ba added initial V-USB support for HHKB tmk 2011-05-16 00:08:06 +0900
  • 61e12a3157 move files: main_vusb.c ps2_usart.c sendchar_usart.c from ps2_usb to common dir tmk 2011-05-07 00:04:18 +0900
  • a6b31e950f fix bug: send Fn key even after the layer is used. tmk 2011-05-04 21:19:34 +0900