Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-02 | Update action.c | ||
2016-04-02 | Update action.c | ||
2016-04-01 | Update action.c | ||
2016-04-01 | Update action.c | ||
2016-04-01 | Update action.c | ||
2016-04-01 | Update action.c | ||
2016-04-01 | Update action.h | ||
2016-04-01 | Update action.c | ||
2016-03-28 | Merge pull request #219 from IBNobody/master | ||
Master | |||
2016-03-28 | Minor Tweaks and Documentation | ||
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 | |||
2016-03-28 | Added command to turn LED indicators off while sleeping | ||
2016-03-28 | Merge pull request #214 from cdlm/action-hook | ||
Add per-event user hook function | |||
2016-03-28 | Rename function to be keyboard-specific | ||
2016-03-28 | Add per-event user hook function to QMK | ||
2016-03-28 | Magic Key Overrides / Keyboard Lock / Forced NKRO | ||
Added Magic Key Overrides / Magic Key Cleanup / Added Keyboard Lock option to template / Added forced NKRO option to template (disabled by default) | |||
2016-03-27 | Cut the memory consumption of PREVENT_STUCK_MODIFIERS in half | ||
2016-03-27 | Merge pull request #188 from DidierLoiseau/issue-156 | ||
Fix #156: clear weak mods on every key press | |||
2016-03-22 | Fixed LED Function Calls | ||
Fixed LED indicator function calls to match how the matrix init function calls are formatted. | |||
2016-03-22 | Merge remote-tracking branch 'refs/remotes/jackhumbert/master' | ||
# Conflicts: # quantum/template/template.c # quantum/template/template.h | |||
2016-03-15 | Adding LED function pointers | ||
2016-03-15 | Expose the pressed_actions_cache global variable | ||
2016-03-15 | Always provide an implementation of process_action_nocache | ||
2016-03-13 | process_action may be called either with key cache or without it | ||
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. | |||
2016-03-10 | Addressed void* return warning in all keymaps | ||
2016-03-08 | Fix #156: clear weak mods on every key press | ||
- 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 | |||
2016-03-08 | Document the issue of stuck modifiers | ||
2016-03-05 | Fix the layer-dependent modifiers handling | ||
Closes #181. | |||
2016-02-07 | Added note about using avr_setup.sh | ||
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. | |||
2016-01-25 | Merge branch 'master' into flicker-fix | ||
2016-01-24 | Remove led_off() it is not used | ||
2016-01-23 | Merge branch 'master' of https://github.com/jackhumbert/tmk_keyboard into audio | ||
2016-01-22 | Backlight fix from reddit | ||
https://www.reddit.com/r/olkb/comments/41ur41/crazy_flashing_when_my_computer_sleeps/ | |||
2016-01-20 | better integrations | ||
2016-01-11 | timer 3 | ||
2016-01-11 | pwm audio | ||
2015-12-30 | Added note about avr-libc also being required at least for arch | ||
2015-10-28 | Fixes rolling combos for mod-tap keys | ||
2015-10-27 | merging tmk | ||
2015-09-24 | Merge commit 'fdc38ef3f92af7adeeb4de49550d8838c8a39b5c' | ||
2015-09-24 | core: Fix NKRO ifdef | ||
2015-09-20 | core: Fix for disabling NKRO in Boot protocol | ||
2015-09-20 | core: Fix message print of debug command | ||
2015-09-20 | lufa: Fix endpoint bank mode for ATMega32u2 | ||
2015-09-20 | next_usb: Fix next_kbd_set_leds() | ||
2015-09-16 | Change to KC_BOOTLOADER(KC_BTLD) | ||
2015-09-16 | Add an assignable RESET key | ||
2015-09-12 | Fix parenthesis | ||
2015-09-12 | Fix weak modifier clear in action macro | ||
2015-07-23 | core: Fix lufa suspend callback(#234) | ||
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-15 | usb_usb: Ignore error usage(0x01-03) report | ||