Commit Graph

5883 Commits (1c0fe956ac242b1c85a9b024b9b3966020b862ed)
 

Author SHA1 Message Date
tmk aad91a30a3 Add macro feature.
tmk 9a72c7b8a2 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.
tmk 1d7962ba8a Add user defined function to action.
tmk d95463f2e0 Add legacy keymap support.
tmk e760953910 Fix tapping. tap key just after tap timeout.
tmk 7e1093b70f Fix: action LAYER_BIT uses xor now instead of and/or.
tmk 10b9237fa6 Fix process_tapping().
tmk ddb560052a Clean debug print in action.c.
tmk 1e3e41a2c9 Clean code.
tmk 854c803fdd Add tap toggle feature to action.
tmk bfd7fe5862 Add oneshot modifier action.
tmk 66d5dd2842 Fix keycodes. It has 32 Fn keys now.
tmk 585e00eebe Remove test_func.
tmk ef873791bd New tapping logic.
tmk d8dddf9f25 Minor fixes in keyboard.c.
tmk 28b5f69ce5 Add prototype of Action Function.
tmk 1fe820a865 Add bootmagic keys.(hhkb)
- kick bootloader
- enable debug print
tmk f71a5217b7 Fix mods with tapping.
tmk ee7ce43335 Refactor struct keyevent_t.
tmk 567b2ae525 Fix mods with tap key but some problems still exists.
- stuck tap key after tapping. seq[mods(d), key(d), mods(u), key(u)]
- tap key doesn't work when fast type. [key(d), mods(d), key(u),
  mods(u)]
tmk 9f95e9cc27 Add support partly for modifier with tap key.
tmk f609712da3 Fix waiting_keys and periodical update for delaying layer.
tmk 32633a42c7 Fix tap key using delaying_layer and waiting_key.
tmk e6836c3f6d Fix PWM control of LED in phantom.
tmk 411de9cc22 Add new layer actions.
tmk 02b6b70e76 Add ISO support to keymap.(hid_liber)
tmk 9dfc611ae1 Fix debouncing code.(gh60)
tmk 093108825b Change keymap.(gh60)
tmk 67c64db1cc Add README and keymap layers.(GH60)
tmk c009f4643c Added Initial files for gh60.
tmk 6ebe99f37c Remove DEBUG_LED from pjrc stack.
tmk 5af988ac37 Fix bug of FAILSAFE key clear.
http://deskthority.net/workshop-f7/tmk-keyboard-firmware-collection-t4478.html#p90022
tmk 4324e16336 Fix action of system and consumer usage.
tmk 8a709c2750 Add initial fix for new keymap.
tmk cf1eb8fbc6 Add ADB extended keyboard support by blargg@GH.
This offers distinction between left/right modifiers.
tmk 72dc413a19 Merge branch 'm0110'
tmk 545f66f649 Fix keymaps in README.(M0110)
tmk 6dba103644 Fix keymap and build option.(M0110)
tmk 8c29188d3c Add keymap file for Hasu.
tmk 0ddb2147b9 Change keymap.(M0110)
tmk 7aca01ab80 Change IS_COMMAND.(M0110)
tmk 07b6c1a58c Fix debug pirnt and magic key.(M0110)
tmk 07dff3425a Merge branch 'hid_liber'
tmk e70e4a3a67 Fix debouncing and ISO layout from 4LI4Z and alaricljs.(hid_liber)
tmk b6e07aa85d Fix pin configuration error(macway). issue
tmk 94b4fba6e6 Add bitpop16() in util.c.
tmk 83f0e800e5 Merge branch 'phantom'
tmk 3f47bcbcae Fix target name and product id of pahntom.
tmk 6caefe9649 Fixes from Tranquilite@GH.
- Fix keyboard_task() when matrix column size > 16
- Add clear_keyboard() in NKRO command to avoid stucking keys.
- Fix function name in print.c.
tmk 613fdb24fc Add initial files for Phantom from Tranquilite@GH.