Commit Graph

696 Commits

Author SHA1 Message Date
Thomas Russell Murphy e0a95d4075 Spellchecked documentation. 2014-01-02 19:05:52 -05:00
Thomas Russell Murphy 22bd315b64 Spellcheck of README.md 2014-01-02 18:37:20 -05:00
tmk 73ab537bfc Add TRS-80 model 100 instruction 2014-01-03 08:05:19 +09:00
tmk cb33e78126 Merge branch 'master' of github.com:tmk/tmk_keyboard 2014-01-03 07:10:53 +09:00
tmk 92cda14f7a Add ascii_usb ASCII Serial Console terminal converter 2014-01-03 07:07:42 +09:00
tmk dcfae0beb5 Merge pull request #88 from sigma/sun_usb_fixes
Sun usb fixes
2013-12-28 03:08:11 -08:00
Yann Hodique 8e9498f066 fix hard-coded keys
values provided to macro were not used for the "K61,K49,K33, K30" block
2013-12-26 21:52:58 -08:00
Yann Hodique 8fc26a1360 fix compilation 2013-12-26 21:16:27 -08:00
tmk 37bf34d5b1 Merge pull request #86 from tibounise/master
Fixing a typo
2013-12-16 16:02:08 -08:00
TiBounise 696a7fbc6f Fixing a typo 2013-12-16 19:53:02 +01:00
tmk ac1acca8d7 Add description of keyboard report in report.h 2013-12-16 21:56:44 +09:00
tmk c9dee36e42 Make ps2_usart default and fix SpaceFN 2013-12-02 12:04:50 +09:00
tmk 0b917d4f10 Fix README.md of hhkb 2013-11-30 12:33:32 +09:00
tmk 6d76e60095 Merge branch 'hhkb_spaceFN' 2013-11-30 12:04:39 +09:00
tmk 119c34e094 Add SpaceFN layout for HHKB 2013-11-30 12:03:19 +09:00
tmk e3bcdd8211 Add SpaceFN keymap and JIS keymap 2013-11-29 23:52:29 +09:00
tmk fd7833388c Add new keymap framework 2013-11-29 09:12:28 +09:00
tmk d2a83dae8f Merge pull request #80 from gblargg/master
Fixed handling of ADB event with key down and key up for same key all in...
2013-11-27 23:35:38 -08:00
tmk fd9ee507a5 Merge branch 'modstaptoggle' of git://github.com/simonmelhart/tmk_keyboard into simonmelhart-modstaptoggle
Conflicts:
	common/action_code.h
2013-11-28 16:31:06 +09:00
tmk f3132adb33 Merge pull request #81 from bgould/master
Add support for Adafruit's Bluefruit
2013-11-27 23:23:08 -08:00
tmk bc5b64d832 Merge branch 'ps2_keyboard_fix' 2013-11-28 16:02:29 +09:00
tmk 0b9c0f6012 Add new keymap file 2013-11-28 16:00:16 +09:00
tmk 10b2b1ae43 Fix key stack and PS/2 Overrun 2013-11-28 15:50:55 +09:00
tmk 8b4fa599cf Add included header file and fix debug print 2013-11-28 14:44:59 +09:00
tmk 05be3d85d1 Fix pin configuration of onekey for PS/2 mouse 2013-11-28 14:43:47 +09:00
tmk 4eb27ee890 Add ps2_interrupt.c 2013-11-28 14:20:00 +09:00
tmk 532e100450 Add ps2_usart.c and fix set_led at USB wake 2013-11-28 11:31:48 +09:00
Benjamin Gould f7db144959 changed tabs to spaces in bluefruit.c 2013-11-27 00:32:20 -05:00
Benjamin Gould 05792e2b83 Added bluefruit protocol and converter for 70% M 2013-11-27 00:24:57 -05:00
Shay Green 263c462656 Fixed handling of ADB event with key down and key up for same key all in one 2013-11-26 15:21:43 -06:00
tmk 9d26053f1c Fix ps2_host_recv_response 2013-11-26 14:31:57 +09:00
tmk 9ae9742ac5 Add ps2_busywait.c and recfactor PS/2 protocol 2013-11-25 17:43:26 +09:00
tmk d5ecbb83da Add printf macro as alias of xprintf 2013-11-25 17:39:45 +09:00
tmk 04c9501574 Fix Makfile and config.h for LUFA in ps2_usb 2013-11-25 11:25:44 +09:00
tmk 4e36159be2 Add HHKB keymap file on gh60 2013-11-25 09:27:25 +09:00
tmk beacd5872c Support GH60 Rev.B PCB as well as Rev.A(issue #64)
- Port of col8 is PB0 in Rev.A while PB7 in Rev.B
2013-11-21 23:31:20 +09:00
tmk 4e5bce22de Add parenthses ito macro arguments 2013-11-21 23:23:57 +09:00
tmk 4e7ec43c3f Add SpaceFN layout to gh60 2013-11-21 19:32:17 +09:00
tmk 22e293696d Add new keymap management on gh60 2013-11-21 16:34:34 +09:00
tmk 772ab7025d Merge branch 'ps2_mouse_fix' 2013-11-21 13:01:47 +09:00
tmk a9c3f4750b Configure PS/2 mouse build options to onekey 2013-11-21 13:00:08 +09:00
tmk ccbc1dd8e7 Fix PS/2 USART version 2013-11-21 12:23:29 +09:00
tmk 416a5b849e Fix interrupt version of ps2.c 2013-11-21 10:29:29 +09:00
Simon Melhart a6afa845b9 Add tap toggle modifiers
Including documentation.
2013-11-20 09:21:33 -08:00
tmk c6abcb6d89 Add build options of ps2_mouse 2013-11-20 15:28:58 +09:00
tmk d7f663a1ea Fix to build ps2_mouse with both LUFA and PJRC
- change API of ps2_mouse; ps2_mouse_task()
- remove mouse_report from host.c
2013-11-20 11:32:09 +09:00
tmk 755e4d8b00 Add PS/2 mouse configure to onekey 2013-11-19 03:39:15 +09:00
tmk 44d2d5f5fd Fix delay of PS/2 mouse init 2013-11-19 03:25:31 +09:00
tmk 9d40be1990 Wait for USB starting up to make debug print available 2013-11-19 03:20:25 +09:00
tmk 821578293c Remove tentative files from blargg 2013-11-08 05:19:37 +09:00