Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-25 | Update existing keymaps | ||
Update existing keymaps to enable MIDI_BASIC functionality. Also added an option MIDI_ENABLE_STRICT to be strict about keycode use (which also reduces memory footprint at runtime) | |||
2017-02-12 | adds soft pwm for non-timed ports | ||
2017-02-10 | Merge remote-tracking branch 'upstream/master' | ||
2017-02-10 | Added RGB Underglow to my Preonic | ||
2017-01-28 | s/Bkps/Bksp | ||
2017-01-28 | Carry over Planck updates to my Preonic keymap | ||
2017-01-26 | replace jackhumbert with qmk | ||
2017-01-26 | Merge pull request #1033 from smt/smt/preonic | ||
Add smt's keymap for Preonic | |||
2017-01-25 | Remove COLEMAK from preonic_keycodes enum | ||
2017-01-25 | layer defines to enum | ||
2017-01-25 | Update readme for smt Preonic keymap | ||
2017-01-25 | Add smt keymap for Preonic | ||
2017-01-08 | Merge remote-tracking branch 'upstream/master' | ||
2017-01-08 | Usaility changes to keymap, tidying up a bit. | ||
2016-12-20 | limit voices by default, add some drums | ||
2016-12-19 | planck preonic update | ||
2016-12-13 | Merge remote-tracking branch 'upstream/master' | ||
2016-12-13 | Changes | ||
2016-12-12 | re-enable audio and extrakeys | ||
2016-12-06 | Merge remote-tracking branch 'upstream/master' | ||
2016-11-26 | separated into api files/folder | ||
2016-11-17 | rgb light through midi | ||
2016-11-16 | Merge remote-tracking branch 'upstream/master' | ||
2016-11-10 | Missed removing a function | ||
2016-11-10 | Removed some common functions from my keymap | ||
2016-11-10 | Missed some stuff. Added a song (stole it from reddit). | ||
2016-11-10 | Adding my (zach) keymaps for planck and preonic | ||
2016-10-23 | 1.2 update | ||
2016-10-22 | Update readme to reflect 1.1 changes. | ||
2016-10-22 | Update keymap to reflect 1.1 changes. | ||
2016-10-22 | Update readme to reflect changes | ||
2016-10-18 | Add files via upload | ||
Minor layout changes | |||
2016-08-23 | Merge branch 'master' into makefile_overhaul | ||
2016-08-20 | Add default swap configs for a couple of boards. | ||
2016-08-20 | Update keyboard readme files with new makefile instructions | ||
2016-08-20 | Split keyboard makefiles into rules and Makefile | ||
2016-08-17 | tap-dance: Major rework, to make it more reliable | ||
This reworks how the tap-dance feature works: instead of one global state, we have a state for each tap-dance key, so we can cancel them when another tap-dance key is in flight. This fixes #527. Since we have a state for each key, we can avoid situation where a keyup would mess with our global state. This fixes #563. And while here, we also make sure to fire events only once, and this fixes #574. There is one breaking change, though: tap-dance debugging support was removed, because dumping the whole state would increase the firmware size too much. Any keymap that made use of this, will have to be updated (but there's no such keymap in the repo). Also, there's a nice trick used in this rework: we need to iterate through tap_dance_actions in a few places, to check for timeouts, and so on. For this, we'd need to know the size of the array. We can't discover that at compile-time, because tap-dance gets compiled separately. We'd like to avoid having to terminate the list with a sentinel value, because that would require updates to all keymaps that use the feature. So, we keep track of the highest tap-dance code seen so far, and iterate until that index. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org> | |||
2016-08-14 | Fix bug | ||
2016-08-14 | Remove pointless comments | ||
2016-08-14 | Update readme.md | ||
2016-08-14 | Update Makefile | ||
2016-08-14 | Update config.h | ||
2016-08-14 | Update keymap.c | ||
2016-08-14 | Update readme.md | ||
2016-08-14 | Jack's keymap. | ||
2016-08-11 | Merge pull request #608 from finleye/master | ||
Adds keymap based on Kinesis advantage | |||
2016-08-09 | adds Xyverz's keymaps (#615) | ||
* Adding my own keymaps to the following keyboards: Planck, Preonic, Atreus, Ergodox * Delete dvorak.png Not reflective of my layout. * Delete readme.md file cleanup, removing file that doesn't apply to my layout. * Delete old_keymap.c file cleanup * Delete README.md file clean up. * Delete README.md file cleanup * Delete keymap.c file cleanup * Changed behavior of _DVORAK layout's KC_RSFT to SFT_T(KC_ENT) for flexibility's sake. Updated the rest of the keymap to reflect the current (as of 19:37 on 08 Aug 2018) default layout and default makefile. | |||
2016-08-08 | Adds keymap based on Kinesis advantage | ||
2016-07-28 | Create 0xdec Preonic keymap | ||
An ergonomically optimized Colemak keymap for the grid-layout Preonic | |||
2016-07-23 | Updated Readme | ||