Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
- 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?
|
|
- immediately process release event of a key pressed before tapping
|
|
|
|
|
|
|
|
|
|
|
|
- https://github.com/tmk/tmk_keyboard/issues/56
|
|
- Makefile use LUFA now
- Change MCU ports PF{0,1} to PD{0,1}
- Add build option for keymap to Makefile: make keymap=hasu
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Correcting Phantom mistakes
|
|
|
|
|
|
Added standard layouts for ANSI and ISO to hid_liber
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|