Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-23 | Fix debug code of serial_soft.c | ||
2013-02-23 | Fix README and comments in action.h | ||
2013-02-23 | Edit README of PC98 | ||
2013-02-22 | Fix softwere serial | ||
2013-02-22 | Add keymap for PC98 | ||
2013-02-22 | Quick Fix: read scan code from PC98 | ||
2013-02-22 | Add initial files for PC98 | ||
2013-02-21 | Fix keymap of gh60 and hhkb | ||
2013-02-20 | Fix tap key bug: layer stuck | ||
- Can't use Invert action for tap key, use On/Off insted. | |||
2013-02-20 | Add keymap clear/reset action | ||
2013-02-20 | Add overlay framework | ||
2013-02-20 | Apply new keymap for gh60 | ||
2013-02-16 | Merge branch 'layer_switch' | ||
2013-02-16 | Add keymap file of gh60 | ||
2013-02-16 | Rewrite layer action with layer_switch | ||
2013-02-16 | Add keymaps of gh60 | ||
- 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 | ||
2013-02-15 | Merge branch 'layer_stack' | ||
2013-02-15 | Fix switch_default_layer command | ||
2013-02-15 | Add poker keymap with layer stacking | ||
2013-02-15 | Add layer_stack files taking apart from action.c | ||
2013-02-15 | Fix Make dependency file names | ||
2013-02-15 | Change: 0 means default_layer in current_layer now | ||
- 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. | ||
2013-02-14 | Add layer stack | ||
2013-02-13 | Merge branch 'actionfix' | ||
2013-02-13 | Change struct key_t | ||
2013-02-13 | Change action API | ||
2013-02-13 | Merge branch 'transparent' | ||
2013-02-13 | Add 'poker' target to Makefile.pjrc of gh60 | ||
2013-02-13 | Change keymap API | ||
2013-02-13 | Make Transparent feature available to new keymaps. | ||
2013-02-12 | Fix 'chage default layer' command. | ||
2013-02-12 | Change ACTION_LAYER_SET_LAYER behaviour | ||
2013-02-12 | Add transparent layer feature in gh60 | ||
2013-02-11 | Now includes LUFA-120730 in repository | ||
2013-02-11 | Add support for LUFA-120730 | ||
2013-02-11 | Boot Magic key for gh60 | ||
2013-02-11 | Merge branch 'keymap2' | ||
Conflicts: common/keyboard.c | |||
2013-02-11 | Fix and add some in README | ||
2013-02-11 | Fix is_tap_key() | ||
2013-02-10 | Add doc/keycode.txt | ||
2013-02-10 | Merge branch 'gh60' | ||
2013-02-10 | Add description of keymap and layer in README.md | ||
2013-02-10 | Clean layer actions. | ||
2013-02-04 | Add macro feature. | ||
2013-02-03 | Support for ISO/JIS keys on ADB(Issue#22) | ||
- 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. | ||
2013-01-31 | Add legacy keymap support. | ||
2013-01-31 | Fix tapping. tap key just after tap timeout. | ||