aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
AgeCommit message (Collapse)Author
2016-12-06Update readme.mdGravatar Jack Humbert
2016-12-03cleans-up formatting of readmeGravatar Jack Humbert
2016-12-03Updated ps2 mouse documentation in readmeGravatar Ofer Plesser
2016-12-02Merge pull request #881 from NoahAndrews/patch-1Gravatar Jack Humbert
Recommend WSL on Windows 10 [Discussion]
2016-12-01Improve docs on memory usageGravatar cbbrowne
2016-12-01More notes on .hex size protectionGravatar cbbrowne
2016-11-28Merge branch 'master' of github.com:jackhumbert/qmk_firmware into wu5y7Gravatar Jack Humbert
2016-11-27Update Unicode documentationGravatar Priyadi Iman Nurcahyo
2016-11-26A few addition to PS2 documentation.Gravatar Priyadi Iman Nurcahyo
2016-11-25Added documentation for PS/2 mouse in readmeGravatar ofples
2016-11-21merging lets_splitGravatar Jack Humbert
2016-11-17rgb light through midiGravatar Jack Humbert
2016-11-14Recommend WSL on Windows 10Gravatar Noah Andrews
At this point, I consider the batch scripts @IBNobody and I worked on to mostly be a failure. They've proven to be unreliable, too dependent on the environment they're being run in, and I've seen far too many examples of people having frustrating issues with them that I haven't been able to help them with. They can also produce misleading and confusing error messages. I've been pointing people to use the WSL for a while now. Eventually, I think we should make a proper replacement for the batch scripts, possibly with an environment in msys2. For now, the WSL method in Windows 10 is far more reliable, and is easy to set up. I also cleaned up some things in the WSL instructions themselves.
2016-11-08Merge remote-tracking branch 'refs/remotes/jackhumbert/master'Gravatar IBNobody
2016-11-06Add documentation for the variable tracingGravatar Fred Sundvik
2016-11-01Merge remote-tracking branch 'refs/remotes/jackhumbert/master'Gravatar IBNobody
2016-10-29Add link to article about Unicode Hex Input in readmeGravatar Sergey Lebedev
For me it wasn't clear what is `Unicode Hex Input`, that article clarifies it (at least for me).
2016-10-28Merge remote-tracking branch 'refs/remotes/jackhumbert/master'Gravatar IBNobody
2016-10-23Fixed some large keyboard bugsGravatar IBNobody
Fixed some bugs relating to keyboards with more than 16 columns. Also added the ability to mask off keyboard matrix bits.
2016-10-23UNICODE_MAP: remove 5 char limit; ignore leading zeroes; handle OS limitationsGravatar Priyadi Iman Nurcahyo
2016-10-16Merge pull request #815 from priyadi/unicode_mapGravatar Jack Humbert
Allow unicode up to 0xFFFFF using separate mapping table
2016-10-12[Jack & Erez] Simplifies and documents TOGravatar Jack & Erez
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