aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
AgeCommit message (Collapse)Author
2016-10-10Merge pull request #808 from npoirey/masterGravatar Jack Humbert
Altgr quick combination and updated readme
2016-10-10Unicode map framework. Allow unicode up to 0xFFFFF using separateGravatar Priyadi Iman Nurcahyo
mapping table
2016-10-09Reduce the default dynamic macro bufferGravatar Wojciech Siewierski
There have been reports of it leaving not enough free memory preventing the keyboard from working properly.
2016-10-07Updated Readme to help windows users use docker for buildGravatar npoirey
2016-09-21formattingGravatar Pavlos Vinieratos
2016-09-15Added notes on vagrant file fixes, UPRINTGravatar IBNobody
2016-09-08fixed typo in Linux install instructionsGravatar Peter Ondrejka
2016-09-03Moved breathing backlighting section in readme.mdGravatar IBNobody
2016-09-03Updated doc to contain breathing information.Gravatar IBNobody
2016-09-03Updated readme to have better backlight breathing info.Gravatar IBNobody
2016-08-27Merge pull request #695 from fredizzimo/dfu-util_instructionsGravatar Jack Humbert
Add dfu-util to the instructions
2016-08-27Add dfu-util to the instructionsGravatar Fred Sundvik
2016-08-27Add unit test documentationGravatar Fred Sundvik
2016-08-26Merge remote-tracking branch 'upstream/master' into makefile_overhaulGravatar Fred Sundvik
2016-08-25Fix minor typo in the readmeGravatar Fred Sundvik
2016-08-25Merge branch 'master' into makefile_overhaulGravatar Fred Sundvik
2016-08-24Merge pull request #646 from nclundsten/masterGravatar Jack Humbert
fix ergodox ez link
2016-08-23Merge branch 'master' into makefile_overhaulGravatar Fred Sundvik
2016-08-20Add warning about line endingsGravatar Fred Sundvik
2016-08-20Add instructions for Windows 10 subsystem for LinuxGravatar Fred Sundvik
Also simplify the linux instructions
2016-08-20Update readme with new instructions for makeGravatar Fred Sundvik
2016-08-19Improve the dynamic macro documentationGravatar Wojciech Siewierski
2016-08-17Merge pull request #648 from Vifon/dynamic_macrosGravatar Jack Humbert
Implement the dynamic macros that are recorded in runtime
2016-08-18Add the dynamic macros documentation to the readmeGravatar Wojciech Siewierski
2016-08-17trailing slashGravatar Nigel Lundsten
2016-08-17fix ergodox link (again?) Gravatar Nigel Lundsten
/ergodox/ez is a broken link, seems like the ez stuff is at /ergodox
2016-08-17tap-dance: Major rework, to make it more reliableGravatar 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-12fix link to ErgoDox EZGravatar Aaron Patterson
This just fixes the readme link to the ErgoDox EZ directory
2016-07-31Fix the readme for the removed quick targetGravatar Fred Sundvik
2016-07-30Update some obsolete referencesGravatar 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-29Fix the quick aliases documentation sectionGravatar Fred Sundvik
Also move all keyboard customization documentation under the "Going Beyond the keycodes" heading.
2016-07-29Fixed a typoGravatar Matthias
Fixed a typo in line 738 'void martix_init' to 'void matrix_init'
2016-07-26Added Tap Dance ExampleGravatar Michael Klos
Added (simple) Tap Dance example implementation steps.
2016-07-24Merge pull request #554 from robertdale/music-recording-documentationGravatar Jack Humbert
Added music recording/playing doc
2016-07-24Merge pull request #549 from locksmithdon/patch-1Gravatar Jack Humbert
Added LEADER_EXTERNS() call to readme.
2016-07-24added music recording/playing docGravatar Robert Dale
2016-07-24Added LEADER_EXTERNS() call.Gravatar Don Smith
This seems to be needed in most cases.
2016-07-22readme.md: Update the tap dance docsGravatar Gergely Nagy
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2016-07-22readme.md: algernon is strictly lowercaseGravatar Gergely Nagy
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2016-07-21Merge pull request #536 from pvinis/debug-docGravatar Jack Humbert
add some debugging doc, after i found out how to print debug messages
2016-07-21Merge pull request #530 from sethbc/masterGravatar Jack Humbert
Misc. fixes from sethbc
2016-07-21Merge pull request #525 from edasque/masterGravatar Jack Humbert
Added Docker as a simple way to build firmwares
2016-07-19add link to hid_listenGravatar Pavlos Vinieratos
2016-07-19add some debugging doc, after i found out how to print debug messagesGravatar Pavlos Vinieratos
2016-07-19add a bit of documentationGravatar Pavlos Vinieratos
2016-07-17don't believe the hex files are posted to qmk.fmGravatar Seth Chandler
2016-07-17update audio linksGravatar Seth Chandler
2016-07-17update tmk linkGravatar Seth Chandler
2016-07-17update link to Vagrant docfileGravatar Seth Chandler
2016-07-16update readme imagesGravatar Seth Chandler