aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Update action.cEric-L-T2016-04-011-1/+1
| | |
| * | Update action.cEric-L-T2016-04-011-8/+8
| | |
| * | Update action.cEric-L-T2016-04-011-6/+6
| | |
| * | Update action.cEric-L-T2016-04-011-1/+1
| | |
| * | Update action.hEric-L-T2016-04-011-1/+0
| | |
| * | Update action.cEric-L-T2016-04-011-4/+15
| | |
| * | Cut the memory consumption of PREVENT_STUCK_MODIFIERS in halfWojciech Siewierski2016-03-274-11/+16
| | |
| * | Expose the pressed_actions_cache global variableWojciech Siewierski2016-03-152-4/+4
| | |
| * | Always provide an implementation of process_action_nocacheWojciech Siewierski2016-03-152-1/+6
| | |
| * | process_action may be called either with key cache or without itWojciech Siewierski2016-03-132-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 modifiersWojciech Siewierski2016-03-081-1/+1
| | |
| * | Fix the layer-dependent modifiers handlingWojciech Siewierski2016-03-051-1/+21
| | | | | | | | | | | | Closes #181.
* | | Fix issue #221: LGUI(KC_LSFT) does not workDidier Loiseau2016-04-061-2/+12
| |/ |/| | | | | | | | | | | on mod keys, register LGUI, LSFT etc. as normal mods instead of weak mods: - they won't be cleared when pressing another key (#188) - they won't be cleared by layer switching - LSFT(KC_LGUI) will now have the same behavior as LGUI(KC_LSFT)
* | Merge pull request #219 from IBNobody/masterJack Humbert2016-03-282-2/+5
|\ \ | | | | | | Master
| * | Minor Tweaks and DocumentationIBNobody2016-03-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixed compiler warning by including bootloader.h in keymap_common.c. Changed FORCE_NKRO to only be applied if NKRO_ENABLE is defined. Added extra documentation to the template config.h
| * | Added command to turn LED indicators off while sleepingIBNobody2016-03-281-1/+4
| | |
* | | Merge pull request #214 from cdlm/action-hookJack Humbert2016-03-282-0/+8
|\ \ \ | |/ / |/| | Add per-event user hook function
| * | Rename function to be keyboard-specificDamien Pollet2016-03-282-4/+4
| | |
| * | Add per-event user hook function to QMKDamien Pollet2016-03-282-0/+8
| | |
* | | Magic Key Overrides / Keyboard Lock / Forced NKROIBNobody2016-03-283-107/+373
|/ / | | | | | | | | | | Added Magic Key Overrides / Magic Key Cleanup / Added Keyboard Lock option to template / Added forced NKRO option to template (disabled by default)
* | Merge pull request #188 from DidierLoiseau/issue-156Erez Zukerman2016-03-274-2/+23
|\ \ | | | | | | Fix #156: clear weak mods on every key press
| * | Fix #156: clear weak mods on every key pressDidier Loiseau2016-03-084-2/+23
| |/ | | | | | | | | | | - new macro_mods bit field for mods applied by macros - weak_mods now only used for ACT_{L,R}MODS (i.e. LSFT, RSFT, LCTL etc.) - clear the _weak_ mods on every key *pressed* such that LSFT etc. can no more interfere with the next key
* | Fixed LED Function CallsIBNobody2016-03-221-2/+3
| | | | | | | | | | Fixed LED indicator function calls to match how the matrix init function calls are formatted.
* | Merge remote-tracking branch 'refs/remotes/jackhumbert/master'IBNobody2016-03-221-2/+2
|\ \ | | | | | | | | | | | | | | | # Conflicts: # quantum/template/template.c # quantum/template/template.h
| * | Addressed void* return warning in all keymapsyoyoerx2016-03-101-2/+2
| |/
* / Adding LED function pointersIBNobody2016-03-151-0/+2
|/
* Added note about using avr_setup.shdragon7882016-02-071-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-fixPeter Eichinger2016-01-252-2/+8
|\
| * Merge branch 'master' of https://github.com/jackhumbert/tmk_keyboard into audioJack Humbert2016-01-231-1/+1
| |\
| * | better integrationsJack Humbert2016-01-202-2/+8
| | |
| * | timer 3Jack Humbert2016-01-111-9/+9
| | |
| * | pwm audioJack Humbert2016-01-111-9/+9
| | |
* | | Remove led_off() it is not usedPeter Eichinger2016-01-241-2/+0
| | |
* | | Backlight fix from redditPeter Eichinger2016-01-221-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 archdragon7882015-12-301-1/+1
|/
* Fixes rolling combos for mod-tap keysErez Zukerman2015-10-281-3/+6
|
* merging tmkJack Humbert2015-10-2726-68/+3193
|
* Merge commit 'fdc38ef3f92af7adeeb4de49550d8838c8a39b5c'Jun Wako2015-09-244-0/+0
|
* core: Fix NKRO ifdefJun Wako2015-09-241-0/+2
|
* core: Fix for disabling NKRO in Boot protocoltmk2015-09-203-8/+7
|
* core: Fix message print of debug commandtmk2015-09-201-2/+2
|
* lufa: Fix endpoint bank mode for ATMega32u2tmk2015-09-201-1/+4
|
* next_usb: Fix next_kbd_set_leds()tmk2015-09-201-4/+12
|
* Change to KC_BOOTLOADER(KC_BTLD)tmk2015-09-162-8/+7
|
* Add an assignable RESET keyskullY2015-09-162-0/+12
|
* Fix parenthesistmk2015-09-121-1/+1
|
* Fix weak modifier clear in action macrotmk2015-09-121-0/+2
|
* core: Fix lufa suspend callback(#234)tmk2015-07-231-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) reporttmk2015-07-151-9/+18
|
* usb_usb: Support locking key indicator LEDtmk2015-07-151-0/+8
|