Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-23 | UNICODE_MAP: remove 5 char limit; ignore leading zeroes; handle OS limitations | Priyadi Iman Nurcahyo | |
2016-10-16 | Merge pull request #815 from priyadi/unicode_map | Jack Humbert | |
Allow unicode up to 0xFFFFF using separate mapping table | |||
2016-10-12 | [Jack & Erez] Simplifies and documents TO | Jack & Erez | |
2016-10-10 | Merge pull request #808 from npoirey/master | Jack Humbert | |
Altgr quick combination and updated readme | |||
2016-10-10 | Unicode map framework. Allow unicode up to 0xFFFFF using separate | Priyadi Iman Nurcahyo | |
mapping table | |||
2016-10-09 | Reduce the default dynamic macro buffer | Wojciech Siewierski | |
There have been reports of it leaving not enough free memory preventing the keyboard from working properly. | |||
2016-10-07 | Updated Readme to help windows users use docker for build | npoirey | |
2016-09-21 | formatting | Pavlos Vinieratos | |
2016-09-15 | Added notes on vagrant file fixes, UPRINT | IBNobody | |
2016-09-08 | fixed typo in Linux install instructions | Peter Ondrejka | |
2016-09-03 | Moved breathing backlighting section in readme.md | IBNobody | |
2016-09-03 | Updated doc to contain breathing information. | IBNobody | |
2016-09-03 | Updated readme to have better backlight breathing info. | IBNobody | |
2016-08-27 | Merge pull request #695 from fredizzimo/dfu-util_instructions | Jack Humbert | |
Add dfu-util to the instructions | |||
2016-08-27 | Add dfu-util to the instructions | Fred Sundvik | |
2016-08-27 | Add unit test documentation | Fred Sundvik | |
2016-08-26 | Merge remote-tracking branch 'upstream/master' into makefile_overhaul | Fred Sundvik | |
2016-08-25 | Fix minor typo in the readme | Fred Sundvik | |
2016-08-25 | Merge branch 'master' into makefile_overhaul | Fred Sundvik | |
2016-08-24 | Merge pull request #646 from nclundsten/master | Jack Humbert | |
fix ergodox ez link | |||
2016-08-23 | Merge branch 'master' into makefile_overhaul | Fred Sundvik | |
2016-08-20 | Add warning about line endings | Fred Sundvik | |
2016-08-20 | Add instructions for Windows 10 subsystem for Linux | Fred Sundvik | |
Also simplify the linux instructions | |||
2016-08-20 | Update readme with new instructions for make | Fred Sundvik | |
2016-08-19 | Improve the dynamic macro documentation | Wojciech Siewierski | |
2016-08-17 | Merge pull request #648 from Vifon/dynamic_macros | Jack Humbert | |
Implement the dynamic macros that are recorded in runtime | |||
2016-08-18 | Add the dynamic macros documentation to the readme | Wojciech Siewierski | |
2016-08-17 | trailing slash | Nigel Lundsten | |
2016-08-17 | fix ergodox link (again?) | Nigel Lundsten | |
/ergodox/ez is a broken link, seems like the ez stuff is at /ergodox | |||
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-12 | fix link to ErgoDox EZ | Aaron Patterson | |
This just fixes the readme link to the ErgoDox EZ directory | |||
2016-07-31 | Fix the readme for the removed quick target | Fred Sundvik | |
2016-07-30 | Update some obsolete references | Gergely Nagy | |
Some links were still pointing to `/keyboards/ergodox_ez`, while the directory is `/keyboards/erdogox` now. Not all references have been updated, and some of the text here and there may need updating to mention the ErgoDox Infinity too, but that's out of the scope for this quick fix. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org> | |||
2016-07-29 | Fix the quick aliases documentation section | Fred Sundvik | |
Also move all keyboard customization documentation under the "Going Beyond the keycodes" heading. | |||
2016-07-29 | Fixed a typo | Matthias | |
Fixed a typo in line 738 'void martix_init' to 'void matrix_init' | |||
2016-07-26 | Added Tap Dance Example | Michael Klos | |
Added (simple) Tap Dance example implementation steps. | |||
2016-07-24 | Merge pull request #554 from robertdale/music-recording-documentation | Jack Humbert | |
Added music recording/playing doc | |||
2016-07-24 | Merge pull request #549 from locksmithdon/patch-1 | Jack Humbert | |
Added LEADER_EXTERNS() call to readme. | |||
2016-07-24 | added music recording/playing doc | Robert Dale | |
2016-07-24 | Added LEADER_EXTERNS() call. | Don Smith | |
This seems to be needed in most cases. | |||
2016-07-22 | readme.md: Update the tap dance docs | Gergely Nagy | |
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org> | |||
2016-07-22 | readme.md: algernon is strictly lowercase | Gergely Nagy | |
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org> | |||
2016-07-21 | Merge pull request #536 from pvinis/debug-doc | Jack Humbert | |
add some debugging doc, after i found out how to print debug messages | |||
2016-07-21 | Merge pull request #530 from sethbc/master | Jack Humbert | |
Misc. fixes from sethbc | |||
2016-07-21 | Merge pull request #525 from edasque/master | Jack Humbert | |
Added Docker as a simple way to build firmwares | |||
2016-07-19 | add link to hid_listen | Pavlos Vinieratos | |
2016-07-19 | add some debugging doc, after i found out how to print debug messages | Pavlos Vinieratos | |
2016-07-19 | add a bit of documentation | Pavlos Vinieratos | |
2016-07-17 | don't believe the hex files are posted to qmk.fm | Seth Chandler | |
2016-07-17 | update audio links | Seth Chandler | |