aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/christmas_tree/keymaps
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant KC_TRNS and KC_NO fillers in default keymaps (#5152)fauxpark2019-02-161-3/+1
|
* Remove deprecated QUANTUM_DIR code blocks from makefiles (#4754)noroadsleft2019-01-041-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove QUANTUM_DIR code blocks from keyboard rules This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect entire keyboards. * remove QUANTUM_DIR code blocks from rules for default keymaps This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect default keymaps. * remove QUANTUM_DIR code blocks from rules for user keymaps This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect "user" keymaps. (It's actually any keymap that isn't named `default`.) * remove QUANTUM_DIR code blocks from rules for community layouts This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files for community layouts. * remove QUANTUM_DIR code blocks from rules for userspaces This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files for userspaces.
* Refactor and Configurator update for Christmas Tree (#3100)noroadsleft2018-06-011-21/+29
| | | | | | * Refactor * Configurator update
* Christmas tree (#2105)Josh Sankey2017-12-144-0/+88
* Line ending stuff again * Added initial files for Christmas Tree PCB * Updated Readme and info json's, also config. * Cleaned up keymap file, added proper comments for keymap. Removed readme leftover from original copy of planck folder structure.