Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-26 | Merge branch 'master' of github.com:jackhumbert/qmk_firmware | ||
2016-04-26 | Honing in on an interval that works for me | ||
2016-04-26 | Add Roman's layout with QWERTY | ||
2016-04-26 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | ||
2016-04-26 | add hex file | ||
2016-04-26 | organize in subfolder | ||
2016-04-26 | adds freq LUT for future use | ||
2016-04-26 | adds delayed vibrato | ||
2016-04-26 | basic layout | ||
2016-04-26 | [Erez & Jack] Examples for advanced macro stuff | ||
2016-04-25 | Merge pull request #282 from jasontwong/master | ||
Add new keymap | |||
2016-04-25 | adds revisions of .hex files for planck/preonic | ||
2016-04-25 | removes old .hex files | ||
2016-04-25 | updates default voice, prunes voices | ||
2016-04-25 | addresses memory limits concerns for atomic default makefile | ||
2016-04-25 | updates preonic default keymap | ||
2016-04-25 | updates planck default keymap | ||
2016-04-24 | Compiled Hex File | ||
The keymap file to use without compilation. | |||
2016-04-24 | updating personal atomic keymap (#285) | ||
2016-04-24 | Merge pull request #280 from Twey/master | ||
Add `quantum/keymap_extras/keymap_plover.h` and a keymap. | |||
2016-04-25 | Add Twey's keymap | ||
2016-04-23 | Update keymap image | ||
Why: * The transparency made it ugly. This change addresses the need by: * Make transparent parts white. | |||
2016-04-23 | adds voice iteration to planck default | ||
2016-04-23 | Add new keymap | ||
Why: * I want a custom keymap that suits my needs. This change addresses the need by: * Cloned default keymap. * Customized layout. * Updated README. * Add an image created from keyboard layout editor. | |||
2016-04-23 | Add a keymap_extras header for Plover | ||
2016-04-22 | Fix typo (#276) | ||
2016-04-22 | adds more voice harmonics | ||
2016-04-22 | Merge remote-tracking branch 'origin/master' | ||
# Conflicts: # quantum/audio/voices.c | |||
2016-04-22 | adds fifth and fourth down voices | ||
2016-04-22 | fixed compiler warnings (#273) | ||
2016-04-21 | adds more voices, fixes macro redefines | ||
2016-04-21 | Merge pull request #271 from eltang/qmk_firmware/eeprom_wear_fix | ||
Update functions used to write to EEPROM | |||
2016-04-21 | Update functions used to write to EEPROM | ||
2016-04-21 | adds multiple voices and the ability to iterate/deiterate between them | ||
2016-04-21 | Merge pull request #265 from sboesebeck/master | ||
ErgodoxLayoutGenerator used | |||
2016-04-21 | converts tabs to spaces | ||
2016-04-21 | restructures audio, begins voicing | ||
2016-04-20 | fade envelope | ||
2016-04-20 | start of envelope function | ||
2016-04-20 | sounds for plover layout | ||
2016-04-20 | start-up sound working, removes tick with some devices | ||
2016-04-20 | there is no on | ||
2016-04-20 | delay isn't the problem here | ||
2016-04-20 | makes the plover keymap correct | ||
2016-04-20 | changed the macro generation of the ELG to use UP, DOWN, TYPE instead of ↵ | ||
U,D,T - makes it work with custom keycodes | |||
2016-04-20 | added some words about the ELG in the readme | ||
2016-04-20 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | ||
2016-04-20 | Merge branch 'master' of https://github.com/jackhumbert/tmk_keyboard | ||
2016-04-20 | fixed startup audio with a 500ms delay | ||
2016-04-20 | Merge pull request #267 from nrrkeene/master | ||
Improved modifier keys, code |