Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-13 | Merge commit 'f6d56675f9f981c5464f0ca7a1fbb0162154e8c5' | tmk | |
2015-05-13 | Squashed 'tmk_core/' changes from caca2c0..dc0e46e | tmk | |
dc0e46e Rename LUFA to LUFA-git 3bfa7fa Remove LUFA-120730 215b764 Merge commit 'afa0f22a9299686fd88f58ce09c5b521ac917e8f' as 'protocol/lufa/LUFA' afa0f22 Squashed 'protocol/lufa/LUFA/' content from commit def7fca c0c42fa Remove submodule of LUFA 30f897d Merge commit '87ced33feb74e79c3281dda36eb6d6d153399b41' as 'protocol/usb_hid/USB_Host_Shield_2.0' 87ced33 Squashed 'protocol/usb_hid/USB_Host_Shield_2.0/' content from commit aab4a69 14f6d49 Remove submodule of USB_Host_Shield_2.0 git-subtree-dir: tmk_core git-subtree-split: dc0e46eaa4367d4e218f8816e3c117895820f07c | |||
2015-05-10 | Add compile options '-fdata-sections' | Jun Wako | |
2015-04-28 | Merge branch 'mek-apelsin-lola' | tmk | |
2015-04-28 | Squashed 'tmk_core/' changes from b9e0ea0..caca2c0 | tmk | |
caca2c0 Add mouse support to ADB 5b0835a Merge commit '1fe4406f374291ab2e86e95a97341fd9c475fcb8' f2f7556 Remove unneeded tap delays #201 8124195 Fix URL of HID Usage Tables pdf 0bb4679 Fix typo of doc/keycode.txt b24fa1a Fix handling of consumer usage #199 6ae1a3d Improve anti-ghosting behavior for fast typing a4c9763 Fix dfu-programmer parameters b62b3f2 Move ring_buffer.h file 6ec424f Fix debug print 502fb0c Fix ibm4704 protocol with using interrupt git-subtree-dir: tmk_core git-subtree-split: caca2c01553394d959550034c817520d575c7fa0 | |||
2015-04-28 | Merge commit '4d116a04e94cf0d19317d5b44e4fa9f34a3e5594' | tmk | |
2015-04-26 | Add mouse support to ADB | Mekaniserad Apelsin | |
Adding the makefile options ADB_MOUSE_ENABLE and ADB_MOUSE_ACCMAX. Might have gone overboard with comments, and tried but failed at not adding more than necessary outside the converter/adb_usb/ folder. | |||
2015-04-24 | Change mbed sdk path | Jun Wako | |
2015-04-24 | Squashed 'tmk_core/' changes from 7967731..b9e0ea0 | Jun Wako | |
b9e0ea0 Merge commit '7fa9d8bdea3773d1195b04d98fcf27cf48ddd81d' as 'tool/mbed/mbed-sdk' 7fa9d8b Squashed 'tool/mbed/mbed-sdk/' content from commit 7c21ce5 git-subtree-dir: tmk_core git-subtree-split: b9e0ea08cb940de20b3610ecdda18e9d8cd7c552 | |||
2015-04-24 | Merge commit '1fe4406f374291ab2e86e95a97341fd9c475fcb8' | Jun Wako | |
2015-04-24 | Fix README | Jun Wako | |
2015-04-24 | Update for the latest mbed sdk | tmk | |
2015-04-23 | Remove unneeded tap delays #201 | Jun Wako | |
2015-04-23 | Fix URL of HID Usage Tables pdf | Jun Wako | |
2015-04-23 | Fix typo of doc/keycode.txt | Jun Wako | |
2015-04-23 | Fix handling of consumer usage #199 | Jun Wako | |
2015-04-23 | Merge branch 'mtharp-anti-ghost' | Jun Wako | |
2015-04-23 | Improve anti-ghosting behavior for fast typing | Michael Tharp | |
Keypresses would be forgotten if they began while ghosting, even if they were still pressed after ghosting ended. | |||
2015-04-23 | Fix dfu-programmer parameters | Jun Wako | |
2015-04-23 | sun_usb: import dastels's keymap of Type 3 | Jun Wako | |
https://github.com/dastels/tmk_keyboard/tree/master/converter/sun3_usb | |||
2015-04-22 | Merge branch 'ibm4704_ext' | Jun Wako | |
2015-04-22 | Move ring_buffer.h file | Jun Wako | |
2015-04-22 | Fix debug print | tmk | |
2015-04-22 | Fix ibm4704 protocol with using interrupt | tmk | |
2015-04-22 | Add keymap codelet for 77-key and 107-key | tmk | |
2015-04-22 | Update README | Jun Wako | |
2015-04-22 | Squashed 'tmk_core/' changes from 05caacc..7967731 | Jun Wako | |
7967731 Update README git-subtree-dir: tmk_core git-subtree-split: 7967731b8bcb1f0c26f7f1f909273e6ad7ae8f36 | |||
2015-04-22 | Merge commit 'a20ef7052c6e937d2f7672dd59456e55a5c08296' into master_ng | Jun Wako | |
2015-04-10 | Change TMK_DIR setting | tmk | |
2015-04-10 | Squashed 'tmk_core/' content from commit 05caacc | tmk | |
git-subtree-dir: tmk_core git-subtree-split: 05caaccec92694bb24c8c3c3a9940b96efd4605c | |||
2015-04-10 | Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core' | tmk | |
2015-04-10 | Remove core library and build files | tmk | |
2015-04-09 | Change TOP_DIR to TMK_DIR in makefiles | tmk | |
2015-04-07 | usb_hid: Update USB_Host_Shield_2.0 | Jun Wako | |
2015-04-07 | hhkb: Chane keymap for hasu | Jun Wako | |
2015-04-07 | hhkb: Fix bug of matrix initialization for JP | Jun Wako | |
2015-04-05 | Add alps64 | tmk | |
2015-03-26 | Fix for dfu-programmer 0.7 #182 | Jun Wako | |
2015-03-22 | infinity: Fix disabling watchdog | Jun Wako | |
- watchdog is timed out before disabling it by mbed startup - old booloader disable watchdog while new(2015/01) doesn't | |||
2015-03-19 | m0110: Fix Makefile | Jun Wako | |
2015-03-19 | m0110: Fix README.md and keymap_intl.c | Jun Wako | |
2015-03-19 | m0110: Add support for international keyboard | Jun Wako | |
2015-03-05 | infinity: For production model and add SpaceFn | Jun Wako | |
2015-01-26 | Fix call parameter of suspend_power_down() | Jun Wako | |
2015-01-25 | Merge pull request #176 from xauser/forhasu | tmk | |
NerD bugfix | |||
2015-01-21 | Kitten Paw, fix main README link to project. | Ralf Schmitt | |
2015-01-21 | NerD, turn BRK into PAUS to get bootloader jump back. | Ralf Schmitt | |
2015-01-19 | Add external projects using tmk_keyboard | tmk | |
2015-01-19 | Merge pull request #148 from cub-uanic/patch-1 | tmk | |
Fix keycode.txt | |||
2015-01-19 | Merge pull request #151 from bswinnerton/typo-fix | tmk | |
Fixing typo in console mode |