summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-27Merge pull request #691 from fredizzimo/fix_line_endingsJack Humbert
Fix line endings
2016-08-27Merge branch 'master' into fix_line_endingsFred Sundvik
2016-08-27Merge pull request #666 from fredizzimo/makefile_overhaulJack Humbert
Makefile overhaul
2016-08-27Fix travis_compiled_pushFred Sundvik
2016-08-27Normalize line endingsFred Sundvik
2016-08-27Set eep files to binary modeFred Sundvik
2016-08-26[tv44] Port jeebak's planck keymap to tv44JeeBak Kim
2016-08-26[tv44] Add "jeebak" keymap folder as a copy of the "default" folderJeeBak Kim
2016-08-26Merge remote-tracking branch 'upstream/master' into makefile_overhaulFred Sundvik
2016-08-26Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwarecbbrowne
2016-08-26Merge pull request #664 from linsomniac/infinity_readmeErez Zukerman
Adding nicer Infinity build instructions.
2016-08-26Merge pull request #685 from fredizzimo/windows10_instructions_typoErez Zukerman
Fix minor typo in the readme
2016-08-26Add box-drawing Unicode characters to keymap “coderkun_neo2”coderkun
2016-08-26Set Unicode input mode and override unicode_input_start() method to keymap ↵coderkun
“coderkun_neo2”
2016-08-26Disable debugging for Ergodox keymap “coderkun_neo2”coderkun
2016-08-26Correct typo in kc60 workman-dead keymapzs
and rename README.md to readme.md
2016-08-26Fix bad mergeFred Sundvik
Led should have been added to KC60, not GH60
2016-08-25Fix minor typo in the readmeFred Sundvik
2016-08-25Remove google test submoduleFred Sundvik
It had been added for some strange reason, allthough it's supposed to be there only in another branch.
2016-08-25Split vision_division into Makefile/rules.mkFred Sundvik
2016-08-25Merge branch 'master' into makefile_overhaulFred Sundvik
2016-08-25Merge pull request #659 from Dbroqua/masterJack Humbert
- Updated dbroqua layout for planck keyboard
2016-08-25- Added capslock led for KC60 keyboard (based on gitbug.com/jpec/kc60 works)dbroqua
2016-08-25Merge pull request #683 from ickerwx/masterJack Humbert
LEDs work now, fixed Kitten Paw default keymap, added my own keymap as a better example
2016-08-25Merge pull request #681 from IBNobody/vision_division_devJack Humbert
Added Port A Pin Mapping / Added Vision Division (WIP)
2016-08-25Merge pull request #682 from jeebak/jd45-jeebakJack Humbert
Port jeebak's Planck keymap to JD45
2016-08-25Merge pull request #680 from replicaJunction/layout-atreus-replicaJunctionJack Humbert
Added replicaJunction keymap
2016-08-25Fixed naming of Analog pins to differentiate them from DIO pins used by ↵IBNobody
Quantum Matrix
2016-08-25Merge remote-tracking branch 'upstream/master' into kitten_pawRené Werner
2016-08-25fixed defaulf keymap, added my own keymapRené Werner
now the LEDs are working like they should
2016-08-25Make the "extra" key in the top row another backspaceJeeBak Kim
2016-08-25Merge pull request #1 from jackhumbert/masterDamien
Merge from jackhumbert
2016-08-25- Updated kc60/readmedbroqua
- Added layout examples for kc60
2016-08-24[jd45] Port jeebak's planck keymap to jd45JeeBak Kim
2016-08-24[jd45] Add "jeebak" keymap folder as a copy of the "default" folderJeeBak Kim
2016-08-25Merge remote-tracking branch 'refs/remotes/jackhumbert/master' into ↵IBNobody
vision_division_dev
2016-08-25Added pin support for A0-A7IBNobody
Vision Division - It works!
2016-08-24Added replicaJunction keymapJoshua T
2016-08-24Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwarecbbrowne
2016-08-24More notescbbrowne
2016-08-24ergodox: Update algernon's keymap to v1.6Gergely 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 kc60dbroqua
2016-08-24- Updated kc60.h for 2x 1u backspace (K49)dbroqua
- Added dbroqua layout
2016-08-24Making the existing firmware link betterSean Reifschneider
2016-08-24Changes based on @fredizzimo review, flashing Infinity detailsSean Reifschneider
2016-08-24Merge pull request #679 from algernon/h/ucis/subproject-fixJack Humbert
quantum: Move qk_ucis_state to process_unicode.c
2016-08-24Merge pull request #646 from nclundsten/masterJack Humbert
fix ergodox ez link
2016-08-24quantum: Move qk_ucis_state to process_unicode.cGergely 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 layerdbroqua
2016-08-24Merge remote-tracking branch 'upstream/master' into makefile_overhaulFred Sundvik