summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-11-25Add ps2_busywait.c and recfactor PS/2 protocoltmk5-51/+361
2013-11-25Add printf macro as alias of xprintftmk1-0/+4
2013-11-25Fix Makfile and config.h for LUFA in ps2_usbtmk2-55/+79
2013-11-25Add HHKB keymap file on gh60tmk5-40/+143
2013-11-21Support GH60 Rev.B PCB as well as Rev.A(issue #64)tmk1-4/+5
- Port of col8 is PB0 in Rev.A while PB7 in Rev.B
2013-11-21Add parenthses ito macro argumentstmk1-4/+4
2013-11-21Add SpaceFN layout to gh60tmk4-43/+77
2013-11-21Add new keymap management on gh60tmk9-175/+143
2013-11-21Merge branch 'ps2_mouse_fix'tmk19-287/+409
2013-11-21Configure PS/2 mouse build options to onekeytmk3-5/+7
2013-11-21Fix PS/2 USART versiontmk1-29/+25
2013-11-21Fix interrupt version of ps2.ctmk2-25/+37
2013-11-20Add build options of ps2_mousetmk3-47/+61
2013-11-20Fix to build ps2_mouse with both LUFA and PJRCtmk8-108/+119
- change API of ps2_mouse; ps2_mouse_task() - remove mouse_report from host.c
2013-11-18Add PS/2 mouse configure to onekeytmk4-39/+109
2013-11-18Fix delay of PS/2 mouse inittmk1-3/+1
2013-11-18Wait for USB starting up to make debug print availabletmk2-1/+9
2013-11-07Remove tentative files from blarggtmk3-385/+0
2013-11-07Disable BOOTMAGIC and fix debug prints of adb_usbtmk2-6/+6
2013-11-07Fix ADB led_set(); remove delaytmk1-2/+0
- the 100ms delay causes keystroke drop; this is observable with pressing Numlock key on AEK repeatedly - without the delay LED sync problem doesn't occur now
2013-11-07Add cli() to protoect ADB critical timing parttmk1-11/+7
2013-11-01Fix PS/2 mouse supporttmk5-84/+95
2013-11-01Tweak time values of busywait PS/2tmk1-3/+3
2013-10-31Merge branch 'onekey'tmk7-0/+592
2013-10-28Add USE_LEGACY_KEYMAP in config.h of ps2_usb and IIgstmk2-0/+8
2013-10-28Delete MOUSEKEY_DELAY_TIME in config.htmk6-35/+0
2013-10-14Merge blargg's fix into adb.ctmk3-112/+108
- <http://geekhack.org/index.php?topic=14290.msg1075201#msg1075201>
2013-10-11Add ADB protocol files from blargg's worktmk3-0/+385
- <http://geekhack.org/index.php?topic=14290.msg1070604#msg1070604>
2013-10-09Change ADB scan delay 12mstmk2-3/+5
2013-10-08Fix ADB missing keystrokes problem Thanks, blargg! #14tmk2-0/+7
- Add delay between scans to prevent overlaod of ADB keyboard controllers - <http://geekhack.org/index.php?topic=14290.msg1068919#msg1068919>
2013-10-08Make LUFA stack as default for ADB convertertmk3-151/+151
2013-10-08Fix build error and debug print PJRC stack #69 #68tmk2-0/+4
2013-10-07Add timeout option to MODS_ONESHOT #66tmk5-30/+44
2013-10-04Fix mod stuck of MODS_KEY when leaving layer #62tmk12-323/+330
- Add action_util.c and remove action_oneshot.c - Add oneshot_mods for MODS_ONESHOT - Add weak_mods for MODS_KEY and MACRO - weak_mods is cleared when layer switching
2013-10-04Remove clear matrix on ADB recv errortmk2-3/+4
2013-10-03Fix VERSION: add opton --always to git describetmk1-1/+1
2013-10-03Fix Tapping: release key immediately but modifier #65tmk2-18/+37
- See https://github.com/tmk/tmk_keyboard/issues/60 - **Except for modifiers** a key pressed before the tapping starts should be released immediately - 'Mod-Tap key'(like shift-;) didn't work from this fix: 4d0b3aa Fix Tapping: release of a key pressed before tap This key sequence should register ':', not ';'. With the fix Shift is released before settlement of tapping, this registers ';'. Shift ~~___~~~~~~~ ;(Tap) ~~~____~~~~
2013-09-25Merge branch 'm0110_keymap_section'tmk3-32/+70
2013-09-25Change for default keymap of keymap editortmk1-9/+46
2013-09-25Add build option KEYMAP_SECTION_ENABLE to m0110tmk1-0/+1
2013-09-25Add M0120 scan code diagramtmk1-23/+23
2013-09-25Fix LUFA blocking during startuptmk1-0/+2
- Blocking occurs if built without option INTERRUPT_CONTROL_ENDPOINT
2013-09-21Fix USB initilaize on LUFAtmk3-6/+7
- Add print messages of USB intialize procesure. - call out sei() in earlier stage. LUFA API doc of USB_Init() says: interrupts must be enabled within 500ms ... to ensure that the host does not time out whilst enumerating the device - remove matrix_init() from suspend_wakeup_init(). It is not needed in fact and if matrix_init() takes long time to initialize it prevents host emnumerating the device.
2013-09-21Merge branch 'm0110_next'tmk7-126/+118
2013-09-21Fix to bootmagic key configurabletmk3-3/+44
2013-09-21Fix README of M0110tmk3-64/+64
2013-09-21Change keymap and enable bootmagic of M0110tmk3-59/+49
2013-09-21Remove procedures not neeed from init of M0110tmk1-1/+3
2013-09-19Change m0110 pin configuration: swap D0 and D1tmk1-2/+2
2013-09-19Merge branch 'tapping_fix60'tmk1-4/+7