Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This updates the Phantom project to use the new debug print functions.
|
|
|
|
- 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
|
|
|
|
|
|
|
|
|
|
|
|
More updates to Phantom
|
|
|
|
|
|
|
|
- change initialize of keyboard in matrix_scan()
- keymap for 122 keys
- Mafilefie and config.h for LUFA and PS/2 USART
|
|
|
|
|
|
|
|
|
|
Fix debouncing on Phantom.
|
|
|
|
|
|
|
|
|
|
Update Phantom for new keymap framework
|
|
Make the layout formating better match that of GH60.
|
|
|
|
|
|
|
|
|
|
|
|
- mouse virtical wheel
- consumer page
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|