summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Added bluefruit protocol and converter for 70% MBenjamin Gould2013-11-27
|
* Merge blargg's fix into adb.ctmk2013-10-14
| | | | - <http://geekhack.org/index.php?topic=14290.msg1075201#msg1075201>
* Add ADB protocol files from blargg's worktmk2013-10-11
| | | | - <http://geekhack.org/index.php?topic=14290.msg1070604#msg1070604>
* Change ADB scan delay 12mstmk2013-10-09
|
* Fix ADB missing keystrokes problem Thanks, blargg! #14tmk2013-10-08
| | | | | - Add delay between scans to prevent overlaod of ADB keyboard controllers - <http://geekhack.org/index.php?topic=14290.msg1068919#msg1068919>
* Make LUFA stack as default for ADB convertertmk2013-10-08
|
* Fix build error and debug print PJRC stack #69 #68tmk2013-10-08
|
* Add timeout option to MODS_ONESHOT #66tmk2013-10-07
|
* Fix mod stuck of MODS_KEY when leaving layer #62tmk2013-10-04
| | | | | | | - 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
* Remove clear matrix on ADB recv errortmk2013-10-04
|
* Fix VERSION: add opton --always to git describetmk2013-10-03
|
* Fix Tapping: release key immediately but modifier #65tmk2013-10-03
| | | | | | | | | | - 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'tmk2013-09-25
|\
| * Change for default keymap of keymap editortmk2013-09-25
| |
| * Add build option KEYMAP_SECTION_ENABLE to m0110tmk2013-09-25
| |
| * Add M0120 scan code diagramtmk2013-09-25
| |
* | Fix LUFA blocking during startuptmk2013-09-25
|/ | | | - Blocking occurs if built without option INTERRUPT_CONTROL_ENDPOINT
* Fix USB initilaize on LUFAtmk2013-09-21
| | | | | | | | | | - 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'tmk2013-09-21
|\
| * Fix README of M0110tmk2013-09-21
| |
| * Change keymap and enable bootmagic of M0110tmk2013-09-21
| |
| * Remove procedures not neeed from init of M0110tmk2013-09-21
| |
| * Change m0110 pin configuration: swap D0 and D1tmk2013-09-20
| |
* | Fix to bootmagic key configurabletmk2013-09-21
|/
* Merge branch 'tapping_fix60'tmk2013-09-19
|\
| * Fix Tapping: release of a key pressed before taptmk2013-09-18
| | | | | | | | - immediately process release event of a key pressed before tapping
* | Fix version info commandtmk2013-09-19
| |
* | Fix bootloader jump use word addresstmk2013-09-18
|/ | | | | | - 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 macrostmk2013-09-11
|
* Merge branch 'keymap_section'tmk2013-09-11
|\
| * Add build option KEYMAP_SECTION for keymap editortmk2013-09-11
| |
| * Add version stringtmk2013-09-11
| |
| * Add ld script for keymap sectiontmk2013-09-11
|/
* Change Makefile and port settingtmk2013-08-04
| | | | | | - 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)tmk2013-07-29
|
* Merge branch 'lufa_nkro'tmk2013-07-29
|\
| * Change README Makefile and config.h in hhkbtmk2013-07-29
| |
| * Add NKRO support for LUFAtmk2013-07-28
|/
* Merge branch 'bootmagic_salt'(Fix issue #41)tmk2013-07-24
|\
| * Add bootmagic salt key to avoid accidental configurationtmk2013-07-24
|/
* Merge branch 'lockkey_fix'(Fix issue #46)tmk2013-07-23
|\
| * Add mechanical locking switch support for NumLock and ScrollLocktmk2013-07-23
|/
* Merge branch 'macro_mediakey'(Fix issue #42)tmk2013-07-23
|\
| * Add support for macro media/system keystmk2013-07-23
|/
* Merge branch 'bob_fix'tmk2013-07-21
|\
| * Cancel tapping when interrupted by other keytmk2013-07-21
| |
| * Change name ACT_LAYER_TAP1 to ACT_LAYER_TAP_EXTtmk2013-07-20
| |
* | Add compile conditional for assembler(xprintf)tmk2013-07-15
|/
* Merge branch 'hhkb_tmk'tmk2013-07-11
|\
| * Fix README and doctmk2013-07-11
| |