Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-13 | process_action may be called either with key cache or without it | Wojciech Siewierski | |
If one wants to temporarily disable the key cache (for example because it interferes with a macro), `disable_action_cache` must be set to `true`. `process_action_nocache` is a simple wrapper doing just that for a single call. | |||
2016-03-12 | Configurable baud setting | Fred Sundvik | |
2016-03-12 | Resend the keyboard state every ms | Fred Sundvik | |
In case there's some errors on the link, and the packet gets lost | |||
2016-03-12 | Add serial link support for visualizer | Fred Sundvik | |
2016-03-12 | Fix crash when receiving unregistered remotes | Fred Sundvik | |
2016-03-12 | Remote object callable from many places | Fred Sundvik | |
Change init_transport to add_remote_objects, so that it can be called many times from different places. | |||
2016-03-11 | Started my keymap | Alex Johnstone | |
2016-03-11 | PR190hotfix.sh, fresh hexes, makeallhex.sh script | yoyoerx | |
2016-03-10 | Merge pull request #192 from mitchlloyd/mitch-layout | Jack Humbert | |
First keyboard layout | |||
2016-03-10 | First keyboard layout | Mitch Lloyd | |
2016-03-10 | Merge branch 'function_pointers' of github.com:yoyoerx/qmk_keyboard into ↵ | yoyoerx | |
function_pointers | |||
2016-03-10 | Addressed void* return warning in all keymaps | yoyoerx | |
2016-03-10 | Merge pull request #191 from yoyoerx/windocs | Jack Humbert | |
Cygwin Based Users Guide v0.5 -further corrections | |||
2016-03-10 | Merge remote-tracking branch 'qmk/master' into windocs | yoyoerx | |
2016-03-09 | Cygwin Based Users Guide v0.5 -further corrections | yoyoerx | |
2016-03-09 | Merge pull request #187 from yoyoerx/windocs | Jack Humbert | |
Cygwin Based Users Guide v0.4 -corrections/dfu build | |||
2016-03-09 | Addressed void* return warning & coding style | yoyoerx | |
2016-03-09 | Cygwin Based Users Guide v0.4 -corrections/dfu build | yoyoerx | |
2016-03-08 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | Stephan Bösebeck | |
2016-03-08 | Fix #156: clear weak mods on every key press | Didier Loiseau | |
- new macro_mods bit field for mods applied by macros - weak_mods now only used for ACT_{L,R}MODS (i.e. LSFT, RSFT, LCTL etc.) - clear the _weak_ mods on every key *pressed* such that LSFT etc. can no more interfere with the next key | |||
2016-03-08 | Document the issue of stuck modifiers | Wojciech Siewierski | |
2016-03-08 | Adds a readme with a link to the blog post | Erez Zukerman | |
2016-03-07 | Merge pull request #185 from nrrkeene/master | Erez Zukerman | |
The Ordinary Layout is familiar to users of common keyboards | |||
2016-03-07 | Merge pull request #177 from yoyoerx/windocs | Jack Humbert | |
Documentation for Cygwin in Windows | |||
2016-03-06 | The Ordinary Layout, designed to be similar to traditional keyboards, by ↵ | Nicholas Keene | |
Nicholas Keene, released to the public domain, no rights reserved | |||
2016-03-05 | Fix the layer-dependent modifiers handling | Wojciech Siewierski | |
Closes #181. | |||
2016-03-04 | Merge pull request #180 from NoahAndrews/add-build-instructions | Jack Humbert | |
Added build instructions to BUILD_GUIDE.md | |||
2016-03-04 | Added build instructions to BUILD_GUIDE.md | Noah Andrews | |
2016-03-04 | Merge pull request #179 from NoahAndrews/add-win-linux-instructions | Jack Humbert | |
Added Windows and Linux instructions to BUILD_GUIDE.md | |||
2016-03-04 | Added Windows and Linux instructions to BUILD_GUIDE.md | Noah Andrews | |
2016-03-04 | Cygwin Based Users Guidev0.2 -formatting revisions | yoyoerx | |
2016-03-04 | Cygwin Based Users Guide v0.1 | yoyoerx | |
2016-03-04 | Merge pull request #176 from NoahAndrews/fix-new-projects | Jack Humbert | |
Fix building new projects | |||
2016-03-04 | Remove extraneous comma | Noah Andrews | |
2016-03-04 | Merge pull request #171 from NoahAndrews/restructure-documentation | Jack Humbert | |
Restructure documentation | |||
2016-03-04 | Merge pull request #170 from NoahAndrews/improve-windows-docs | Jack Humbert | |
Add scripts for easy Windows environment setup | |||
2016-03-04 | Merge pull request #165 from deepshitgoeshere/deepshitgoeshere-master | Jack Humbert | |
added planck keymap and troubleshooting part in the PCB guide | |||
2016-03-04 | Merge pull request #175 from NoahAndrews/fix-#174 | Jack Humbert | |
Fix #174 | |||
2016-03-04 | Fix #174 | Noah Andrews | |
2016-03-03 | Merge pull request #172 from plgruener/pr1 | Jack Humbert | |
add missing keys to keymap_neo2.h | |||
2016-03-03 | Merge branch 'master' of https://github.com/sboesebeck/qmk_firmware | Stephan Bösebeck | |
2016-03-03 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | Stephan Bösebeck | |
2016-03-03 | update neo keymap | plgruener | |
2016-03-02 | Clarified recommended Mac setup method | Noah Andrews | |
2016-03-02 | Updated README to point to new build guide | Noah Andrews | |
2016-03-02 | Added Mac section (copy/pasted from PCB_GUIDE.md) | Noah Andrews | |
2016-03-02 | Renamed handwriting guide to fit repository convention | Noah Andrews | |
2016-03-02 | Added placeholder for windows section of build guide | Noah Andrews | |
2016-03-02 | Added Vagrant explanation | Noah Andrews | |
2016-03-02 | Added stub BUILD_GUIDE.md | Noah Andrews | |