Merge branch 'tapping_fix60'
Fix bootloader jump use word address
- 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 Tapping: release of a key pressed before tap
- immediately process release event of a key pressed before tapping
Merge branch 'keymap_section'
Add build option KEYMAP_SECTION for keymap editor
Add ld script for keymap section
Change Makefile and port setting
- 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)
Change README Makefile and config.h in hhkb
Add NKRO support for LUFA
Merge branch 'bootmagic_salt'(Fix issue #41)
Add bootmagic salt key to avoid accidental configuration
Merge branch 'lockkey_fix'(Fix issue #46)
Add mechanical locking switch support for NumLock and ScrollLock
Merge branch 'macro_mediakey'(Fix issue #42)
Add support for macro media/system keys