Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-21 | Fix USB initilaize on LUFA | tmk | |
- 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-21 | Merge branch 'm0110_next' | tmk | |
2013-09-21 | Fix to bootmagic key configurable | tmk | |
2013-09-21 | Fix README of M0110 | tmk | |
2013-09-21 | Change keymap and enable bootmagic of M0110 | tmk | |
2013-09-21 | Remove procedures not neeed from init of M0110 | tmk | |
2013-09-20 | Change m0110 pin configuration: swap D0 and D1 | tmk | |
2013-09-19 | Merge branch 'tapping_fix60' | tmk | |
2013-09-19 | Fix version info command | tmk | |
2013-09-18 | Fix bootloader jump use word address | tmk | |
- 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-18 | Fix Tapping: release of a key pressed before tap | tmk | |
- immediately process release event of a key pressed before tapping | |||
2013-09-11 | Fix action macros | tmk | |
2013-09-11 | Merge branch 'keymap_section' | tmk | |
2013-09-11 | Add build option KEYMAP_SECTION for keymap editor | tmk | |
2013-09-11 | Add version string | tmk | |
2013-09-11 | Add ld script for keymap section | tmk | |
2013-08-05 | Add files for onekey(issue #56) | tmk | |
- https://github.com/tmk/tmk_keyboard/issues/56 | |||
2013-08-04 | Change Makefile and port setting | tmk | |
- 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-29 | Fix tapping count over flow(issue #52) | tmk | |
2013-07-29 | Merge branch 'lufa_nkro' | tmk | |
2013-07-29 | Change README Makefile and config.h in hhkb | tmk | |
2013-07-28 | Add NKRO support for LUFA | tmk | |
2013-07-24 | Merge branch 'bootmagic_salt'(Fix issue #41) | tmk | |
2013-07-24 | Add bootmagic salt key to avoid accidental configuration | tmk | |
2013-07-23 | Merge branch 'lockkey_fix'(Fix issue #46) | tmk | |
2013-07-23 | Add mechanical locking switch support for NumLock and ScrollLock | tmk | |
2013-07-23 | Merge branch 'macro_mediakey'(Fix issue #42) | tmk | |
2013-07-23 | Add support for macro media/system keys | tmk | |
2013-07-21 | Merge branch 'bob_fix' | tmk | |
2013-07-21 | Cancel tapping when interrupted by other key | tmk | |
2013-07-20 | Change name ACT_LAYER_TAP1 to ACT_LAYER_TAP_EXT | tmk | |
2013-07-15 | Add compile conditional for assembler(xprintf) | tmk | |
2013-07-11 | Merge branch 'hhkb_tmk' | tmk | |
2013-07-11 | Fix README and doc | tmk | |
2013-07-11 | Add Caps Lock LED on PD6 | tmk | |
2013-07-08 | Add power control of keyswitch board and tweak scan wait | tmk | |
2013-07-07 | Merge pull request #44 from Wraul/phantom_fix | tmk | |
Correcting Phantom mistakes | |||
2013-07-07 | Correction to Phantom readme markdown. | Wraul | |
2013-07-07 | Fix Phantom scroll lock LED. | Wraul | |
2013-07-03 | Merge pull request #40 from yeeeargh/hid_liber-standard-layouts | tmk | |
Added standard layouts for ANSI and ISO to hid_liber | |||
2013-07-03 | Added standard layouts for ANSI and ISO. Moved the initial layout from ↵ | yeeeargh | |
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-03 | Tweak tap timing for slow tap on space bar | tmk | |
2013-07-03 | Add Makefile for tmk board and tweak scan wait | tmk | |
2013-06-25 | Fix debouncing bug in hid_liber(Issue #26) | tmk | |
2013-06-23 | Merge branch 'Wraul-kmac' | tmk | |
2013-06-23 | Add BACKLIGHT_ENABLE conditional | tmk | |
2013-06-22 | Fix typo | tmk | |
2013-06-22 | Initial implementation for the KMAC | Wraul | |
2013-06-22 | Add support for backlight | Wraul | |
2013-06-22 | Add default layer config to bootmagic | tmk | |