Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix hid_liber for new keymap framework by yeeeargh | tmk | 2013-03-25 | 5 | -54/+164 |
| | |||||
* | Changed Makefile and config.h for new options | tmk | 2013-03-21 | 6 | -17/+34 |
| | |||||
* | Fix Makefile and config.h of gh60 for new options | tmk | 2013-03-21 | 3 | -8/+18 |
| | |||||
* | Add NO_ACTION_KEYMAP config option | tmk | 2013-03-20 | 1 | -0/+1 |
| | |||||
* | Add NO_ACTION_FUNCTION config option | tmk | 2013-03-20 | 1 | -0/+1 |
| | |||||
* | Add NO_ACTION_TAPPING and NO_ACTION_MACRO config options | tmk | 2013-03-20 | 1 | -0/+2 |
| | |||||
* | Add NO_ACTION_OVERLAY config option | tmk | 2013-03-20 | 1 | -1/+2 |
| | |||||
* | Add COMMAND_ENABLE build option | tmk | 2013-03-19 | 1 | -0/+1 |
| | |||||
* | Add NO_PRINT and NO_DEBUG config options. | tmk | 2013-03-19 | 1 | -0/+5 |
| | | | | | - NO_PRINT: disable print.h API(also disable debug.h) - NO_DEBUG: disable debug.h API | ||||
* | Enable Boot magick on hhkb | tmk | 2013-03-18 | 1 | -2/+2 |
| | |||||
* | Add breathing sleep LED during USB suspend | tmk | 2013-03-16 | 1 | -0/+1 |
| | |||||
* | Fix debouncing and add legacy keymap support | tmk | 2013-03-12 | 9 | -164/+126 |
| | |||||
* | Fix Locking CapsLock support in ADB converter | tmk | 2013-03-12 | 1 | -1/+1 |
| | |||||
* | Add mechanical locking switch support for CapsLock | tmk | 2013-03-12 | 1 | -17/+7 |
| | |||||
* | Add build option BOOTMAGIC_ENABLE | tmk | 2013-03-11 | 2 | -7/+6 |
| | |||||
* | Fix legacy keymap support | tmk | 2013-03-11 | 3 | -21/+9 |
| | | | | - need to define USE_LEGACY_KEYMAP to use legacy keymap | ||||
* | Add --relax for size optimization to gh60 | tmk | 2013-03-11 | 1 | -0/+3 |
| | |||||
* | Add BOOTLOADER_SIZE and remove BOOT_SIZE | tmk | 2013-03-10 | 6 | -27/+29 |
| | | | | - define BOOTLOADER_SIZE in config.h instead of Makefile | ||||
* | Fix watchdog in bootloader jump | tmk | 2013-03-10 | 2 | -5/+15 |
| | | | | | - disable watchdog after watchdog reset - clear WDRF after watchdog reset | ||||
* | Fix gh60/matrix.c and Makefile | tmk | 2013-03-09 | 3 | -8/+16 |
| | |||||
* | Add bootmagic.c and fix bootloader_jump | tmk | 2013-03-09 | 1 | -2/+4 |
| | |||||
* | Add eeconfig.c - eeprom stored paramerters | tmk | 2013-03-07 | 1 | -0/+3 |
| | |||||
* | Remove matrix_key_count() from matrix.h | tmk | 2013-03-05 | 1 | -14/+0 |
| | |||||
* | Fix ghost block and remove matrix_has_ghost() | tmk | 2013-03-05 | 2 | -13/+3 |
| | |||||
* | Fix keymap for new framework | tmk | 2013-03-05 | 10 | -3/+3 |
| | |||||
* | Clean action.h and add keymap doc | tmk | 2013-03-05 | 3 | -23/+23 |
| | |||||
* | Fix SET_DEFAULT_LAYER action and keymap of gh60 | tmk | 2013-02-27 | 1 | -15/+40 |
| | |||||
* | Add tap flags on record_t | tmk | 2013-02-26 | 1 | -79/+64 |
| | |||||
* | Fix keymap MACRO of pc98 adn hhkb | tmk | 2013-02-25 | 1 | -17/+20 |
| | |||||
* | Fix keymap of gh60 and hhkb | tmk | 2013-02-21 | 4 | -52/+40 |
| | |||||
* | Apply new keymap for gh60 | tmk | 2013-02-20 | 9 | -226/+195 |
| | |||||
* | Add keymap file of gh60 | tmk | 2013-02-16 | 1 | -0/+75 |
| | |||||
* | Add keymaps of gh60 | tmk | 2013-02-16 | 7 | -108/+163 |
| | | | | | | - keymap_poker.h poker emulation - keymap_poker_set.h poker emulation with Esc fix and cursor fix - keymap_poker_bit.h poker emulation with Esc fix and cursor fix | ||||
* | Replace layer_stack with layer_switch | tmk | 2013-02-15 | 2 | -41/+27 |
| | |||||
* | Add poker keymap with layer stacking | tmk | 2013-02-15 | 4 | -6/+14 |
| | |||||
* | Add poker keymap with layer stacking. | tmk | 2013-02-14 | 2 | -5/+103 |
| | |||||
* | Change struct key_t | tmk | 2013-02-13 | 2 | -2/+2 |
| | |||||
* | Change action API | tmk | 2013-02-13 | 2 | -8/+2 |
| | |||||
* | Add 'poker' target to Makefile.pjrc of gh60 | tmk | 2013-02-13 | 1 | -1/+4 |
| | |||||
* | Change keymap API | tmk | 2013-02-13 | 2 | -67/+56 |
| | |||||
* | Make Transparent feature available to new keymaps. | tmk | 2013-02-13 | 1 | -7/+3 |
| | |||||
* | Add transparent layer feature in gh60 | tmk | 2013-02-12 | 5 | -80/+264 |
| | |||||
* | Boot Magic key for gh60 | tmk | 2013-02-11 | 4 | -35/+60 |
| | |||||
* | Merge branch 'keymap2' | tmk | 2013-02-11 | 5 | -88/+247 |
|\ | | | | | | | | | Conflicts: common/keyboard.c | ||||
| * | Clean layer actions. | tmk | 2013-02-10 | 1 | -30/+47 |
| | | |||||
| * | Add macro feature. | tmk | 2013-02-04 | 1 | -7/+35 |
| | | |||||
| * | Add user defined function to action. | tmk | 2013-02-01 | 1 | -50/+113 |
| | | |||||
| * | Clean code. | tmk | 2013-01-28 | 2 | -1/+5 |
| | | |||||
| * | Add tap toggle feature to action. | tmk | 2013-01-28 | 1 | -2/+4 |
| | | |||||
| * | Add oneshot modifier action. | tmk | 2013-01-27 | 1 | -3/+9 |
| | |