Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-20 | Proper handling for running make from a subproject or keymap dir | Fred Sundvik | |
2016-08-20 | Split subproject make files into Makefile and rules.mk | Fred Sundvik | |
2016-08-20 | Support for running from keyboard directory | Fred Sundvik | |
2016-08-20 | Print error when building non-existing keyboard | Fred Sundvik | |
2016-08-20 | Print error message when trying to build non-existing keymap | Fred Sundvik | |
2016-08-20 | Proper parsing of keymaps inside subprojects | Fred Sundvik | |
2016-08-20 | Split keyboard makefiles into rules and Makefile | Fred Sundvik | |
2016-08-20 | Add default subproject parsing | Fred Sundvik | |
2016-08-20 | Slight rearrange of the Makefile for easier readability | Fred Sundvik | |
2016-08-20 | Slight refactoring to remove some verbosity | Fred Sundvik | |
2016-08-20 | Subproject parsing | Fred Sundvik | |
Does not handle keyboards without subprojects correctly yet. | |||
2016-08-20 | Proper looping for allkb and allkm | Fred Sundvik | |
2016-08-20 | Refactor common rule list parsing into own function | Fred Sundvik | |
2016-08-20 | Add keymap parsing | Fred Sundvik | |
2016-08-20 | Rule parsing to match kebyoards | Fred Sundvik | |
2016-08-20 | First version of rule parsing | Fred Sundvik | |
Only handles allkb at the moment. | |||
2016-08-20 | Parsing of makefile variables from starting dir | Fred Sundvik | |
2016-08-19 | Merge pull request #662 from toneman77/iso_satan | Jack Humbert | |
Satan Cleanup | |||
2016-08-19 | Merge pull request #663 from tomb0y/kc60_workman_dead | Jack Humbert | |
Add the workman-dead layout for kc60 | |||
2016-08-19 | Add the workman-dead layout for kc60 | zs | |
2016-08-19 | Merge pull request #660 from toneman77/amj60 | Jack Humbert | |
new keyboard: AMJ60 | |||
2016-08-19 | forgot media keys | Toni | |
2016-08-19 | Merge remote-tracking branch 'origin/master' into amj60 | Toni | |
merge with upstream | |||
2016-08-18 | Merge pull request #655 from Dbroqua/patch-1 | Jack Humbert | |
Added dbroqua layout for planck keyboard | |||
2016-08-18 | Merge pull request #656 from Vifon/dynamic_macros | Jack Humbert | |
Improve the dynamic macro documentation | |||
2016-08-19 | Improve the dynamic macro documentation | Wojciech Siewierski | |
2016-08-18 | Added dbroqua layout for planck keyboard | Damien | |
2016-08-18 | Merge pull request #652 from iFreilicht/master | Jack Humbert | |
Added S60-X keyboard | |||
2016-08-18 | Merge pull request #651 from algernon/f/register16 | Jack Humbert | |
Add a register/unregister_code16 pair of functions | |||
2016-08-18 | Merge pull request #650 from Xyverz/master | Jack Humbert | |
Minor changes to keymaps and other files | |||
2016-08-18 | Merge pull request #654 from algernon/h/planck-circuit-tap-dance-fix | Jack Humbert | |
planck/circuit: Update after the latest tap-dance change | |||
2016-08-18 | made a correct default KEYMAP. moved the old one to KEYMAP_ANSI | Toni | |
fixed all layouts that were referencing KEYMAP to KEYMAP_ANSI whitespace prettyfying | |||
2016-08-18 | smyll typo fixed | Toni | |
2016-08-18 | amj60 variant of the readme | Toni | |
2016-08-18 | first attempt at documentation for the amj60 board | Toni | |
2016-08-18 | planck/circuit: Update after the latest tap-dance change | Gergely Nagy | |
Fixes #653. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org> | |||
2016-08-18 | uniform whitespace | Toni | |
2016-08-18 | initial commit for the AMJ60 PCB | Toni | |
2016-08-18 | Added info to docs | Felix Uhl | |
2016-08-18 | Merge pull request #1 from jackhumbert/master | Felix Uhl | |
Merging from base Repo | |||
2016-08-18 | Bugfixes | Felix Uhl | |
2016-08-18 | Final link fix | Felix Uhl | |
2016-08-18 | More link fixing | Felix Uhl | |
2016-08-18 | Fixed links again | Felix Uhl | |
Note to self: check before commiting. | |||
2016-08-18 | Fixed dead link | Felix Uhl | |
2016-08-18 | Minor documentation changes | Felix Uhl | |
2016-08-18 | Add a register/unregister_code16 pair of functions | Gergely Nagy | |
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> | |||
2016-08-18 | Fixed links again | Felix Uhl | |
2016-08-18 | Fixed pictures and links | Felix Uhl | |
2016-08-18 | Documentation overhaul. | Felix Uhl | |