Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adds planck keymap readme | Jack Humbert | 2016-06-05 | 1 | -0/+22 |
| | |||||
* | updates the hand-wiring guide | Jack Humbert | 2016-06-05 | 1 | -1/+1 |
| | |||||
* | corrects vagrant script path from @b46f343 | Jack Humbert | 2016-06-04 | 1 | -1/+1 |
| | |||||
* | updates vagrant script path | Jack Humbert | 2016-06-04 | 1 | -1/+1 |
| | |||||
* | makes vagrant usable again | Jack Humbert | 2016-06-04 | 2 | -1/+1 |
| | |||||
* | cleans up folder structure | Jack Humbert | 2016-06-04 | 151 | -12799/+12 |
| | | | | | | * consolidates docs * deletes converter/ * updates .md references (most) | ||||
* | Add missing elevate.exe file (#377) | Noah Andrews | 2016-06-03 | 1 | -0/+0 |
| | | | | | | * Stops explorer.exe from being started with admin privilieges * added missing elevate.exe file | ||||
* | Improve string sending (#376) | Eric Tang | 2016-06-03 | 2 | -52/+104 |
| | |||||
* | adds travis badge | Jack Humbert | 2016-06-02 | 1 | -0/+1 |
| | |||||
* | Add a Travis recipe. (#374) | Daniel Svensson | 2016-06-02 | 1 | -0/+37 |
| | |||||
* | Stops explorer.exe from being started with admin privilieges (#373) | Noah Andrews | 2016-06-02 | 5 | -46/+88 |
| | |||||
* | new line/tab in send_string | Jack Humbert | 2016-06-01 | 2 | -3/+2 |
| | |||||
* | adds send_string functionality (string macros) | Jack Humbert | 2016-06-01 | 2 | -0/+56 |
| | |||||
* | Submitting ArrowPad, A QMK-based 21/24 key keypad (#372) | IBNobody | 2016-06-01 | 12 | -0/+1308 |
| | | | | | | | | | | | | | | | | * Created arrow pad, a QMK based numpad designed for heavy text editing * Enabled backlighting, numlock indicator, and forced nkro for arrowpad * WIP Arrowpad 21 * WIP Arrowpad 21 * Combined Arrow Pad 21 and 24 * Combined Arrow Pad 21 and 24 * Removed 21 folder | ||||
* | removes stray paren | Jack Humbert | 2016-06-01 | 1 | -1/+1 |
| | |||||
* | Merge pull request #297 from gid0/master | Erez Zukerman | 2016-06-01 | 3 | -0/+1546 |
|\ | | | | | Add an ErgoDox bépo layout. | ||||
| * | Update firmware with latest QMK code. | Olivier | 2016-04-30 | 1 | -975/+975 |
| | | |||||
| * | Merge https://github.com/jackhumbert/qmk_firmware | Olivier | 2016-04-30 | 127 | -11022/+22421 |
| |\ | |||||
| * | | Add a macro for Ctrl+Alt+Fx. | Olivier | 2016-04-30 | 2 | -1189/+1202 |
| | | | |||||
| * | | Use aliases where available. No firmware change. | Olivier | 2016-04-17 | 1 | -6/+6 |
| | | | |||||
| * | | Commit firmware up-to-date with latest upstream qmk_firmware changes. | Olivier | 2016-04-17 | 1 | -972/+996 |
| | | | |||||
| * | | Merge https://github.com/jackhumbert/qmk_firmware | Olivier | 2016-04-17 | 53 | -1845/+4157 |
| |\ \ | |||||
| * | | | Add underscore "_" character in the qwerty compatibility layer. | Olivier | 2016-04-17 | 2 | -3/+3 |
| | | | | |||||
| * | | | Even more compatibility with QWERTY systems : added most useful characters ↵ | Olivier | 2016-04-16 | 2 | -1131/+1180 |
| | | | | | | | | | | | | | | | | needing AltGr on a bepo layout. This compatibility layer is still not perfect, but now usable to type with a bepo-like layout on a qwerty system. | ||||
| * | | | More compatibility with QWERTY systems. | Olivier | 2016-04-16 | 2 | -1133/+1181 |
| | | | | |||||
| * | | | Simple layer to allow the keyboard to act like a bepo keyboard when plugged ↵ | Olivier | 2016-04-16 | 2 | -1128/+1177 |
| | | | | | | | | | | | | | | | | on a qwerty system. Doesn't work with modifiers for now. | ||||
| * | | | Add mouse navigation keys on a new layer. | Olivier | 2016-04-16 | 2 | -1086/+1134 |
| | | | | |||||
| * | | | More concise, no functional change. | Olivier | 2016-04-16 | 1 | -1/+1 |
| | | | | |||||
| * | | | Allow the "00" keypad key to act like a repeating 0 when held down. | Olivier | 2016-04-16 | 2 | -1103/+1106 |
| | | | | |||||
| * | | | Correct a bug with stuck modifier keys when they were used with other layers ↵ | Olivier | 2016-04-16 | 2 | -20/+20 |
| | | | | | | | | | | | | | | | | (like when selecting with shift and navigation keys) and released before the layout switch keys. | ||||
| * | | | Second try with a (maybe) more practical layout : | Olivier | 2016-04-16 | 3 | -46/+46 |
| | | | | | | | | | | | | | | | | | | | | | | | | - layer modifiers in the thumb clusters, Alt-F1 - Alt-F4 should now be easier to type - new Alt and Ctrl keys in the bottom row are more easily reachable with thumbs than the little thumb cluster keys, and feel more like traditional keyboards - thumb backspace wasn't great due to lower precision and repeat rate than index fingers | ||||
| * | | | Merge branch 'master' of https://github.com/gid0/qmk_firmware | Olivier | 2016-04-16 | 0 | -0/+0 |
| |\ \ \ | |||||
| | * | | | Layout preview generated on keyboard-layout-editor.com. | Olivier | 2016-04-16 | 1 | -0/+0 |
| | | | | | |||||
| | * | | | First version of a bepo (french layout based on Dvorak rules) keymap. | Olivier | 2016-04-11 | 2 | -0/+1312 |
| | | | | | |||||
| | * | | | Merge pull request #246 from romanzolotarev/master | Erez Zukerman | 2016-04-11 | 5 | -5/+1331 |
| | |\ \ \ | | | | | | | | | | | | | Add a new layout with arrows in the home row | ||||
| | | * | | | Add HJKL layout | Roman Zolotarev | 2016-04-11 | 5 | -5/+1331 |
| | | | | | | |||||
| * | | | | | Layout preview generated on keyboard-layout-editor.com. | Olivier | 2016-04-16 | 1 | -0/+0 |
| | | | | | | |||||
| * | | | | | First version of a bepo (french layout based on Dvorak rules) keymap. | zozo | 2016-04-11 | 2 | -0/+1312 |
| | | | | | | |||||
* | | | | | | Merge pull request #367 from waveform80/fix-unselect-rows-prototype | Erez Zukerman | 2016-05-31 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Squash the prototype compiler warning | ||||
| * | | | | | | Squash the prototype compiler warning | Dave Jones | 2016-05-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unselect_rows declared with no parameter list; requires (void) to prevent compiler warning | ||||
* | | | | | | | Merge pull request #368 from waveform80/daves-layout-readme | Erez Zukerman | 2016-05-31 | 3 | -1136/+1222 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Added a README and minor tweaks for "dave" KEYMAP | ||||
| * | | | | | | | Added a README and minor tweaks | Dave Jones | 2016-05-31 | 3 | -1136/+1222 |
| |/ / / / / / | |||||
* | | | | | | | Merge pull request #356 from johgh/master | Erez Zukerman | 2016-05-31 | 3 | -0/+5754 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | ergodox_ez: added dvorak_spanish layout | ||||
| * \ \ \ \ \ \ | Merge branch 'master' of https://github.com/johgh/qmk_firmware | jorge | 2016-05-30 | 0 | -0/+0 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | ergodox_ez: added dvorak_spanish layout | jorge | 2016-05-28 | 2 | -0/+383 |
| | | | | | | | | | |||||
| * | | | | | | | | ergodox_ez: added dvorak_spanish layout | jorge | 2016-05-30 | 3 | -0/+5754 |
| |/ / / / / / / | |||||
* | / / / / / / | Update to Makefile an ergodox readme (#365) | Hartmut Goebel | 2016-05-31 | 2 | -4/+9 |
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Autodetect teensy-loader-cli over teensy_loader_cli. Some distributions (e.g. Arch Linux, Guix) install teensy_loader_cli as teensy-loader-cli. Use this one if it is installed. * Update ergodox_ez/readme.md - Mention Linux distris providing teensy-loader-cli - Mention `make teensy ...` | ||||
* | | | | | | | Merge pull request #353 from algernon/ergodox-ez/algernon | Erez Zukerman | 2016-05-29 | 10 | -0/+3029 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | My layout for the ErgoDox EZ | ||||
| * | | | | | | | ergodox_ez/algernon: Add a HEX file | Gergely Nagy | 2016-05-26 | 1 | -0/+1259 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Nagy <algernon@madhouse-project.org> | ||||
| * | | | | | | | ergodox_ez/algernon: New layout. | Gergely Nagy | 2016-05-26 | 9 | -0/+1770 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a squashed up version of the layout I have been working on for the past month or so. Based on Dvorak, with a lot of unconventional stuff thrown in for good measures. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org> |