Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-02-20 | Add keymap clear/reset action | tmk | 3 | -17/+44 | |
2013-02-20 | Add overlay framework | tmk | 7 | -341/+585 | |
2013-02-20 | Apply new keymap for gh60 | tmk | 9 | -226/+195 | |
2013-02-15 | Merge branch 'layer_switch' | tmk | 17 | -373/+467 | |
2013-02-15 | Add keymap file of gh60 | tmk | 1 | -0/+75 | |
2013-02-15 | Rewrite layer action with layer_switch | tmk | 7 | -112/+148 | |
2013-02-15 | Add keymaps of gh60 | tmk | 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 | |||||
2013-02-15 | Replace layer_stack with layer_switch | tmk | 9 | -223/+151 | |
2013-02-15 | Merge branch 'layer_stack' | tmk | 12 | -134/+500 | |
2013-02-15 | Fix switch_default_layer command | tmk | 3 | -15/+26 | |
2013-02-15 | Add poker keymap with layer stacking | tmk | 4 | -6/+14 | |
2013-02-15 | Add layer_stack files taking apart from action.c | tmk | 4 | -105/+167 | |
2013-02-15 | Fix Make dependency file names | tmk | 1 | -1/+2 | |
2013-02-15 | Change: 0 means default_layer in current_layer now | tmk | 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. | |||||
2013-02-14 | Add poker keymap with layer stacking. | tmk | 2 | -5/+103 | |
2013-02-14 | Add layer stack | tmk | 2 | -104/+284 | |
2013-02-13 | Merge branch 'actionfix' | tmk | 8 | -146/+128 | |
2013-02-13 | Change struct key_t | tmk | 6 | -15/+9 | |
2013-02-13 | Change action API | tmk | 6 | -132/+120 | |
2013-02-13 | Merge branch 'transparent' | tmk | 14 | -166/+381 | |
2013-02-13 | Add 'poker' target to Makefile.pjrc of gh60 | tmk | 1 | -1/+4 | |
2013-02-13 | Change keymap API | tmk | 4 | -88/+102 | |
2013-02-13 | Make Transparent feature available to new keymaps. | tmk | 5 | -20/+39 | |
2013-02-12 | Fix 'chage default layer' command. | tmk | 1 | -14/+7 | |
2013-02-12 | Change ACTION_LAYER_SET_LAYER behaviour | tmk | 2 | -9/+11 | |
2013-02-12 | Add transparent layer feature in gh60 | tmk | 5 | -80/+264 | |
2013-02-11 | Now includes LUFA-120730 in repository | tmk | 306 | -0/+64019 | |
2013-02-11 | Add support for LUFA-120730 | tmk | 3 | -15/+30 | |
2013-02-11 | Boot Magic key for gh60 | tmk | 5 | -36/+70 | |
2013-02-11 | Merge branch 'keymap2' | tmk | 24 | -767/+2689 | |
Conflicts: common/keyboard.c | |||||
2013-02-11 | Fix and add some in README | tmk | 1 | -15/+115 | |
2013-02-10 | Fix is_tap_key() | tmk | 2 | -8/+8 | |
2013-02-10 | Add doc/keycode.txt | tmk | 3 | -5/+286 | |
2013-02-10 | Merge branch 'gh60' | tmk | 8 | -3/+815 | |
2013-02-10 | Add description of keymap and layer in README.md | tmk | 1 | -68/+424 | |
2013-02-10 | Clean layer actions. | tmk | 3 | -281/+199 | |
2013-02-04 | Add macro feature. | tmk | 8 | -22/+226 | |
2013-02-03 | Support for ISO/JIS keys on ADB(Issue#22) | tmk | 2 | -16/+65 | |
- ISO/JIS specific keys support.(Not tested :) - Learned how to convert ADB into HID code from: http://www.opensource.apple.com/source/IOHIDFamily/IOHIDFamily-421.18.3/IOHIDFamily/Cosmo_USB2ADB.c - Left of 1 key generates 0x0A(ADB scan code) on German layout AEKII. | |||||
2013-02-01 | Add user defined function to action. | tmk | 6 | -100/+167 | |
2013-01-31 | Add legacy keymap support. | tmk | 5 | -38/+151 | |
2013-01-31 | Fix tapping. tap key just after tap timeout. | tmk | 1 | -2/+1 | |
2013-01-30 | Fix: action LAYER_BIT uses xor now instead of and/or. | tmk | 2 | -19/+16 | |
2013-01-30 | Fix process_tapping(). | tmk | 1 | -90/+166 | |
2013-01-29 | Clean debug print in action.c. | tmk | 4 | -23/+84 | |
2013-01-28 | Clean code. | tmk | 9 | -201/+226 | |
2013-01-28 | Add tap toggle feature to action. | tmk | 3 | -49/+145 | |
2013-01-27 | Add oneshot modifier action. | tmk | 3 | -175/+236 | |
2013-01-27 | Fix keycodes. It has 32 Fn keys now. | tmk | 1 | -11/+36 | |
2013-01-27 | Remove test_func. | tmk | 1 | -10/+1 | |
2013-01-26 | New tapping logic. | tmk | 4 | -164/+216 | |