summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2013-09-18Fix version info commandtmk3-8/+45
2013-09-18Fix bootloader jump use word addresstmk1-3/+4
- Call of function pointer is compiled into 'icall' instruction. It should use word address but it has used byte address :( It seems jump has worked luckily by chance until now. why it worked?
2013-09-18Fix Tapping: release of a key pressed before taptmk1-4/+7
- immediately process release event of a key pressed before tapping
2013-09-11Fix action macrostmk1-4/+4
2013-09-11Merge branch 'keymap_section'tmk5-17/+299
2013-09-11Add build option KEYMAP_SECTION for keymap editortmk3-10/+11
2013-09-11Add version stringtmk2-3/+8
2013-09-11Add ld script for keymap sectiontmk3-8/+284
2013-08-04Change Makefile and port settingtmk6-116/+76
- Makefile use LUFA now - Change MCU ports PF{0,1} to PD{0,1} - Add build option for keymap to Makefile: make keymap=hasu
2013-07-29Fix tapping count over flow(issue #52)tmk1-1/+1
2013-07-28Merge branch 'lufa_nkro'tmk11-243/+197
2013-07-28Change README Makefile and config.h in hhkbtmk3-66/+29
2013-07-28Add NKRO support for LUFAtmk10-177/+168
2013-07-23Merge branch 'bootmagic_salt'(Fix issue #41)tmk4-1/+20
2013-07-23Add bootmagic salt key to avoid accidental configurationtmk4-1/+20
2013-07-23Merge branch 'lockkey_fix'(Fix issue #46)tmk7-28/+75
2013-07-23Add mechanical locking switch support for NumLock and ScrollLocktmk7-28/+75
2013-07-23Merge branch 'macro_mediakey'(Fix issue #42)tmk7-84/+88
2013-07-23Add support for macro media/system keystmk7-84/+88
2013-07-21Merge branch 'bob_fix'tmk3-34/+53
2013-07-20Cancel tapping when interrupted by other keytmk1-26/+45
2013-07-19Change name ACT_LAYER_TAP1 to ACT_LAYER_TAP_EXTtmk2-8/+8
2013-07-15Add compile conditional for assembler(xprintf)tmk1-0/+2
2013-07-11Merge branch 'hhkb_tmk'tmk7-92/+355
2013-07-11Fix README and doctmk2-87/+111
2013-07-11Add Caps Lock LED on PD6tmk1-1/+8
2013-07-08Add power control of keyswitch board and tweak scan waittmk3-6/+77
2013-07-08Merge pull request #44 from Wraul/phantom_fixtmk2-1/+2
Correcting Phantom mistakes
2013-07-07Correction to Phantom readme markdown.Wraul1-0/+1
2013-07-07Fix Phantom scroll lock LED.Wraul1-1/+1
2013-07-04Merge pull request #40 from yeeeargh/hid_liber-standard-layoutstmk8-98/+186
Added standard layouts for ANSI and ISO to hid_liber
2013-07-03Added standard layouts for ANSI and ISO. Moved the initial layout from ↵yeeeargh8-98/+186
alaricljs to a seperate layout file. If no layout gets defined ANSI is used as a default. Added a README.md with links to the deskthority wikipages for this project and some build instructions.
2013-07-03Tweak tap timing for slow tap on space bartmk1-1/+1