Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove clear matrix on ADB recv error | tmk | 2013-10-04 | 2 | -3/+4 |
| | |||||
* | Fix VERSION: add opton --always to git describe | tmk | 2013-10-03 | 1 | -1/+1 |
| | |||||
* | Fix Tapping: release key immediately but modifier #65 | tmk | 2013-10-03 | 2 | -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) ~~~____~~~~ | ||||
* | Merge branch 'm0110_keymap_section' | tmk | 2013-09-25 | 3 | -32/+70 |
|\ | |||||
| * | Change for default keymap of keymap editor | tmk | 2013-09-25 | 1 | -9/+46 |
| | | |||||
| * | Add build option KEYMAP_SECTION_ENABLE to m0110 | tmk | 2013-09-25 | 1 | -0/+1 |
| | | |||||
| * | Add M0120 scan code diagram | tmk | 2013-09-25 | 1 | -23/+23 |
| | | |||||
* | | Fix LUFA blocking during startup | tmk | 2013-09-25 | 1 | -0/+2 |
|/ | | | | - Blocking occurs if built without option INTERRUPT_CONTROL_ENDPOINT | ||||
* | Fix USB initilaize on LUFA | tmk | 2013-09-21 | 3 | -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. | ||||
* | Merge branch 'm0110_next' | tmk | 2013-09-21 | 7 | -126/+118 |
|\ | |||||
| * | Fix README of M0110 | tmk | 2013-09-21 | 3 | -64/+64 |
| | | |||||
| * | Change keymap and enable bootmagic of M0110 | tmk | 2013-09-21 | 3 | -59/+49 |
| | | |||||
| * | Remove procedures not neeed from init of M0110 | tmk | 2013-09-21 | 1 | -1/+3 |
| | | |||||
| * | Change m0110 pin configuration: swap D0 and D1 | tmk | 2013-09-20 | 1 | -2/+2 |
| | | |||||
* | | Fix to bootmagic key configurable | tmk | 2013-09-21 | 3 | -3/+44 |
|/ | |||||
* | Merge branch 'tapping_fix60' | tmk | 2013-09-19 | 1 | -4/+7 |
|\ | |||||
| * | Fix Tapping: release of a key pressed before tap | tmk | 2013-09-18 | 1 | -4/+7 |
| | | | | | | | | - immediately process release event of a key pressed before tapping | ||||
* | | Fix version info command | tmk | 2013-09-19 | 3 | -8/+45 |
| | | |||||
* | | Fix bootloader jump use word address | tmk | 2013-09-18 | 1 | -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? | ||||
* | Fix action macros | tmk | 2013-09-11 | 1 | -4/+4 |
| | |||||
* | Merge branch 'keymap_section' | tmk | 2013-09-11 | 5 | -17/+299 |
|\ | |||||
| * | Add build option KEYMAP_SECTION for keymap editor | tmk | 2013-09-11 | 3 | -10/+11 |
| | | |||||
| * | Add version string | tmk | 2013-09-11 | 2 | -3/+8 |
| | | |||||
| * | Add ld script for keymap section | tmk | 2013-09-11 | 3 | -8/+284 |
|/ | |||||
* | Change Makefile and port setting | tmk | 2013-08-04 | 6 | -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 | ||||
* | Fix tapping count over flow(issue #52) | tmk | 2013-07-29 | 1 | -1/+1 |
| | |||||
* | Merge branch 'lufa_nkro' | tmk | 2013-07-29 | 11 | -243/+197 |
|\ | |||||
| * | Change README Makefile and config.h in hhkb | tmk | 2013-07-29 | 3 | -66/+29 |
| | | |||||
| * | Add NKRO support for LUFA | tmk | 2013-07-28 | 10 | -177/+168 |
|/ | |||||
* | Merge branch 'bootmagic_salt'(Fix issue #41) | tmk | 2013-07-24 | 4 | -1/+20 |
|\ | |||||
| * | Add bootmagic salt key to avoid accidental configuration | tmk | 2013-07-24 | 4 | -1/+20 |
|/ | |||||
* | Merge branch 'lockkey_fix'(Fix issue #46) | tmk | 2013-07-23 | 7 | -28/+75 |
|\ | |||||
| * | Add mechanical locking switch support for NumLock and ScrollLock | tmk | 2013-07-23 | 7 | -28/+75 |
|/ | |||||
* | Merge branch 'macro_mediakey'(Fix issue #42) | tmk | 2013-07-23 | 7 | -84/+88 |
|\ | |||||
| * | Add support for macro media/system keys | tmk | 2013-07-23 | 7 | -84/+88 |
|/ | |||||
* | Merge branch 'bob_fix' | tmk | 2013-07-21 | 3 | -34/+53 |
|\ | |||||
| * | Cancel tapping when interrupted by other key | tmk | 2013-07-21 | 1 | -26/+45 |
| | | |||||
| * | Change name ACT_LAYER_TAP1 to ACT_LAYER_TAP_EXT | tmk | 2013-07-20 | 2 | -8/+8 |
| | | |||||
* | | Add compile conditional for assembler(xprintf) | tmk | 2013-07-15 | 1 | -0/+2 |
|/ | |||||
* | Merge branch 'hhkb_tmk' | tmk | 2013-07-11 | 7 | -92/+355 |
|\ | |||||
| * | Fix README and doc | tmk | 2013-07-11 | 2 | -87/+111 |
| | | |||||
| * | Add Caps Lock LED on PD6 | tmk | 2013-07-11 | 1 | -1/+8 |
| | | |||||
| * | Add power control of keyswitch board and tweak scan wait | tmk | 2013-07-08 | 3 | -6/+77 |
| | | |||||
| * | Tweak tap timing for slow tap on space bar | tmk | 2013-07-03 | 1 | -1/+1 |
| | | |||||
| * | Add Makefile for tmk board and tweak scan wait | tmk | 2013-07-03 | 2 | -2/+163 |
| | | |||||
* | | Merge pull request #44 from Wraul/phantom_fix | tmk | 2013-07-07 | 2 | -1/+2 |
|\ \ | | | | | | | Correcting Phantom mistakes | ||||
| * | | Correction to Phantom readme markdown. | Wraul | 2013-07-07 | 1 | -0/+1 |
| | | | |||||
| * | | Fix Phantom scroll lock LED. | Wraul | 2013-07-07 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #40 from yeeeargh/hid_liber-standard-layouts | tmk | 2013-07-03 | 8 | -98/+186 |
|\ \ | |/ |/| | Added standard layouts for ANSI and ISO to hid_liber | ||||
| * | Added standard layouts for ANSI and ISO. Moved the initial layout from ↵ | yeeeargh | 2013-07-03 | 8 | -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. |