Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core: Fix for disabling NKRO in Boot protocol | tmk | 2015-09-20 | 3 | -8/+7 |
| | |||||
* | core: Fix message print of debug command | tmk | 2015-09-20 | 1 | -2/+2 |
| | |||||
* | lufa: Fix endpoint bank mode for ATMega32u2 | tmk | 2015-09-20 | 1 | -1/+4 |
| | |||||
* | next_usb: Fix for mssing key event | tmk | 2015-09-20 | 1 | -1/+1 |
| | |||||
* | next_usb: Change LEDs usage for CapsLock status | tmk | 2015-09-20 | 2 | -1/+8 |
| | |||||
* | next_usb: Change for TMK converter configuration | tmk | 2015-09-20 | 2 | -10/+12 |
| | |||||
* | next_usb: Fix keymap | tmk | 2015-09-20 | 1 | -1/+1 |
| | |||||
* | next_usb: Fix next_kbd_set_leds() | tmk | 2015-09-20 | 1 | -4/+12 |
| | |||||
* | Merge branch 'skullydazed-assignable_RESET' | tmk | 2015-09-16 | 2 | -0/+11 |
|\ | |||||
| * | Change to KC_BOOTLOADER(KC_BTLD) | tmk | 2015-09-16 | 2 | -8/+7 |
| | | |||||
| * | Add an assignable RESET key | skullY | 2015-09-16 | 2 | -0/+12 |
| | | |||||
* | | Merge branch 'ibm4704_alps102' | tmk | 2015-09-16 | 2 | -0/+30 |
|\ \ | |/ |/| | |||||
| * | ibm4704: Add keymap for Alps models | tmk | 2015-09-07 | 2 | -0/+30 |
| | | | | | | | | https://geekhack.org/index.php?topic=54706.msg1858175#msg1858175 | ||||
* | | Fix parenthesis | tmk | 2015-09-12 | 1 | -1/+1 |
| | | |||||
* | | Fix weak modifier clear in action macro | tmk | 2015-09-12 | 1 | -0/+2 |
| | | |||||
* | | Add Ateml toolchain and remove specific chip name | tmk | 2015-09-12 | 1 | -6/+5 |
|/ | |||||
* | Fix 'enable break' commands for Alps models | tmk | 2015-09-05 | 1 | -1/+2 |
| | | | | https://geekhack.org/index.php?topic=54706.msg1856618#msg1856618 | ||||
* | Fix #239 unresponsive keys of HHKB JP during power saving | tmk | 2015-08-08 | 1 | -8/+0 |
| | |||||
* | core: Fix lufa suspend callback(#234) | tmk | 2015-07-23 | 1 | -1/+0 |
| | | | | | With matrix_power_down() in suspend event HHKB JP doesn't start up for some reason. It is unneeded in actual and removed. | ||||
* | hhkb: Add power saving code of matrix scan for JP | tmk | 2015-07-23 | 1 | -0/+8 |
| | |||||
* | usb_usb: Ignore error usage(0x01-03) report | tmk | 2015-07-15 | 1 | -9/+18 |
| | |||||
* | usb_usb: Support locking key indicator LED | tmk | 2015-07-15 | 4 | -47/+30 |
| | |||||
* | onekey: Add V-USB build | tmk | 2015-07-12 | 2 | -0/+465 |
| | |||||
* | ps2_usb: Fix for V-USB build | tmk | 2015-07-12 | 1 | -4/+4 |
| | |||||
* | ps2_usb: Fix for mbed build | tmk | 2015-07-12 | 1 | -1/+1 |
| | |||||
* | core: Add keymap section ldscript for ATMega32U2 | tmk | 2015-07-12 | 3 | -4/+279 |
| | |||||
* | m0110_usb: Change keymap and Makefile | tmk | 2015-07-11 | 8 | -286/+250 |
| | |||||
* | alps64: Change keymaps and USB descriptors. | tmk | 2015-06-26 | 4 | -9/+19 |
| | |||||
* | Add description for non-US keys on keycode.h | tmk | 2015-06-26 | 1 | -2/+2 |
| | |||||
* | sun_usb: LED update for hotplug keyboard into converter | tmk | 2015-06-03 | 1 | -10/+19 |
| | |||||
* | sun_usb: Fix LED status update at startup | tmk | 2015-06-03 | 2 | -0/+17 |
| | |||||
* | sun_usb: Fix serial recv intrrupt trriger edge #228 | tmk | 2015-06-02 | 1 | -2/+8 |
| | |||||
* | lufa: Fix console flush #223 | tmk | 2015-05-22 | 1 | -1/+23 |
| | | | | | Old console sent unneeded empty data every one milli sencond. After this fix console flushes endpoint data bank every 50ms only when needed. | ||||
* | Revert "Make action_for_key a weak symbol" | tmk | 2015-05-21 | 2 | -6/+0 |
| | | | | | | This reverts commit c17b8a599e3ec3b0a327bcd66082541f2517ab30. The commit made compile error and its intention is unclear. | ||||
* | Merge pull request #216 from DigitalBrains1/modelm101 | tmk | 2015-05-21 | 1 | -0/+60 |
|\ | | | | | Add 101-key Model M terminal keyboard | ||||
| * | Add 101-key Model M terminal keyboard | Peter Lebbing | 2015-05-17 | 1 | -0/+60 |
| | | |||||
* | | Merge pull request #217 from SaskatoonTechworks/tmk_core_action | tmk | 2015-05-21 | 2 | -0/+6 |
|\ \ | | | | | | | Make action_for_key a weak symbol | ||||
| * | | Make action_for_key a weak symbol | Dan McGregor | 2015-05-19 | 2 | -0/+6 |
|/ / | |||||
* | | Merge branch 'ibm4704_fix_protocol' | tmk | 2015-05-19 | 11 | -54/+70 |
|\ \ | |||||
| * | | ibm4704_usb: Fix protocol handling | tmk | 2015-05-19 | 5 | -29/+29 |
| | | | |||||
| * | | Add keyboard_setup() and matrix_setup() | tmk | 2015-05-19 | 6 | -6/+25 |
| | | | |||||
| * | | ibm4704_usb: Fix interrupt of clock(rising edge) | tmk | 2015-05-19 | 3 | -26/+23 |
|/ / | |||||
* / | ps2_usb: Fix pin configuration | Jun Wako | 2015-05-18 | 3 | -6/+6 |
|/ | |||||
* | ibm4704_usb: Add keymaps for 107 and 50-key | tmk | 2015-05-14 | 6 | -66/+122 |
| | |||||
* | Revert "hhkb: Fix bug of matrix initialization for JP" | tmk | 2015-05-13 | 1 | -1/+1 |
| | | | | This reverts commit adfd5b92ebdc38721c89715e9071b35ecaeb79e9. | ||||
* | hhkb: Change document | tmk | 2015-05-13 | 1 | -10/+11 |
| | |||||
* | adb_usb: Change README | tmk | 2015-05-13 | 1 | -49/+56 |
| | |||||
* | hhkb: Fix scan rate for HHKB JP #203 | tmk | 2015-05-13 | 1 | -0/+6 |
| | |||||
* | hhkb: Add build options | tmk | 2015-05-13 | 1 | -0/+4 |
| | |||||
* | hhkb: Change keymap | tmk | 2015-05-13 | 1 | -4/+37 |
| |