aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update the summaryskullY2017-07-031-1/+5
|
* Adjust headings on unicodeskullY2017-07-031-6/+6
|
* Update the vagrant guideskullY2017-07-031-12/+6
|
* update hand_wireskullY2017-07-031-28/+38
|
* update basic_how_keyboards_workskullY2017-07-031-41/+17
|
* Work around quoting hellskullY2017-07-031-4/+4
|
* Rewrite mouse_keys to resolve #937skullY2017-07-031-11/+73
|
* update the faqskullY2017-07-031-1/+3
|
* fix the info boxesskullY2017-07-031-4/+4
|
* Update a bunch of docsskullY2017-07-0318-327/+253
|
* reduce the TOC scopeskullY2017-06-302-5/+5
|
* tweak page-toc settingsskullY2017-06-302-13/+16
|
* try page-toc in place of navigatorskullY2017-06-301-1/+1
|
* Adjust headings to make navigator happierskullY2017-06-301-18/+14
|
* use navigator instead of neo-navigatorskullY2017-06-301-1/+1
|
* Try neo-navigator in place of etocskullY2017-06-301-5/+1
|
* start glossaryJack Humbert2017-06-292-0/+11
|
* clean-up github pageJack Humbert2017-06-291-8/+7
|
* add file to summaryJack Humbert2017-06-291-0/+1
|
* adds how to githubJack Humbert2017-06-291-0/+64
|
* Fixup the gitbook configskullY2017-06-293-4/+18
|
* remove extraneous configskullY2017-06-291-8/+0
|
* remove the rest of the new pluginsskullY2017-06-291-2/+0
|
* remove most of the new pluginsskullY2017-06-291-4/+0
|
* remove dangling commasJack Humbert2017-06-291-2/+2
|
* add missing commaskullY2017-06-291-1/+1
|
* Add some gitboot pluginsskullY2017-06-293-15/+36
|
* Polish up custom_quantum_functionsskullY2017-06-292-43/+98
|
* use default base namesJack Humbert2017-06-293-3/+1
|
* testing out new homeJack Humbert2017-06-293-120/+123
|
* restructure summaryJack Humbert2017-06-291-31/+32
|
* Flesh out the quantum_keycodes documentationskullY2017-06-281-141/+216
|
* restructure keycode docsJack Humbert2017-06-294-215/+466
|
* adds config options mdJack Humbert2017-06-282-0/+134
|
* Rough draft for a document on understanding QMKskullY2017-06-281-0/+190
|
* update some copyright headersJack Humbert2017-06-2816-6/+215
|
* cleanup nyquistJack Humbert2017-06-287-267/+33
|
* cleanup orthodoxJack Humbert2017-06-288-345/+8
|
* cleanup lets_splitJack Humbert2017-06-2820-427/+250
|
* create initial code of conductJack Humbert2017-06-271-0/+15
|
* Merge pull request #1445 from qmk/dual_audioJack Humbert2017-06-276-22/+303
|\ | | | | Allow for duophony (C6 and B5) and B5 audio
| * don't let timer1 exist without b5 being enabledJack Humbert2017-06-272-0/+4
| |
| * add new arguements, docsJack Humbert2017-06-274-2/+5
| |
| * Merge branch 'master' of https://github.com/qmk/qmk_firmware into dual_audioJack Humbert2017-06-2756-40/+4466
| |\ | |/ |/|
* | Add eclipse to the _summaryJack Humbert2017-06-271-0/+1
| |
* | Adds parenthesis where they might be neededJack Humbert2017-06-271-2/+2
| | | | | | Addresses #764
* | Merge pull request #1441 from lindhe/swedishErez Zukerman2017-06-273-0/+335
|\ \ | | | | | | Create sv_SE Qwerty layout for ErgoDox EZ
| * | Create sv_SE Qwerty layout for ErgoDoxAndreas Lindhé2017-06-273-0/+335
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *NOTE:* it might still be desirable to set the software layout to sv_SE in your OS. Swedish (sv_SE) Qwerty layout for ErgoDox, based on the Default configuration I have tried making this as close of a match I could between the [default ErgoDox EZ configuration](https://ergodox-ez.com/pages/our-firmware) and a standard Swedish Qwerty layout. Notable differences from default: ================================= * There are three special character buttons (acute accent, circumflex/tilde and apostrophe/asterisk) that don't have any buttons to map to naturally. I've put these at other places: * Acute accent (´) can be found in the lower left corner, conveniently placed to reach for making an é. * Apostrophe (') was put in the lower left corner, close to acute accent. * Circumflex (^) and asterisk (*) was placed in the lower right corner. * Tilde (~) and diaeresis (¨) I couldn't find a good place for, so I left those out. I could only get the buttons to produce a single one of the characters. How can I get it to work properly? * The Alt button on right thumb was exchanged for AltGr (RAlt). * I changed the backslash in the numpad (layer 1) for a minus. Thought it was more sensible. * I didn't find a good place for the "<>|" button, so that one was left out. That is a problem that really needs to be resolved. Pipe can be found on layer one, however.
* | Allow mod swapping for mod tap (MT) (#1202)Jack Humbert2017-06-263-1/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * allow mod swapping for mod tap * quick include * fix the mod swapping * make changes consistent with action code * fix bug * re-enable no gui, etc * fix binary comps * solid logic
* | Merge pull request #1431 from rai-suta/masterJack Humbert2017-06-255-1/+147
|\ \ | | | | | | Bugg fix and add keymap for testing JIS_KEYCODE switch.