summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Split keyboard makefiles into rules and MakefileFred Sundvik2016-08-20
|
* Add default subproject parsingFred Sundvik2016-08-20
|
* Slight rearrange of the Makefile for easier readabilityFred Sundvik2016-08-20
|
* Slight refactoring to remove some verbosityFred Sundvik2016-08-20
|
* Subproject parsingFred Sundvik2016-08-20
| | | | Does not handle keyboards without subprojects correctly yet.
* Proper looping for allkb and allkmFred Sundvik2016-08-20
|
* Refactor common rule list parsing into own functionFred Sundvik2016-08-20
|
* Add keymap parsingFred Sundvik2016-08-20
|
* Rule parsing to match kebyoardsFred Sundvik2016-08-20
|
* First version of rule parsingFred Sundvik2016-08-20
| | | | Only handles allkb at the moment.
* Parsing of makefile variables from starting dirFred Sundvik2016-08-20
|
* Merge pull request #662 from toneman77/iso_satanJack Humbert2016-08-19
|\ | | | | Satan Cleanup
| * made a correct default KEYMAP. moved the old one to KEYMAP_ANSIToni2016-08-18
| | | | | | | | | | fixed all layouts that were referencing KEYMAP to KEYMAP_ANSI whitespace prettyfying
| * cleanup, readability , shift swap in ISO_SPLIT_RSHIFTToni2016-08-18
| |
| * corrected the split rshift key to realityToni2016-08-18
| | | | | | | | fixed my keymap in the process to adjust to that
* | Merge pull request #663 from tomb0y/kc60_workman_deadJack Humbert2016-08-19
|\ \ | | | | | | Add the workman-dead layout for kc60
| * | Add the workman-dead layout for kc60zs2016-08-19
| | |
* | | Merge pull request #660 from toneman77/amj60Jack Humbert2016-08-19
|\ \ \ | | | | | | | | new keyboard: AMJ60
| * | | forgot media keysToni2016-08-19
| | | |
| * | | Merge remote-tracking branch 'origin/master' into amj60Toni2016-08-19
| |\ \ \ | |/ / / |/| | | | | | | merge with upstream
* | | | Merge pull request #655 from Dbroqua/patch-1Jack Humbert2016-08-18
|\ \ \ \ | | | | | | | | | | Added dbroqua layout for planck keyboard
| * | | | Added dbroqua layout for planck keyboardDamien2016-08-18
| | | | |
* | | | | Merge pull request #656 from Vifon/dynamic_macrosJack Humbert2016-08-18
|\ \ \ \ \ | |/ / / / |/| | | | Improve the dynamic macro documentation
| * | | | Improve the dynamic macro documentationWojciech Siewierski2016-08-19
|/ / / /
* | | | Merge pull request #652 from iFreilicht/masterJack Humbert2016-08-18
|\ \ \ \ | | | | | | | | | | Added S60-X keyboard
| * | | | Added info to docsFelix Uhl2016-08-18
| | | | |
| * | | | Merge pull request #1 from jackhumbert/masterFelix Uhl2016-08-18
| |\ \ \ \ | | | |_|/ | | |/| | Merging from base Repo
| * | | | BugfixesFelix Uhl2016-08-18
| | | | |
| * | | | Final link fixFelix Uhl2016-08-18
| | | | |
| * | | | More link fixingFelix Uhl2016-08-18
| | | | |
| * | | | Fixed links againFelix Uhl2016-08-18
| | | | | | | | | | | | | | | Note to self: check before commiting.
| * | | | Fixed dead linkFelix Uhl2016-08-18
| | | | |
| * | | | Minor documentation changesFelix Uhl2016-08-18
| | | | |
| * | | | Fixed links againFelix Uhl2016-08-18
| | | | |
| * | | | Fixed pictures and linksFelix Uhl2016-08-18
| | | | |
| * | | | Documentation overhaul.Felix Uhl2016-08-18
| | | | |
| * | | | Small changes, renamed keymapFelix Uhl2016-08-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added MicMute Revived all dead keys Removed OS Shift
| * | | | Minor changes to felix keymapFelix Uhl2016-08-15
| | | | |
| * | | | Ported all keymapsFelix Uhl2016-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Old TMK keymaps were ported and confirmed to compile All keymaps compiled and added to zip-archive. Documentation was updated.
| * | | | Update readme.mdFelix Uhl2016-08-14
| | | | |
| * | | | Fixed links to keymap sourcesFelix Uhl2016-08-14
| | | | |
| * | | | Added all original S60-X keymapsFelix Uhl2016-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All keymaps that were included in VinnyCordeiro's repository were ported to QMK. Main Readme was copied over from VC's repo, slightly altered. Main Makefile was updated to reflect VC's original configuration. Small changes in felix keymap.
| * | | | Small changesFelix Uhl2016-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | Enabled Bootmagic and ISO layouts on felix keymap Added unused pins
| * | | | Minor changes to keymapsFelix Uhl2016-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarified extra keys Made ISO-keys non-dead in default layout Added non-US backslash on felix layout
| * | | | Added S60-X to keyboards with two layouts.Felix Uhl2016-08-11
| | | | |
* | | | | Merge pull request #651 from algernon/f/register16Jack Humbert2016-08-18
|\ \ \ \ \ | | | | | | | | | | | | Add a register/unregister_code16 pair of functions
| * | | | | Add a register/unregister_code16 pair of functionsGergely Nagy2016-08-18
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These functions register not only the 8bit keycode, but the modifiers too. It doesn't handle the full range of the upper 8bits, just the mods, but that's a good start. Changed the tap-dance pair functions to use these, so one can do: `ACTION_TAP_DANCE_DOUBLE (KC_COLN, KC_SCLN)` ...and that will do the right thing. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
* | | | | Merge pull request #650 from Xyverz/masterJack Humbert2016-08-18
|\ \ \ \ \ | | | | | | | | | | | | Minor changes to keymaps and other files
| * | | | | One last change to the readme.Xyverz2016-08-18
| | | | | |
| * | | | | One last formatting changeXyverz2016-08-18
| | | | | |