Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-06 | Adds Python script to util directory for easier discoverability | Erez Zukerman | |
2016-06-06 | Tiny typo (#386) | TuxForLife | |
2016-06-06 | Spellchecking. | Olivier | |
2016-06-06 | Add some more function keys (vol up / down, mute, undo, cut, copy, paste). | Olivier | |
2016-06-05 | Add basic README file. | Olivier | |
2016-06-05 | adds planck keymap readme | Jack Humbert | |
2016-06-05 | updates the hand-wiring guide | Jack Humbert | |
2016-06-04 | Move keys and especially TAB more like on a TypeMatrix 2020 keyboard. Add a ↵ | Olivier | |
left SHIFT key. | |||
2016-06-04 | corrects vagrant script path from @b46f343 | Jack Humbert | |
2016-06-04 | updates vagrant script path | Jack Humbert | |
2016-06-04 | makes vagrant usable again | Jack Humbert | |
2016-06-04 | Merged the function and navigation layers. Give access to it with both ↵ | Olivier | |
thumbs. Now you can up / down / page up / page down with only one hand ! | |||
2016-06-04 | cleans up folder structure | Jack Humbert | |
* consolidates docs * deletes converter/ * updates .md references (most) | |||
2016-06-03 | Add missing elevate.exe file (#377) | Noah Andrews | |
* Stops explorer.exe from being started with admin privilieges * added missing elevate.exe file | |||
2016-06-03 | Improve string sending (#376) | Eric Tang | |
2016-06-02 | Update prebuilt firmware with code from latest pull. | Olivier | |
2016-06-02 | adds travis badge | Jack Humbert | |
2016-06-02 | Add a Travis recipe. (#374) | Daniel Svensson | |
2016-06-02 | Stops explorer.exe from being started with admin privilieges (#373) | Noah Andrews | |
2016-06-01 | new line/tab in send_string | Jack Humbert | |
2016-06-01 | adds send_string functionality (string macros) | Jack Humbert | |
2016-06-01 | Submitting ArrowPad, A QMK-based 21/24 key keypad (#372) | IBNobody | |
* 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 | |||
2016-06-01 | removes stray paren | Jack Humbert | |
2016-06-01 | Merge pull request #297 from gid0/master | Erez Zukerman | |
Add an ErgoDox bépo layout. | |||
2016-05-31 | Merge pull request #367 from waveform80/fix-unselect-rows-prototype | Erez Zukerman | |
Squash the prototype compiler warning | |||
2016-05-31 | Merge pull request #368 from waveform80/daves-layout-readme | Erez Zukerman | |
Added a README and minor tweaks for "dave" KEYMAP | |||
2016-05-31 | Merge pull request #356 from johgh/master | Erez Zukerman | |
ergodox_ez: added dvorak_spanish layout | |||
2016-05-31 | Update to Makefile an ergodox readme (#365) | Hartmut Goebel | |
* 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 ...` | |||
2016-05-31 | Added a README and minor tweaks | Dave Jones | |
2016-05-31 | Squash the prototype compiler warning | Dave Jones | |
unselect_rows declared with no parameter list; requires (void) to prevent compiler warning | |||
2016-05-30 | Rearranged the layer toggles and keys. | Thomas Anderson | |
Moved the layer toggles to be in more comfortable locations for my typing. Also expanded the use of the media layer (now called APP) and enhanced the text navigation on the control layer | |||
2016-05-30 | Merge branch 'master' of https://github.com/johgh/qmk_firmware | jorge | |
2016-05-30 | ergodox_ez: added dvorak_spanish layout | jorge | |
2016-05-29 | Merge pull request #353 from algernon/ergodox-ez/algernon | Erez Zukerman | |
My layout for the ErgoDox EZ | |||
2016-05-29 | Add support for the KC60 v2.0 2015-09-12 (#360) | Samuel Goodwin | |
* Don't save the ctags file in the repo. * Initial support for the KC60 board. Only 5x5 working so far. * Rename because this isn't the same KC60 as others. * Add in some generic layout. Pins seem to be in the right order except the 6th column spews gibberish. * Don't need this for now. * Move this to some other folder. * Trying again to start over. * Don't need to start over because I figured out why the 'broken' stuff wasn't working. * Attempt to enable backlighting. It's on on pin B7 like other boards. * Fix last port changes and fix LED control in keymap. * Trying some other LED code. * Bootloader needs to be bigger. Disabling backlight for now. * Simplify LED code while I try to figure it out. * Turn back on backlighting. * Backlighting works now. Just need to get levels or breathing working. * Trying to allow for turning off the LEDs before I get to brightness levels. * The missing link: need to run the init_ports function for LEDs to work properly. * Removing breathing stuff since it bricks the board. * Clean up default layer. * Cleanup keymap, KC60 doesn't support a 5th right bottom-row button. | |||
2016-05-29 | Fix build errors (#359) | Daniel Svensson | |
* brings gh60 up-to-date (needs testing) * brings hhkb up-to-date (needs testing) * brings jd45 up-to-date (needs testing) | |||
2016-05-28 | Corrects a backtick | Erez Zukerman | |
2016-05-28 | Corrects links | Erez Zukerman | |
2016-05-28 | Adds a roadmap to the intro section of the docs | Erez Zukerman | |
2016-05-28 | makes .SILENT (less verbose) by default - override with VERBOSE=1 | Jack Humbert | |
also took out some @echo newlines to make things a bit cleaner | |||
2016-05-28 | process_record implementation (non-breaking for process_action ATM) | Jack Humbert | |
2016-05-28 | updates quantum template to prevent backlight conflicts | Jack Humbert | |
2016-05-28 | brings alps64 up-to-date (needs testing) | Jack Humbert | |
2016-05-28 | ergodox_ez: added dvorak_spanish layout | jorge | |
2016-05-26 | removes duplicate double quote and odd whitespace | Jack Humbert | |
2016-05-26 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | Christopher Browne | |
2016-05-26 | ergodox_ez/algernon: Add a HEX file | Gergely Nagy | |
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org> | |||
2016-05-26 | ergodox_ez/algernon: New layout. | Gergely Nagy | |
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> | |||
2016-05-26 | Merge pull request #352 from algernon/ergodox-ez/supercoder | Erez Zukerman | |
ergodox_ez: Add a SuperCoder keymap | |||
2016-05-26 | ergodox_ez: Add a SuperCoder keymap | Gergely Nagy | |
Inspired by @faxm0dem, and the SuperCoder 2000 "keyboard". Signed-off-by: Gergely Nagy <algernon@madhouse-project.org> |