Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update action.c | eltang | 2016-04-02 | 1 | -1/+1 |
| | |||||
* | Update action.c | eltang | 2016-04-02 | 1 | -1/+1 |
| | |||||
* | Update action.c | eltang | 2016-04-02 | 1 | -1/+1 |
| | |||||
* | Update action.c | eltang | 2016-04-02 | 1 | -1/+1 |
| | |||||
* | Update action.c | eltang | 2016-04-02 | 1 | -1/+2 |
| | |||||
* | Update action.c | Eric-L-T | 2016-04-01 | 1 | -1/+1 |
| | |||||
* | Update action.c | Eric-L-T | 2016-04-01 | 1 | -8/+8 |
| | |||||
* | Update action.c | Eric-L-T | 2016-04-01 | 1 | -6/+6 |
| | |||||
* | Update action.c | Eric-L-T | 2016-04-01 | 1 | -1/+1 |
| | |||||
* | Update action.h | Eric-L-T | 2016-04-01 | 1 | -1/+0 |
| | |||||
* | Update action.c | Eric-L-T | 2016-04-01 | 1 | -4/+15 |
| | |||||
* | Cut the memory consumption of PREVENT_STUCK_MODIFIERS in half | Wojciech Siewierski | 2016-03-27 | 4 | -11/+16 |
| | |||||
* | Expose the pressed_actions_cache global variable | Wojciech Siewierski | 2016-03-15 | 2 | -4/+4 |
| | |||||
* | Always provide an implementation of process_action_nocache | Wojciech Siewierski | 2016-03-15 | 2 | -1/+6 |
| | |||||
* | process_action may be called either with key cache or without it | Wojciech Siewierski | 2016-03-13 | 2 | -0/+19 |
| | | | | | | | If one wants to temporarily disable the key cache (for example because it interferes with a macro), `disable_action_cache` must be set to `true`. `process_action_nocache` is a simple wrapper doing just that for a single call. | ||||
* | Document the issue of stuck modifiers | Wojciech Siewierski | 2016-03-08 | 1 | -1/+1 |
| | |||||
* | Fix the layer-dependent modifiers handling | Wojciech Siewierski | 2016-03-05 | 1 | -1/+21 |
| | | | | Closes #181. | ||||
* | Added note about using avr_setup.sh | dragon788 | 2016-02-07 | 1 | -1/+1 |
| | | | On most Linux distributions the avr_setup.sh script can be sourced ```. avr_setup.sh``` or under Bash ```source avr_setup.sh```. This will try and detect the appropriate package manager and install the required packages. | ||||
* | Merge branch 'master' into flicker-fix | Peter Eichinger | 2016-01-25 | 2 | -2/+8 |
|\ | |||||
| * | Merge branch 'master' of https://github.com/jackhumbert/tmk_keyboard into audio | Jack Humbert | 2016-01-23 | 1 | -1/+1 |
| |\ | |||||
| * | | better integrations | Jack Humbert | 2016-01-20 | 2 | -2/+8 |
| | | | |||||
| * | | timer 3 | Jack Humbert | 2016-01-11 | 1 | -9/+9 |
| | | | |||||
| * | | pwm audio | Jack Humbert | 2016-01-11 | 1 | -9/+9 |
| | | | |||||
* | | | Remove led_off() it is not used | Peter Eichinger | 2016-01-24 | 1 | -2/+0 |
| | | | |||||
* | | | Backlight fix from reddit | Peter Eichinger | 2016-01-22 | 1 | -0/+13 |
| |/ |/| | | | | | https://www.reddit.com/r/olkb/comments/41ur41/crazy_flashing_when_my_computer_sleeps/ | ||||
* | | Added note about avr-libc also being required at least for arch | dragon788 | 2015-12-30 | 1 | -1/+1 |
|/ | |||||
* | Fixes rolling combos for mod-tap keys | Erez Zukerman | 2015-10-28 | 1 | -3/+6 |
| | |||||
* | merging tmk | Jack Humbert | 2015-10-27 | 26 | -68/+3193 |
| | |||||
* | Merge commit 'fdc38ef3f92af7adeeb4de49550d8838c8a39b5c' | Jun Wako | 2015-09-24 | 4 | -0/+0 |
| | |||||
* | core: Fix NKRO ifdef | Jun Wako | 2015-09-24 | 1 | -0/+2 |
| | |||||
* | 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 next_kbd_set_leds() | tmk | 2015-09-20 | 1 | -4/+12 |
| | |||||
* | 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 |
| | |||||
* | Fix parenthesis | tmk | 2015-09-12 | 1 | -1/+1 |
| | |||||
* | Fix weak modifier clear in action macro | tmk | 2015-09-12 | 1 | -0/+2 |
| | |||||
* | 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. | ||||
* | 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 | 1 | -0/+8 |
| | |||||
* | core: Add keymap section ldscript for ATMega32U2 | tmk | 2015-07-12 | 3 | -4/+279 |
| | |||||
* | Add description for non-US keys on keycode.h | tmk | 2015-06-26 | 1 | -2/+2 |
| | |||||
* | 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. | ||||
* | Make action_for_key a weak symbol | Dan McGregor | 2015-05-19 | 2 | -0/+6 |
| | |||||
* | ibm4704_usb: Fix protocol handling | tmk | 2015-05-19 | 1 | -9/+11 |
| | |||||
* | 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 | 1 | -21/+18 |
| | |||||
* | usb_usb: Change debug LED pin config | tmk | 2015-05-13 | 1 | -10/+0 |
| |