Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | Add keymap file of gh60 | tmk | 2013-02-16 | 1 | -0/+75 | |
| | | | | ||||||
| | * | | Rewrite layer action with layer_switch | tmk | 2013-02-16 | 7 | -112/+148 | |
| | | | | ||||||
| | * | | 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 | 9 | -223/+151 | |
| |/ / | ||||||
| * | | Merge branch 'layer_stack' | tmk | 2013-02-15 | 12 | -134/+500 | |
| |\ \ | | |/ | |/| | ||||||
| | * | Fix switch_default_layer command | tmk | 2013-02-15 | 3 | -15/+26 | |
| | | | ||||||
| | * | Add poker keymap with layer stacking | tmk | 2013-02-15 | 4 | -6/+14 | |
| | | | ||||||
| | * | Add layer_stack files taking apart from action.c | tmk | 2013-02-15 | 4 | -105/+167 | |
| | | | ||||||
| | * | Fix Make dependency file names | tmk | 2013-02-15 | 1 | -1/+2 | |
| | | | ||||||
| | * | Change: 0 means default_layer in current_layer now | tmk | 2013-02-15 | 2 | -20/+26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | - current_layer indicates active layer at the time - default_layer indicates base layer - default_layer is used when current_layer is 0 - with this LAYER_BIT action works as overlay even if default_layer varies other than layer 0. | |||||
| | * | Add poker keymap with layer stacking. | tmk | 2013-02-14 | 2 | -5/+103 | |
| | | | ||||||
| | * | Add layer stack | tmk | 2013-02-14 | 2 | -104/+284 | |
| |/ | ||||||
* / | Fix bit shift which is beyond int size(16bit) | tmk | 2013-02-25 | 1 | -1/+1 | |
|/ | ||||||
* | Merge branch 'actionfix' | tmk | 2013-02-13 | 8 | -146/+128 | |
|\ | ||||||
| * | Change struct key_t | tmk | 2013-02-13 | 6 | -15/+9 | |
| | | ||||||
| * | Change action API | tmk | 2013-02-13 | 6 | -132/+120 | |
|/ | ||||||
* | Merge branch 'transparent' | tmk | 2013-02-13 | 14 | -166/+381 | |
|\ | ||||||
| * | Add 'poker' target to Makefile.pjrc of gh60 | tmk | 2013-02-13 | 1 | -1/+4 | |
| | | ||||||
| * | Change keymap API | tmk | 2013-02-13 | 4 | -88/+102 | |
| | | ||||||
| * | Make Transparent feature available to new keymaps. | tmk | 2013-02-13 | 5 | -20/+39 | |
| | | ||||||
| * | Fix 'chage default layer' command. | tmk | 2013-02-12 | 1 | -14/+7 | |
| | | ||||||
| * | Change ACTION_LAYER_SET_LAYER behaviour | tmk | 2013-02-12 | 2 | -9/+11 | |
| | | ||||||
| * | Add transparent layer feature in gh60 | tmk | 2013-02-12 | 5 | -80/+264 | |
|/ | ||||||
* | Now includes LUFA-120730 in repository | tmk | 2013-02-11 | 306 | -0/+64019 | |
| | ||||||
* | Add support for LUFA-120730 | tmk | 2013-02-11 | 3 | -15/+30 | |
| | ||||||
* | Boot Magic key for gh60 | tmk | 2013-02-11 | 5 | -36/+70 | |
| | ||||||
* | Merge branch 'keymap2' | tmk | 2013-02-11 | 24 | -767/+2689 | |
|\ | | | | | | | | | Conflicts: common/keyboard.c | |||||
| * | Fix and add some in README | tmk | 2013-02-11 | 1 | -15/+115 | |
| | | ||||||
| * | Fix is_tap_key() | tmk | 2013-02-11 | 2 | -8/+8 | |
| | | ||||||
| * | Add doc/keycode.txt | tmk | 2013-02-10 | 3 | -5/+286 | |
| | | ||||||
| * | Add description of keymap and layer in README.md | tmk | 2013-02-10 | 1 | -68/+424 | |
| | | ||||||
| * | Clean layer actions. | tmk | 2013-02-10 | 3 | -281/+199 | |
| | | ||||||
| * | Add macro feature. | tmk | 2013-02-04 | 8 | -22/+226 | |
| | | ||||||
| * | Add user defined function to action. | tmk | 2013-02-01 | 6 | -100/+167 | |
| | | ||||||
| * | Add legacy keymap support. | tmk | 2013-01-31 | 5 | -38/+151 | |
| | | ||||||
| * | Fix tapping. tap key just after tap timeout. | tmk | 2013-01-31 | 1 | -2/+1 | |
| | | ||||||
| * | Fix: action LAYER_BIT uses xor now instead of and/or. | tmk | 2013-01-30 | 2 | -19/+16 | |
| | | ||||||
| * | Fix process_tapping(). | tmk | 2013-01-30 | 1 | -90/+166 | |
| | | ||||||
| * | Clean debug print in action.c. | tmk | 2013-01-29 | 4 | -23/+84 | |
| | | ||||||
| * | Clean code. | tmk | 2013-01-28 | 9 | -201/+226 | |
| | | ||||||
| * | Add tap toggle feature to action. | tmk | 2013-01-28 | 3 | -49/+145 | |
| | | ||||||
| * | Add oneshot modifier action. | tmk | 2013-01-27 | 3 | -175/+236 | |
| | | ||||||
| * | Fix keycodes. It has 32 Fn keys now. | tmk | 2013-01-27 | 1 | -11/+36 | |
| | | ||||||
| * | Remove test_func. | tmk | 2013-01-27 | 1 | -10/+1 | |
| | | ||||||
| * | New tapping logic. | tmk | 2013-01-27 | 4 | -164/+216 | |
| | | ||||||
| * | Minor fixes in keyboard.c. | tmk | 2013-01-24 | 2 | -14/+10 | |
| | | ||||||
| * | Add prototype of Action Function. | tmk | 2013-01-23 | 5 | -70/+185 | |
| | | ||||||
| * | Add bootmagic keys.(hhkb) | tmk | 2013-01-23 | 2 | -0/+25 | |
| | | | | | | | | | | - kick bootloader - enable debug print | |||||
| * | Fix mods with tapping. | tmk | 2013-01-21 | 2 | -192/+190 | |
| | | ||||||
| * | Refactor struct keyevent_t. | tmk | 2013-01-17 | 3 | -10/+19 | |
| | |