aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | 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
| | | |
* | | | Merge pull request #1471 from qmk/lufa_libJack Humbert2017-07-071957-99239/+392567
|\ \ \ \ | | | | | | | | | | Update LUFA and move it to /lib/lufa
| * | | | update includeJack Humbert2017-07-071-1/+1
| | | | |
| * | | | update lets_split lufa includeJack Humbert2017-07-071-1/+1
| | | | |
| * | | | update lufa implementationJack Humbert2017-07-073-7/+8
| | | | |
| * | | | delete old lufaJack Humbert2017-07-07529-101490/+276
| | | | |
| * | | | Merge commit '60b30c036397cb5627fa374bb930794b225daa29' as 'lib/lufa'Jack Humbert2017-07-071455-0/+394541
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | Squashed 'lib/lufa/' content from commit 385d40300Jack Humbert2017-07-071455-0/+394541
| | / | | | | | | | | | | | | git-subtree-dir: lib/lufa git-subtree-split: 385d4030035dbaf41591309dbde47653bd03841b
* | | Corrected it again.Maarten Dekkers2017-07-074-17/+8
| | |
* | | Cleaned and corrected keymap codeMaarten Dekkers2017-07-073-24/+76
| | |
* | | Own keymap layoutMaarten Dekkers2017-07-073-0/+408
| | |
* | | Add new keymap to try to get pretty close to the default layout for an ↵Ethan Spitz2017-07-073-0/+254
|/ / | | | | | | ergodox keyboard. Coming from that I really like being able to use the backspace from my left thumb.
* | Update mouse_keys.mdcato9762017-07-061-2/+2
| | | | | | fix typo
* | Fixed arrow up and rgb configMaarten Dekkers2017-07-054-12/+11
| |
* | Moved RGB features to new layoutMaarten Dekkers2017-07-055-7/+79
| |
* | Fixed image descriptionMaarten Dekkers2017-07-051-1/+1
| |
* | Added support for RGB on the Tada68Maarten Dekkers2017-07-059-11/+12
| |
* | Update readmeAndreas Lindhé2017-07-051-7/+45
| |
* | Create custom layout based on swedishAndreas Lindhé2017-07-052-0/+211
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a setup that is very useful for me. It may or may not be for you. I will use it in conjunction with the A5 overlayed sv_SE layout. The layout is subject to change (in particular I'm thinking about adding a macro recording feature), but it have not changed much the past year or two so you can expect it to be stable enough to learn it. A5: http://aoeu.info/s/dvorak/svorak My xkb map: https://github.com/lindhe/dotfiles/blob/master/usr/share/X11/xkb/symbols/se-A5 The most major points: ====================== L0: --- * Easily accessible F11 key for fullscreening * Print screen * Middle mouse button for X-paste * Improved reachability of meta buttons (LCtrl, LALt, AltGr, LGui etc.) * Cluster Page Up/Down + Home/End by the right thumb * Vim-like arrow layout in right bottom row * Set media layer toggle to right thumb (Enter) * Set apostrophe on LCtl (putting it next to some other small characters) L1: --- * Full function key layout * Teensy button L2: --- * Improved media buttons layout (close by the jkl; Vim binding) * Improved layout of emulated mouse buttons LED behaviour to binary+CAPS ============================ The ErgoDox LEDs on this layout is using the two rightmost LEDs as the two LSB in a two digit binary number, representing layer 0, 1, 2 and 3. The leftmost byte/LED indicates CAPS status.
* | Pull out sendstring variations to their own files.Shayne Holmes2017-07-058-92/+153
| | | | | | | | | | | | | | | | | | | | | | Instead of having all sendstring keycode mappings in the main quantum.c file, give each one its own file in keymap_extras that can be #included in a user's keymap. If one is included, it will define the appropriate lookup tables and overwrite the weak definitions in quantum.c. (Including more than one sendstring definition will fail at compile time.) Update @rai-suta's test keymap to match, as well as the documentation.
* | Allow broader send_string layout customizability via compile flagShayne Holmes2017-07-053-143/+96
| | | | | | | | | | | | | | | | | | | | Refactor new-ish JIS_KEYCODE send_string implementation with existing send_string Reshuffle JIS in line with other alternative keycodes for sendstring, and make them all accessible via compile-time options Add a separate function to allow sending a string with a delay.
* | - Fixed wording in readmedbroqua2017-07-051-1/+1
| |
* | - Updated dk60 readme with new QMK rulesdbroqua2017-07-051-4/+13
| |
* | - Fixed DK60 version in config.hdbroqua2017-07-051-1/+1
| |
* | Update the clueboard readmes (#1459)skullydazed2017-07-053-117/+33
| |
* | Changed - to _ for keymap that-canadian for compatability reasons.That-Canadian2017-07-044-1/+1
| |
* | Updated ECO files to follow proper formatting. Also updated that-canadian ↵That-Canadian2017-07-044-57/+23
| | | | | | | | keymap to take out extraneous characters.
* | Updated ECO readme file, includes picture of ECO now.That-Canadian2017-07-041-1/+1
| |
* | Added ECO keyboard folder and configuration files. Also added my ↵That-Canadian2017-07-0414-0/+516
| | | | | | | | (That-Canadian) keymap folder and files.