aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards
AgeCommit message (Collapse)Author
2016-08-02Merge branch 'master' of http://github.com/jackhumbert/qmk_firmwareGravatar Stephen Christie
2016-08-02Moved Insert, PrtSc, Pause to Adjust; Corner enterGravatar Stephen Christie
2016-08-02Merge pull request #592 from sethbc/ez-sethbcGravatar Erez Zukerman
Ez sethbc
2016-08-02Merge pull request #593 from J3RN/masterGravatar Erez Zukerman
Updated the J3RN ErgoDox keymap
2016-08-02Merge pull request #600 from adiabatic/masterGravatar Erez Zukerman
zweihander-osx: add left-hand-thumb tab key
2016-08-01Updates ErgoDox readmeGravatar Erez Zukerman
2016-08-01Corrected Qwerty/Fn Mismatch.Gravatar Stephen Christie
2016-08-01Merge pull request #596 from fredizzimo/rid_of_quickGravatar Jack Humbert
Fix the makefile dependencies and remove quick targets
2016-07-31Added quote key.Gravatar Stephen Christie
2016-07-31Thumb ⌫ into ⇥, numpad & into :, yank home/endGravatar Nathan Sharfi
Also: add (back?) in the light-shine disabler
2016-07-31Merge branch 'master' of github.com:jackhumbert/qmk_firmwareGravatar Nathan Sharfi
# Conflicts: # keyboard/ergodox_ez/keymaps/zweihander-osx/keymap.c # keyboard/ergodox_ez/keymaps/zweihander-osx/zweihander-osx.hex
2016-07-31Generate version information to version.hGravatar Fred Sundvik
So that only the files that really needs a version are recompiled.
2016-07-30Update readme.mdGravatar JeeBak Kim
2016-07-30Add additional shortcut keymaps to TOUCHCURSOR layerGravatar JeeBak Kim
2016-07-30Add additional maps for [, and ], to LOWERGravatar JeeBak Kim
2016-07-30Make RAISE layer an all numbers/arithmatic layerGravatar JeeBak Kim
2016-07-30Move reset to a less accessible locationGravatar JeeBak Kim
2016-07-30Add -, +, and . to RAISEGravatar JeeBak Kim
2016-07-30Change calls from persistant_default_layer_set() to default_layer_set()Gravatar JeeBak Kim
2016-07-30PrintScreen and RGUI replace BACKLIT and Ctrl. Move BACKLIT to LOWER/RAISE ↵Gravatar JeeBak Kim
layers
2016-07-30Updated readme with recent changesGravatar Jonathan Arnett
2016-07-30Updated my keymapGravatar Jack Humbert
2016-07-30Media keys for all the "regular" layersGravatar JeeBak Kim
2016-07-30Add mouse layer, and remove default arrow keys (touchcursor only, now)Gravatar JeeBak Kim
2016-07-30Add numbers to _RAISEGravatar JeeBak Kim
2016-07-30Move _RAISE symbols to _LOWERGravatar JeeBak Kim
2016-07-30Tap for Enter, hold for ShiftGravatar JeeBak Kim
2016-07-30Add personalized TouchCursor layerGravatar JeeBak Kim
2016-07-30Tap for Esc, hold for ControlGravatar JeeBak Kim
2016-07-30rebaseGravatar Seth Chandler
2016-07-30update makefileGravatar Seth Chandler
2016-07-30initial commit of sethbc keymapGravatar Seth Chandler
2016-07-30Add "jeebak" keymap folder as a copy of the "default" folderGravatar JeeBak Kim
2016-07-30Update some obsolete referencesGravatar Gergely Nagy
Some links were still pointing to `/keyboards/ergodox_ez`, while the directory is `/keyboards/erdogox` now. Not all references have been updated, and some of the text here and there may need updating to mention the ErgoDox Infinity too, but that's out of the scope for this quick fix. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2016-07-30Moved CapsLk, ScrollLk, and NumLk to Adjust layerGravatar Stephen Christie
2016-07-29Small fix for infinity include guardGravatar Fred Sundvik
2016-07-29Fix typo in the readme.Gravatar Fred Sundvik
2016-07-29A couple of more Ergodox readme fixesGravatar Fred Sundvik
2016-07-29Unify the ErgoDox EZ and Infinity documentationGravatar Fred Sundvik
2016-07-29Refer to the right path in the readmeGravatar Fred Sundvik
2016-07-29Move Ergodox readme from ez subfolder to parentGravatar Fred Sundvik
2016-07-29Include the main Makefile before including Ergodox infinity driversGravatar Fred Sundvik
2016-07-29Move Infinity Ergodox drivers to subproject, and fix makefileGravatar Fred Sundvik
2016-07-29Remove the Infinity Ergodox default keymapGravatar Fred Sundvik
2016-07-29Cleanup the townk_osx config.h and make filesGravatar Fred Sundvik
2016-07-29Rename supercoder config_user to config.hGravatar Fred Sundvik
Also fixup the include path of parent config
2016-07-29Fix config.h include guardsGravatar Fred Sundvik
2016-07-29Define weak matrix user function for Infinity ErgodoxGravatar Fred Sundvik
So that a few keyboards, which don't use them, links properly.
2016-07-29Change _delay_ms to wait_ms in algernon keymapGravatar Fred Sundvik
2016-07-29Move some of the Ergodox config settings to sharedGravatar Fred Sundvik