Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-07 | Merge pull request #364 from techtomas/techtomas | Erez Zukerman | |
Rearranged the layer toggles and keys. | |||
2016-06-07 | Updated readme to fix a typo and list out hotkey shortcuts | Thomas Anderson | |
2016-06-07 | Add support for vagrant-docker (#389) | Aron Griffis | |
* clean trailing ws in Vagrantfile and util/avr_setup.sh * replace triple quotes with heredoc. Ruby doesn't have triple quotes; that's a Python thing. This was just being parsed as multiple strings concatenated. * add docker support to Vagrantfile * make wants to find dfu-programmer in vagrant guest | |||
2016-06-07 | fix HID_RI_LOGICAL_MAXIMUM value (#388) | Masahiro Wakame | |
2016-06-06 | Merge pull request #384 from gid0/master | Erez Zukerman | |
Merge ErgoDox bepo layout changes. | |||
2016-06-06 | Update HAND_WIRE.md | Jack Humbert | |
2016-06-06 | Fix hand wiring guide (#387) | Eric Tang | |
* Fix broken link * Fix incoherent sentence | |||
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 | |