summaryrefslogtreecommitdiffstats
path: root/keyboards
AgeCommit message (Collapse)AuthorFilesLines
2016-08-03Merge pull request #599 from Depariel/masterJack Humbert6-154/+196
Fixed compiling errors and updated keymaps for infinity_chibios
2016-08-02Merge pull request #592 from sethbc/ez-sethbcErez Zukerman3-0/+119
Ez sethbc
2016-08-02Merge pull request #593 from J3RN/masterErez Zukerman2-22/+26
Updated the J3RN ErgoDox keymap
2016-08-02Merge pull request #600 from adiabatic/masterErez Zukerman4-14/+1167
zweihander-osx: add left-hand-thumb tab key
2016-08-02Updates ErgoDox readmeErez Zukerman1-9/+6
2016-08-01Merge pull request #596 from fredizzimo/rid_of_quickJack Humbert5-0/+5
Fix the makefile dependencies and remove quick targets
2016-08-01added support for Infinity 1.1a (4th drop) matrix, no LED support yetDepariel2-5/+50
2016-07-31Thumb ⌫ into ⇥, numpad & into :, yank home/endNathan Sharfi3-13/+1166
Also: add (back?) in the light-shine disabler
2016-07-31Merge branch 'master' of github.com:jackhumbert/qmk_firmwareNathan Sharfi637-0/+57586
# Conflicts: # keyboard/ergodox_ez/keymaps/zweihander-osx/keymap.c # keyboard/ergodox_ez/keymaps/zweihander-osx/zweihander-osx.hex
2016-07-31fixed typo in hasu/keymap.cDepariel1-1/+1
2016-07-31fixed compiling bugs in infinity_chibios.h, updated keymaps, added depariel ↵Depariel5-149/+146
keymap
2016-07-31Generate version information to version.hFred Sundvik5-0/+5
So that only the files that really needs a version are recompiled.
2016-07-31Update readme.mdJeeBak Kim1-1/+106
2016-07-30Add additional shortcut keymaps to TOUCHCURSOR layerJeeBak Kim1-4/+7
2016-07-30Add additional maps for [, and ], to LOWERJeeBak Kim1-4/+4
2016-07-30Make RAISE layer an all numbers/arithmatic layerJeeBak Kim1-6/+6
2016-07-30Move reset to a less accessible locationJeeBak Kim1-4/+4
2016-07-30Add -, +, and . to RAISEJeeBak Kim1-4/+4
2016-07-30Change calls from persistant_default_layer_set() to default_layer_set()JeeBak Kim1-3/+3
2016-07-30PrintScreen and RGUI replace BACKLIT and Ctrl. Move BACKLIT to LOWER/RAISE ↵JeeBak Kim1-10/+10
layers
2016-07-30Updated readme with recent changesJonathan Arnett1-3/+6
2016-07-30Updated my keymapJack Humbert3-21/+22
2016-07-30Media keys for all the "regular" layersJeeBak Kim1-10/+10
2016-07-30Add mouse layer, and remove default arrow keys (touchcursor only, now)JeeBak Kim1-15/+36
2016-07-30Add numbers to _RAISEJeeBak Kim1-4/+4
2016-07-30Move _RAISE symbols to _LOWERJeeBak Kim1-6/+6
2016-07-30Tap for Enter, hold for ShiftJeeBak Kim1-30/+31
2016-07-30Add personalized TouchCursor layerJeeBak Kim1-6/+28
2016-07-30Tap for Esc, hold for ControlJeeBak Kim1-30/+33
2016-07-30rebaseSeth Chandler3-1/+1
2016-07-30update makefileSeth Chandler1-1/+1
2016-07-30initial commit of sethbc keymapSeth Chandler3-0/+119
2016-07-30Add "jeebak" keymap folder as a copy of the "default" folderJeeBak Kim3-0/+341
2016-07-30Update some obsolete referencesGergely Nagy2-2/+2
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-29Small fix for infinity include guardFred Sundvik1-3/+3
2016-07-29Fix typo in the readme.Fred Sundvik1-1/+1
2016-07-29A couple of more Ergodox readme fixesFred Sundvik1-2/+2
2016-07-29Unify the ErgoDox EZ and Infinity documentationFred Sundvik1-8/+13
2016-07-29Refer to the right path in the readmeFred Sundvik1-1/+1
2016-07-29Move Ergodox readme from ez subfolder to parentFred Sundvik1-0/+0
2016-07-29Include the main Makefile before including Ergodox infinity driversFred Sundvik1-4/+4
2016-07-29Move Infinity Ergodox drivers to subproject, and fix makefileFred Sundvik14-2/+2
2016-07-29Remove the Infinity Ergodox default keymapFred Sundvik2-282/+0
2016-07-29Cleanup the townk_osx config.h and make filesFred Sundvik2-52/+2
2016-07-29Rename supercoder config_user to config.hFred Sundvik1-1/+1
Also fixup the include path of parent config
2016-07-29Fix config.h include guardsFred Sundvik2-4/+4
2016-07-29Define weak matrix user function for Infinity ErgodoxFred Sundvik1-0/+9
So that a few keyboards, which don't use them, links properly.
2016-07-29Change _delay_ms to wait_ms in algernon keymapFred Sundvik1-1216/+1217
2016-07-29Move some of the Ergodox config settings to sharedFred Sundvik3-37/+37
2016-07-29Add empty led control functions to Infinity ErgodoxFred Sundvik2-0/+96
So that most keymaps compiles and links