Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-07 | Fix Phantom scroll lock LED. | Wraul | |
2013-07-03 | Added standard layouts for ANSI and ISO. Moved the initial layout from ↵ | yeeeargh | |
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. | |||
2013-06-25 | Fix debouncing bug in hid_liber(Issue #26) | tmk | |
2013-06-22 | Initial implementation for the KMAC | Wraul | |
2013-06-19 | Add power consumptions to doc | tmk | |
2013-06-19 | Change tapping parameter for hhkb/iwrap | tmk | |
2013-05-27 | Add Phantom README. | Mathias Andersson | |
2013-05-27 | Move Phantom keymaps to separate header files. | Mathias Andersson | |
2013-05-27 | Fix Phantom sleep LED. | Mathias Andersson | |
2013-05-27 | Correct order of rows for Phantom | Mathias Andersson | |
2013-05-27 | Update Phantom debug print | Mathias Andersson | |
This updates the Phantom project to use the new debug print functions. | |||
2013-05-21 | Fix keymap of hid_liber from yeeeargh | tmk | |
2013-05-21 | Fix deprecated 'prog_*' typedef - Issue #34 | tmk | |
- 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 | |||
2013-05-15 | Fix makefile, debug print and keymap of HHKB | tmk | |
2013-05-02 | Code style fixes for Phantom matrix. | Mathias Andersson | |
2013-05-02 | Add full 7bit support to Phantom keymap. | Mathias Andersson | |
2013-05-01 | Change Phantom matrix scan to be similar to GH60. | Mathias Andersson | |
2013-05-01 | Improve matrix print for Phantom. | Mathias Andersson | |
2013-04-28 | Fix debouncing on Phantom. | Mathias Andersson | |
2013-04-21 | Adjust Phantom layouts formating. | Mathias Andersson | |
Make the layout formating better match that of GH60. | |||
2013-04-21 | Updated Phantom for new keymap framework. | Mathias Andersson | |
2013-04-18 | Add support of iWRAP5 | tmk | |
- mouse virtical wheel - consumer page | |||
2013-04-13 | Remove common/controller_teensy.h | tmk | |
2013-04-05 | Fix keymap for new actions | tmk | |
2013-04-05 | Fix keymap of hhkb for new actions | tmk | |
2013-04-05 | Fix keymap of gh60 | tmk | |
2013-04-02 | Rename file layer_switch to action_layer | tmk | |
2013-03-31 | Remove ACT_KEYMAP and ACT_OVERLAY | tmk | |
- Remove ACT_OVERLAY - Rename ACT_KEYMAP to ACT_LAYER - Add ACT_LAYER_BITOP | |||
2013-03-29 | Fix BOOTLOADER_SIZE setting | tmk | |
2013-03-27 | Fix debouncing on gh60, hbkb, macway | tmk | |
2013-03-27 | Fix Makefile of gh60 | tmk | |
2013-03-25 | Fix hid_liber for new keymap framework by yeeeargh | tmk | |
2013-03-21 | Changed Makefile and config.h for new options | tmk | |
2013-03-21 | Fix Makefile and config.h of gh60 for new options | tmk | |
2013-03-20 | Add NO_ACTION_KEYMAP config option | tmk | |
2013-03-20 | Add NO_ACTION_FUNCTION config option | tmk | |
2013-03-20 | Add NO_ACTION_TAPPING and NO_ACTION_MACRO config options | tmk | |
2013-03-20 | Add NO_ACTION_OVERLAY config option | tmk | |
2013-03-19 | Add COMMAND_ENABLE build option | tmk | |
2013-03-19 | Add NO_PRINT and NO_DEBUG config options. | tmk | |
- NO_PRINT: disable print.h API(also disable debug.h) - NO_DEBUG: disable debug.h API | |||
2013-03-18 | Enable Boot magick on hhkb | tmk | |
2013-03-16 | Add breathing sleep LED during USB suspend | tmk | |
2013-03-12 | Fix debouncing and add legacy keymap support | tmk | |
2013-03-12 | Fix Locking CapsLock support in ADB converter | tmk | |
2013-03-12 | Add mechanical locking switch support for CapsLock | tmk | |
2013-03-11 | Add build option BOOTMAGIC_ENABLE | tmk | |
2013-03-11 | Fix legacy keymap support | tmk | |
- need to define USE_LEGACY_KEYMAP to use legacy keymap | |||
2013-03-11 | Add --relax for size optimization to gh60 | tmk | |
2013-03-10 | Add BOOTLOADER_SIZE and remove BOOT_SIZE | tmk | |
- define BOOTLOADER_SIZE in config.h instead of Makefile | |||
2013-03-10 | Fix watchdog in bootloader jump | tmk | |
- disable watchdog after watchdog reset - clear WDRF after watchdog reset |