summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-21Add doc of HHKB original keycodestmk
2015-10-15Fix port setting of alps64/matrix.ctmk
2015-09-24Merge commit 'fdc38ef3f92af7adeeb4de49550d8838c8a39b5c'Jun Wako
2015-09-24Squashed 'tmk_core/' changes from dc0e46e..57d27a8Jun Wako
57d27a8 Merge branch 'core_update_150924' into core 024abe3 core: Fix NKRO ifdef 7aa2d30 core: Fix for disabling NKRO in Boot protocol 95651fd core: Fix message print of debug command c20cd29 lufa: Fix endpoint bank mode for ATMega32u2 82ac21f next_usb: Fix next_kbd_set_leds() 537d9c7 Change to KC_BOOTLOADER(KC_BTLD) f2b3772 Add an assignable RESET key fc99257 Fix parenthesis e852582 Fix weak modifier clear in action macro c2a6c5c core: Fix lufa suspend callback(#234) fa548c5 usb_usb: Ignore error usage(0x01-03) report 513d95c usb_usb: Support locking key indicator LED cd78802 core: Add keymap section ldscript for ATMega32U2 70c9abd Add description for non-US keys on keycode.h 538c192 lufa: Fix console flush #223 87628c9 Revert "Make action_for_key a weak symbol" 3c0a1ba Make action_for_key a weak symbol 6bb0d7d ibm4704_usb: Fix protocol handling b6ef5cf Add keyboard_setup() and matrix_setup() f4bb8b2 ibm4704_usb: Fix interrupt of clock(rising edge) 0c1fcc1 usb_usb: Change debug LED pin config 595710d Reduce code size of magic commands 6bed174 Add description of AVR bootloader and boot section 54c6a01 Merge commit 'f6d56675f9f981c5464f0ca7a1fbb0162154e8c5' d18d42e Merge branch 'core-update2' into core febec88 Add compile options '-fdata-sections' git-subtree-dir: tmk_core git-subtree-split: 57d27a8e39173a589b4abae74851f95c39940174
2015-09-24core: Fix NKRO ifdefJun Wako
2015-09-24ibm4704: Add keymap for Alps 102-keyJun Wako
2015-09-20core: Fix for disabling NKRO in Boot protocoltmk
2015-09-20core: Fix message print of debug commandtmk
2015-09-20lufa: Fix endpoint bank mode for ATMega32u2tmk
2015-09-20next_usb: Fix for mssing key eventtmk
2015-09-20next_usb: Change LEDs usage for CapsLock statustmk
2015-09-20next_usb: Change for TMK converter configurationtmk
2015-09-20next_usb: Fix keymaptmk
2015-09-20next_usb: Fix next_kbd_set_leds()tmk
2015-09-16Merge branch 'skullydazed-assignable_RESET'tmk
2015-09-16Change to KC_BOOTLOADER(KC_BTLD)tmk
2015-09-16Add an assignable RESET keyskullY
2015-09-16Merge branch 'ibm4704_alps102'tmk
2015-09-12Fix parenthesistmk
2015-09-12Fix weak modifier clear in action macrotmk
2015-09-12Add Ateml toolchain and remove specific chip nametmk
2015-09-07ibm4704: Add keymap for Alps modelstmk
https://geekhack.org/index.php?topic=54706.msg1858175#msg1858175
2015-09-05Fix 'enable break' commands for Alps modelstmk
https://geekhack.org/index.php?topic=54706.msg1856618#msg1856618
2015-08-08Fix #239 unresponsive keys of HHKB JP during power savingtmk
2015-07-23core: Fix lufa suspend callback(#234)tmk
With matrix_power_down() in suspend event HHKB JP doesn't start up for some reason. It is unneeded in actual and removed.
2015-07-23hhkb: Add power saving code of matrix scan for JPtmk
2015-07-15usb_usb: Ignore error usage(0x01-03) reporttmk
2015-07-15usb_usb: Support locking key indicator LEDtmk
2015-07-12onekey: Add V-USB buildtmk
2015-07-12ps2_usb: Fix for V-USB buildtmk
2015-07-12ps2_usb: Fix for mbed buildtmk
2015-07-12core: Add keymap section ldscript for ATMega32U2tmk
2015-07-11m0110_usb: Change keymap and Makefiletmk
2015-06-26alps64: Change keymaps and USB descriptors.tmk
2015-06-26Add description for non-US keys on keycode.htmk
2015-06-03sun_usb: LED update for hotplug keyboard into convertertmk
2015-06-03sun_usb: Fix LED status update at startuptmk
2015-06-02sun_usb: Fix serial recv intrrupt trriger edge #228tmk
2015-05-22lufa: Fix console flush #223tmk
Old console sent unneeded empty data every one milli sencond. After this fix console flushes endpoint data bank every 50ms only when needed.
2015-05-21Revert "Make action_for_key a weak symbol"tmk
This reverts commit c17b8a599e3ec3b0a327bcd66082541f2517ab30. The commit made compile error and its intention is unclear.
2015-05-21Merge pull request #216 from DigitalBrains1/modelm101tmk
Add 101-key Model M terminal keyboard
2015-05-21Merge pull request #217 from SaskatoonTechworks/tmk_core_actiontmk
Make action_for_key a weak symbol
2015-05-19Make action_for_key a weak symbolDan McGregor
2015-05-19Merge branch 'ibm4704_fix_protocol'tmk
2015-05-19ibm4704_usb: Fix protocol handlingtmk
2015-05-19Add keyboard_setup() and matrix_setup()tmk
2015-05-19ibm4704_usb: Fix interrupt of clock(rising edge)tmk
2015-05-18ps2_usb: Fix pin configurationJun Wako
2015-05-17Add 101-key Model M terminal keyboardPeter Lebbing
2015-05-14ibm4704_usb: Add keymaps for 107 and 50-keytmk