Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | outputs size when make dfuing | Jack Humbert | 2016-05-18 | 1 | -1/+1 | |
| | ||||||
* | updates midi functionality (#331) | Jack Humbert | 2016-05-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * implements leader key for planck experimental * allows override of leader timeout * adds ability to use the leader key in seq * fixes leader keycode * adds chording prototype * fixes keycode detection * moves music mode to quantum.c * disables chording by default * adds music sequencer functionality * implements audio/music functions in quantum.c * splits up process_action to allow independent processing of actions * moves midi stuff to quantum.c * adds additional scales for midi | |||||
* | splits process_action up to handle records separately (#329) | Jack Humbert | 2016-05-15 | 3 | -39/+45 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * implements leader key for planck experimental * allows override of leader timeout * adds ability to use the leader key in seq * fixes leader keycode * adds chording prototype * fixes keycode detection * moves music mode to quantum.c * disables chording by default * adds music sequencer functionality * implements audio/music functions in quantum.c * splits up process_action to allow independent processing of actions * merging? | |||||
* | Leader key implementation (#326) | Erez Zukerman | 2016-05-15 | 3 | -5/+8 | |
| | | | | | | | | | | | | | | | | | | | | * implements leader key for planck experimental * allows override of leader timeout * adds ability to use the leader key in seq * fixes leader keycode * adds chording prototype * fixes keycode detection * moves music mode to quantum.c * disables chording by default * updates process_action functions to return bool | |||||
* | Backlight Breathing for Planck and Atomic | Jack Humbert | 2016-05-09 | 4 | -5/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Updated personal layouts * tweaked personal * Nightly - Audio Cleanup Refactored the LUTs. Abstracted some of the registers out of audio to use more functional names. Split audio into audio and audio_pwm. WIP * nightly - collapsed code * Added check for note playing to LEDs * Usability tweaks * TWEAE * nightly added extra kcs to keymap common * turned on Plank audio * Added backlight breathing to atomic * reverted accidental merge * adds backlight pulse to planck | |||||
* | [Jack & Erez] Adds an option for user-specific config.h files | Erez Zukerman | 2016-05-05 | 1 | -0/+9 | |
| | ||||||
* | Adds oneshot layer and oneshot tap toggling (#308) | Thiago Alves | 2016-05-05 | 5 | -14/+186 | |
| | | | | | | | | | | This commit is mostly a cherry-pick from `ahtn` at https://github.com/tmk/tmk_keyboard/pull/255. These are the changes: * Adds ACTION_LAYER_ONESHOT * Adds ONESHOT_TAP_TOGGLE * Mentions sticky keys in the docs on oneshot. | |||||
* | stops forcing debug_action | Jack Humbert | 2016-04-28 | 4 | -16/+16 | |
| | ||||||
* | Update functions used to write to EEPROM | Eric Tang | 2016-04-21 | 6 | -31/+31 | |
| | ||||||
* | start-up sound working, removes tick with some devices | Jack Humbert | 2016-04-20 | 1 | -1/+2 | |
| | ||||||
* | Fixed speaker being on during sleep. | IBNobody | 2016-04-18 | 1 | -1/+11 | |
| | ||||||
* | Added extra songs, LED indicator notes | IBNobody | 2016-04-17 | 1 | -0/+7 | |
| | ||||||
* | Fixed many compiler warnings related to print being disabled | IBNobody | 2016-04-17 | 7 | -45/+49 | |
| | ||||||
* | Adding Musical Notes | IBNobody | 2016-04-16 | 7 | -4/+66 | |
|\ | ||||||
| * | MAGIC functionality, AG swap in default layout | Jack Humbert | 2016-04-16 | 5 | -4/+52 | |
| | | ||||||
| * | audio on by default | Jack Humbert | 2016-04-15 | 1 | -1/+1 | |
| | | ||||||
| * | audio enable stored in eeprom | Jack Humbert | 2016-04-15 | 2 | -0/+14 | |
| | | ||||||
* | | Prepping for merge with new_defaults | IBNobody | 2016-04-15 | 2 | -15/+16 | |
|\| | ||||||
| * | the spacessss | Jack Humbert | 2016-04-15 | 2 | -15/+15 | |
| | | ||||||
| * | bootmagic somehow not getting enabled, so adding eeconfig to backlight src ↵ | Jack Humbert | 2016-04-14 | 1 | -0/+1 | |
| | | | | | | | | include cond | |||||
* | | fixed merging | IBNobody | 2016-04-14 | 2 | -15/+15 | |
|\| | ||||||
| * | changing up the makefile a bit | Jack Humbert | 2016-04-14 | 2 | -15/+15 | |
| | | ||||||
* | | Checkin | IBNobody | 2016-04-14 | 1 | -0/+1 | |
|/ | ||||||
* | Merge remote-tracking branch 'refs/remotes/jackhumbert/master' | IBNobody | 2016-04-13 | 1 | -4/+4 | |
|\ | ||||||
| * | Optimize source_layers_cache for the cache memory | Wojciech Siewierski | 2016-04-13 | 1 | -4/+4 | |
| | | | | | | | | Swapping the array indices should increase the locality of the memory access. | |||||
* | | Compiler Warnings / Atomic TLC | IBNobody | 2016-04-13 | 2 | -2/+3 | |
|/ | | | | | Corrected compiler warnings for a number of issues. Gave Atomic some TLC. | |||||
* | Merge pull request #182 from Vifon/modifier-release-fix | Erez Zukerman | 2016-04-06 | 4 | -7/+103 | |
|\ | | | | | Fix the layer-dependent modifiers handling | |||||
| * | Refactor the source layer cache encoding | Wojciech Siewierski | 2016-04-05 | 3 | -41/+71 | |
| | | ||||||
| * | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware into ↵ | Wojciech Siewierski | 2016-04-03 | 11 | -113/+414 | |
| |\ | | | | | | | | | | modifier-release-fix | |||||
| * | | Cleanup after merge | Wojciech Siewierski | 2016-04-02 | 1 | -7/+13 | |
| | | | | | | | | | | | | | | | | | | | | | - remove a superfluous parenthesis - wrap lines longer than 80 characters - add const specifiers where appropriate - remove unnecessary casts | |||||
| * | | 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/+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. | |||||
* | | | Fix issue #221: LGUI(KC_LSFT) does not work | Didier Loiseau | 2016-04-06 | 1 | -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/master | Jack Humbert | 2016-03-28 | 2 | -2/+5 | |
|\ \ | | | | | | | Master |