aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-08-25Merge remote-tracking branch 'refs/remotes/jackhumbert/master' into ↵Gravatar IBNobody
vision_division_dev
2016-08-25Added pin support for A0-A7Gravatar IBNobody
Vision Division - It works!
2016-08-24Added replicaJunction keymapGravatar Joshua T
2016-08-24Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareGravatar cbbrowne
2016-08-24More notesGravatar cbbrowne
2016-08-24ergodox: Update algernon's keymap to v1.6Gravatar Gergely Nagy
Major changes include: Base layer changes ------------------ * The parentheses & bracket keys have been merged: tapping them results in `[` or `{` (if it was shifted), double tapping leads to `(`. * The `:;` and `-_` keys are now available on the base layer, on their **ADORE** location, too, just below `[{(`/`]})`. * The `Apps` key has been replaced by `F12`. * The `-`/`_` is no longer a tap-dance key. ADORE layer changes ------------------- * Adjustments were made to the **ADORE** layer, to separate some inconvenient combinations. Miscellaneous changes --------------------- * `LEAD u` now starts the symbolic unicode input system, instead of the OS-one. * The mouse acceleration keys on the **Navigation and Media* layer have been turned into toggles: tap them once to turn them on, until tapped again. Tapping an accelerator button will turn all the others off. * When the **ARROW** layer is on, the *red* and *blue* LEDs light up now. Heatmap ------- * The built-in keylogger has been greatly enhanced, it now outputs the pressed state, and the layer (Dvorak or ADORE). As such, the `ADORE_AUTOLOG` option has been removed, instead there is `AUTOLOG_ENABLE` now, which when enabled, makes the keylogger start when the keyboard boots. It defaults to off. * The heatmap generator received a lot of updates. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2016-08-24- Fixed layout for kc60Gravatar dbroqua
2016-08-24- Updated kc60.h for 2x 1u backspace (K49)Gravatar dbroqua
- Added dbroqua layout
2016-08-24Making the existing firmware link betterGravatar Sean Reifschneider
2016-08-24Changes based on @fredizzimo review, flashing Infinity detailsGravatar Sean Reifschneider
2016-08-24Merge pull request #679 from algernon/h/ucis/subproject-fixGravatar Jack Humbert
quantum: Move qk_ucis_state to process_unicode.c
2016-08-24Merge pull request #646 from nclundsten/masterGravatar Jack Humbert
fix ergodox ez link
2016-08-24quantum: Move qk_ucis_state to process_unicode.cGravatar Gergely Nagy
In order to not declare the same variable in multiple objects (which happens when building UCIS-enabled keymap for both the ErgoDox EZ and the ErgoDox Infinity), move the declaration to the .c file, and keep only an extern reference in the header. Many thanks to @fredizzimo for spotting the error in Travis, and suggesting the fix. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2016-08-24- Updated readme by adding link on kle for each layerGravatar dbroqua
2016-08-24Merge remote-tracking branch 'upstream/master' into makefile_overhaulGravatar Fred Sundvik
2016-08-24Fix slight inconsistencyGravatar Fred Sundvik
When running make from either a keyboard folder or a subproject it runs all keymaps for all subprojects and the selected subproject respectively. Without this fix, the same doesn't happen if your run make clean for example. As it would just provide you with an error message. Now this will work as expected.
2016-08-23NightlyGravatar IBNobody
Prep for Vision build
2016-08-23Merge remote-tracking branch 'refs/remotes/origin/master' into ↵Gravatar IBNobody
vision_division_dev
2016-08-23Merge remote-tracking branch 'refs/remotes/jackhumbert/master'Gravatar IBNobody
2016-08-23Fixed line endingGravatar IBNobody
2016-08-23Merge remote-tracking branch 'refs/remotes/jackhumbert/master'Gravatar IBNobody
2016-08-23Merge remote-tracking branch 'upstream/master'Gravatar dbroqua
2016-08-23Merge pull request #677 from SmackleFunky/masterGravatar Jack Humbert
Virtual Serial Port - and a Layout that uses that virtual serial port for Plover
2016-08-23Merge remote-tracking branch 'upstream/master'Gravatar dbroqua
# Conflicts: # keyboards/planck/keymaps/dbroqua/keymap.c
2016-08-23added my personal keymapGravatar René Werner
I ported my keymap from tmk to QMK.
2016-08-23Merge branch 'kitten_paw'Gravatar René Werner
2016-08-23Fixed wrong keycode in default keymapGravatar René Werner
Where I used KC_MENU I should have used KC_APP instead.
2016-08-23move to ergodox-ez onlyGravatar Jason Green
2016-08-23Split kitten_paw into Makefile/rules.mkGravatar Fred Sundvik
2016-08-23Merge branch 'master' into makefile_overhaulGravatar Fred Sundvik
2016-08-23Remove unneeded includeGravatar Jason Green
2016-08-23add missing #includeGravatar Jason Green
2016-08-23Merge pull request #671 from Talljoe/one-handGravatar Jack Humbert
Add native one-handed support
2016-08-23Merge pull request #673 from coderkun/masterGravatar Jack Humbert
Add method to set Unicode input key for ISO 14755
2016-08-23Merge pull request #675 from Xyverz/masterGravatar Jack Humbert
Added missing item K3A to KEYMAP() variable in tv44.h
2016-08-23Merge pull request #676 from ickerwx/kitten_pawGravatar Jack Humbert
Added support for the Kitten Paw controller
2016-08-23TxBolt (Steno) Serial protocol for Ergodox EzGravatar Jason Green
2016-08-23Added USB Virtual Serial supportGravatar Jason Green
2016-08-22- Added PrintScreen key on multimedia layerGravatar dbroqua
2016-08-22Added support for the Kitten Paw controllerGravatar René Werner
This adds support for the 2016 revision of the Kitten Paw [1] replacement controller by Bathroom Epiphanies. [1] http://bathroomepiphanies.com/controllers/
2016-08-22Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareGravatar cbbrowne
2016-08-22Changes from review by @fredizzimo and @XyverzGravatar Sean Reifschneider
2016-08-21NightlyGravatar IBNobody
Only major change to qmk was the addition of A0-A7 pins for the AT90USB
2016-08-21Merge remote-tracking branch 'upstream/master'Gravatar Xyverz
2016-08-21Added missing key K3A to KEYMAP() macro in tv44.hGravatar Xyverz
2016-08-21Merge pull request #669 from fredizzimo/windows10_build_instructionsGravatar Jack Humbert
Add instructions for Windows 10 subsystem for Linux
2016-08-21Merge pull request #668 from fredizzimo/line_endingsGravatar Jack Humbert
Enforce correct line endings
2016-08-21Merge pull request #674 from kyleberry/masterGravatar Jack Humbert
Fixing Dvorak
2016-08-21- Inverted key Tab and EscGravatar dbroqua
- Reorganised bottom row
2016-08-21Fixing DvorakGravatar Kyle Berry
Updating with proper Dvorak layout.