| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-06-07 | Merge pull request #364 from techtomas/techtomas | ||
| Rearranged the layer toggles and keys. | |||
| 2016-06-07 | Updated readme to fix a typo and list out hotkey shortcuts | ||
| 2016-06-07 | Add support for vagrant-docker (#389) | ||
| * 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) | ||
| 2016-06-06 | Merge pull request #384 from gid0/master | ||
| Merge ErgoDox bepo layout changes. | |||
| 2016-06-06 | Update HAND_WIRE.md | ||
| 2016-06-06 | Fix hand wiring guide (#387) | ||
| * Fix broken link * Fix incoherent sentence | |||
| 2016-06-06 | Adds Python script to util directory for easier discoverability | ||
| 2016-06-06 | Tiny typo (#386) | ||
| 2016-06-06 | Spellchecking. | ||
| 2016-06-06 | Add some more function keys (vol up / down, mute, undo, cut, copy, paste). | ||
| 2016-06-05 | Add basic README file. | ||
| 2016-06-05 | adds planck keymap readme | ||
| 2016-06-05 | updates the hand-wiring guide | ||
| 2016-06-04 | Updated FAQ Build (markdown) | ||
| 2016-06-04 | Updated FAQ Build (markdown) | ||
| 2016-06-04 | Move keys and especially TAB more like on a TypeMatrix 2020 keyboard. Add a ↵ | ||
| left SHIFT key. | |||
| 2016-06-04 | corrects vagrant script path from @b46f343 | ||
| 2016-06-04 | updates vagrant script path | ||
| 2016-06-04 | makes vagrant usable again | ||
| 2016-06-04 | Merged the function and navigation layers. Give access to it with both ↵ | ||
| thumbs. Now you can up / down / page up / page down with only one hand ! | |||
| 2016-06-04 | cleans up folder structure | ||
| * consolidates docs * deletes converter/ * updates .md references (most) | |||
| 2016-06-03 | Add missing elevate.exe file (#377) | ||
| * Stops explorer.exe from being started with admin privilieges * added missing elevate.exe file | |||
| 2016-06-03 | Improve string sending (#376) | ||
| 2016-06-02 | Update prebuilt firmware with code from latest pull. | ||
| 2016-06-02 | adds travis badge | ||
| 2016-06-02 | Add a Travis recipe. (#374) | ||
| 2016-06-02 | Stops explorer.exe from being started with admin privilieges (#373) | ||
| 2016-06-01 | new line/tab in send_string | ||
| 2016-06-01 | adds send_string functionality (string macros) | ||
| 2016-06-01 | Submitting ArrowPad, A QMK-based 21/24 key keypad (#372) | ||
| * 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 | ||
| 2016-06-01 | Merge pull request #297 from gid0/master | ||
| Add an ErgoDox bépo layout. | |||
| 2016-06-01 | Fix visualizer sleeping too long | ||
| The documentation for ugfx gEventWait wait is wrong and the function takes the time in milliseconds, instead of system ticks. This caused the the thread to sleep way too long. It also caused somewhat random sleeping behaviour as the MS2ST function overflows at around 43 seconds sleep. The event source is also now initialized correctly, so that the thread actually can be woken up by events. | |||
| 2016-05-31 | Merge pull request #367 from waveform80/fix-unselect-rows-prototype | ||
| Squash the prototype compiler warning | |||
| 2016-05-31 | Merge pull request #368 from waveform80/daves-layout-readme | ||
| Added a README and minor tweaks for "dave" KEYMAP | |||
| 2016-05-31 | Merge pull request #356 from johgh/master | ||
| ergodox_ez: added dvorak_spanish layout | |||
| 2016-05-31 | zweihander-osx: Use power instead of eject | ||
| KC_EJCT isn't the OS X Eject key and won't restart your computer. | |||
| 2016-05-31 | zweihander-osx: use eject instead of power | ||
| https://support.apple.com/en-us/HT201236 says that ⌃⌘⏏ will quit all apps and then restart your Mac; ⌃⌘-power will shut things down in an…ungraceful fashion. I reboot into Windows fairly frequently; I'd rather have the nice behavior at my fingertips, not the rude one. | |||
| 2016-05-31 | Merge branch 'master' of github.com:jackhumbert/qmk_firmware | ||
| 2016-05-31 | Update to Makefile an ergodox readme (#365) | ||
| * 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 | ||
| 2016-05-31 | Squash the prototype compiler warning | ||
| unselect_rows declared with no parameter list; requires (void) to prevent compiler warning | |||
| 2016-05-30 | Rearranged the layer toggles and keys. | ||
| 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 github.com:jackhumbert/qmk_firmware | ||
| 2016-05-30 | zweihander: Add :, disable sleep LED waves | ||
| 2016-05-30 | Merge branch 'master' of https://github.com/johgh/qmk_firmware | ||
| 2016-05-30 | ergodox_ez: added dvorak_spanish layout | ||
| 2016-05-29 | Add a nicer sine based gradient for the LEDs | ||
| 2016-05-29 | Merge pull request #353 from algernon/ergodox-ez/algernon | ||
| My layout for the ErgoDox EZ | |||