Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-23 | preonic map | Nick Choi | |
2017-05-11 | Fix spelling of "persistent" | Nikolaus Wittenstein | |
Fixes #1201. | |||
2017-04-13 | Fix warnings in CMD-Preonic | Fred Sundvik | |
The startup_sound is defined using MUSICAL_NOTEs, since non-constant initializer expressions are not allowed in C. | |||
2017-04-02 | Merge remote-tracking branch 'upstream/master' | Xyverz | |
2017-03-30 | Worked around some new Makefile issues. | nielsenz | |
2017-03-29 | Merge branch 'master' into to_push | Zay950 | |
2017-03-28 | Merge pull request #1112 from newsboytko/newsboytko/midi-keycodes | Jack Humbert | |
Flesh out MIDI support | |||
2017-03-08 | Update smt keymap READMEs | Stephen Tudor | |
2017-03-08 | Update smt keymaps for consistency | Stephen Tudor | |
2017-02-25 | Update existing keymaps | Gabriel Young | |
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-10 | Merge remote-tracking branch 'upstream/master' | Xyverz | |
2017-02-10 | Added RGB Underglow to my Preonic | Xyverz | |
2017-01-28 | s/Bkps/Bksp | Stephen Tudor | |
2017-01-28 | Carry over Planck updates to my Preonic keymap | Stephen Tudor | |
2017-01-26 | replace jackhumbert with qmk | Jack Humbert | |
2017-01-26 | Merge pull request #1033 from smt/smt/preonic | Jack Humbert | |
Add smt's keymap for Preonic | |||
2017-01-25 | Remove COLEMAK from preonic_keycodes enum | Stephen Tudor | |
2017-01-25 | layer defines to enum | Jack Humbert | |
2017-01-25 | Update readme for smt Preonic keymap | Stephen Tudor | |
2017-01-25 | Add smt keymap for Preonic | Stephen Tudor | |
2017-01-08 | Usaility changes to keymap, tidying up a bit. | xyverz | |
2016-12-13 | Changes | xyverz | |
2016-12-06 | Merge remote-tracking branch 'upstream/master' | xyverz | |
2016-11-26 | separated into api files/folder | Jack Humbert | |
2016-11-17 | rgb light through midi | Jack Humbert | |
2016-11-16 | Merge remote-tracking branch 'upstream/master' | xyverz | |
2016-11-10 | Missed removing a function | Zach Nielsen | |
2016-11-10 | Removed some common functions from my keymap | nielsenz | |
2016-11-10 | Missed some stuff. Added a song (stole it from reddit). | Zach Nielsen | |
2016-11-10 | Adding my (zach) keymaps for planck and preonic | Zach Nielsen | |
2016-10-23 | 1.2 update | jacwib | |
2016-10-22 | Update readme to reflect 1.1 changes. | jacwib | |
2016-10-22 | Update keymap to reflect 1.1 changes. | jacwib | |
2016-10-22 | Update readme to reflect changes | jacwib | |
2016-10-18 | Add files via upload | Xyverz | |
Minor layout changes | |||
2016-08-17 | tap-dance: Major rework, to make it more reliable | Gergely Nagy | |
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 | jacwib | |
2016-08-14 | Remove pointless comments | jacwib | |
2016-08-14 | Update readme.md | jacwib | |
2016-08-14 | Update Makefile | jacwib | |
2016-08-14 | Update config.h | jacwib | |
2016-08-14 | Update keymap.c | jacwib | |
2016-08-14 | Update readme.md | jacwib | |
2016-08-14 | Jack's keymap. | jacwib | |
2016-08-11 | Merge pull request #608 from finleye/master | Jack Humbert | |
Adds keymap based on Kinesis advantage | |||
2016-08-09 | adds Xyverz's keymaps (#615) | Xyverz | |
* 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 | Corey Finley | |
2016-07-28 | Create 0xdec Preonic keymap | Jordi Orlando | |
An ergonomically optimized Colemak keymap for the grid-layout Preonic | |||
2016-07-23 | Updated Readme | Jonathan Lucas | |
2016-07-23 | Did a derp and forgot to set Trans on Arrow layer | commandlinedesign | |