Merge pull request #37 from Wraul/update_phantom
Polishing the Phantom project
Merge pull request #36 from Wraul/fix_sleep_led
Fixes to sleep LED
Move Phantom keymaps to separate header files.
Correct order of rows for Phantom
Update Phantom debug print
This updates the Phantom project to use the new debug print functions.
Fixes to sleep LED.
Add help text.
Add missing SLEEP_LED_ENABLE checks.
Fix keymap of hid_liber from yeeeargh
Fix deprecated 'prog_*' typedef - Issue #34
- Remove prog_char from xpritnf
- Remove prog_macro_t from acton_macro
avr-libc-1.8 removed 'prog_*' typedef because the usage of
the __progmem__ attribute on a type is not supported in GCC.
http://www.nongnu.org/avr-libc/changes-1.8.html
Fix makefile, debug print and keymap of HHKB
Use dprint and dprintf for debug
Add xprintf(xitoa) from elm-chan.org
Merge pull request #31 from Wraul/update_phantom
More updates to Phantom
Fix README of terminal converter
Merge branch 'master' of github.com:tmk/tmk_keyboard
Increase buffer size of PS2 protocol
Add support of Model F 122 terminal keyboard
- change initialize of keyboard in matrix_scan()
- keymap for 122 keys
- Mafilefie and config.h for LUFA and PS/2 USART