summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-07-09Configure vscode file associations, use hpp instead of hFred Sundvik11-11/+17
2017-07-09Fix keymap formattingFred Sundvik1-10/+10
2017-07-09Add tests for macrosFred Sundvik2-1/+109
2017-07-09Add wait support for testsFred Sundvik2-3/+9
2017-07-09Rename tests to start with test_Fred Sundvik2-0/+0
2017-07-09Add basic timing support, and SFT_T testsFred Sundvik9-27/+157
Also expose some bugs...
2017-07-09Add test for a combo keyFred Sundvik2-5/+44
2017-07-09Add simple modifier testFred Sundvik3-8/+32
2017-07-09Improve the tests a bitFred Sundvik1-1/+10
2017-07-09A bigger test matrix, and test for unmapped keysFred Sundvik3-5/+18
2017-07-09Rename test.cpp to keypress.cppFred Sundvik1-0/+0
2017-07-09Build all cpp files in test directoriesFred Sundvik1-1/+2
2017-07-09Move test keymap to keymap.cFred Sundvik3-7/+25
2017-07-09Exclude .build and .hex from Visual Studio codeFred Sundvik2-1/+11
2017-07-08commit files with wrong line endingsskullY33-2700/+2700
2017-07-08Merge commit '5a3397d17ec917c7be5d5109e01a3a84a355cb1b'Jack Humbert0-0/+0
2017-07-08Squashed 'lib/lufa/' changes from a44056fb9..f2bd51f4eJack Humbert1-57/+57
f2bd51f4e fixing line endings git-subtree-dir: lib/lufa git-subtree-split: f2bd51f4edba87a259808c92c0424dc36475282b
2017-07-07Merge commit 'cedfbfcb1a9ad9cf93816f1952fc4bf7c55fbb61'Jack Humbert1-0/+94
2017-07-07Squashed 'lib/lufa/' changes from 385d40300..a44056fb9Jack Humbert1-0/+94
a44056fb9 add .gitattributes git-subtree-dir: lib/lufa git-subtree-split: a44056fb9d4784e3a248f460688b35977592cb05
2017-07-07comment out unformatted audio/midi sectionsskullY1-0/+4
2017-07-07Updates Documentation from #1444Jack Humbert53-4116/+1426
2017-07-07Merge pull request #1471 from qmk/lufa_libJack Humbert1723-46179/+339507
Update LUFA and move it to /lib/lufa
2017-07-07Corrected it again.Maarten Dekkers4-17/+8
2017-07-07Cleaned and corrected keymap codeMaarten Dekkers3-24/+76
2017-07-07Own keymap layoutMaarten Dekkers3-0/+408
2017-07-07Add new keymap to try to get pretty close to the default layout for an ↵Ethan Spitz3-0/+254
ergodox keyboard. Coming from that I really like being able to use the backspace from my left thumb.
2017-07-07update includeJack Humbert1-1/+1
2017-07-07update lets_split lufa includeJack Humbert1-1/+1
2017-07-07update lufa implementationJack Humbert3-7/+8
2017-07-07delete old lufaJack Humbert529-101490/+276
2017-07-07Squashed 'lib/lufa/' content from commit 385d40300Jack Humbert1455-0/+394541
git-subtree-dir: lib/lufa git-subtree-split: 385d4030035dbaf41591309dbde47653bd03841b
2017-07-07Merge commit '60b30c036397cb5627fa374bb930794b225daa29' as 'lib/lufa'Jack Humbert1455-0/+394541
2017-07-07Merge branch 'master' into docsskullydazed149-1359/+2557
2017-07-06Update mouse_keys.mdcato9761-2/+2
fix typo
2017-07-05Fixed arrow up and rgb configMaarten Dekkers4-12/+11
2017-07-05Moved RGB features to new layoutMaarten Dekkers5-7/+79
2017-07-05Fixed image descriptionMaarten Dekkers1-1/+1
2017-07-05Added support for RGB on the Tada68Maarten Dekkers9-11/+12
2017-07-05Update readmeAndreas Lindhé1-7/+45
2017-07-05Create custom layout based on swedishAndreas Lindhé2-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.
2017-07-05Pull out sendstring variations to their own files.Shayne Holmes8-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.
2017-07-05Allow broader send_string layout customizability via compile flagShayne Holmes3-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.
2017-07-05- Fixed wording in readmedbroqua1-1/+1
2017-07-05- Updated dk60 readme with new QMK rulesdbroqua1-4/+13
2017-07-05- Fixed DK60 version in config.hdbroqua1-1/+1
2017-07-05Update the clueboard readmes (#1459)skullydazed3-117/+33
2017-07-04Changed - to _ for keymap that-canadian for compatability reasons.That-Canadian4-1/+1
2017-07-04Updated ECO files to follow proper formatting. Also updated that-canadian ↵That-Canadian4-57/+23
keymap to take out extraneous characters.
2017-07-04Updated ECO readme file, includes picture of ECO now.That-Canadian1-1/+1
2017-07-04Added ECO keyboard folder and configuration files. Also added my ↵That-Canadian14-0/+516
(That-Canadian) keymap folder and files.