~ruther/qmk_firmware

Change keymap and enable bootmagic of M0110
Remove procedures not neeed from init of M0110
Change m0110 pin configuration: swap D0 and D1
Merge branch 'tapping_fix60'
Fix version info command
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
Fix action macros
Merge branch 'keymap_section'
Add build option KEYMAP_SECTION for keymap editor
Add version string
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)
Merge branch 'lufa_nkro'
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)
Next