summaryrefslogtreecommitdiffstats
path: root/keyboards/christmas_tree
AgeCommit message (Collapse)AuthorFilesLines
2019-03-19 Cleanup Default Keymaps (#5442)Drashna Jaelre1-5/+2
* Cleanup Default Keymaps to conform to QMK Firmware standards * Minor fixes * Revert some changes
2019-02-17Remove redundant KC_TRNS and KC_NO fillers in default keymaps (#5152)fauxpark1-3/+1
2019-01-27Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre1-5/+0
* Add default value for IS_COMMAND for COMMAND feature * Cleanup and consistency * Update Templates to reflect change * Fix IS_COMMAND in template * Fix IS_COMMAND define * Use consistent IS_COMMAND block in templates * Remove unnecessary `#undef IS_COMMAND` directives * Fix compile issue on orthodox * Reomve IS_COMMAND option for newer boards * Remove all existing definitions of IS_COMMAND if they use default LSHIFT and RSHIFT setting * Remove a couple of additional IS_COMMAND defines * Remove remaining redundant IS_COMMAND definitions * Remove #undef IS_COMMAND from orthodox:drashna and whitefox:konstantin * Remove multiple empty lines in modified config.h files * Update additional boards * Reomve IS_COMMAND from newer boards * Update Alice keyboard * Remove IS_COMMAND from additional boards Jan 24th edition
2019-01-13Modified URLs to point to new locationsJeremy Bernhardt1-1/+1
2019-01-04Remove deprecated QUANTUM_DIR code blocks from makefiles (#4754)noroadsleft1-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.
2018-07-08Configurator fix for Christmas Tree (#3338)noroadsleft1-1/+1
2018-06-01Refactor and Configurator update for Christmas Tree (#3100)noroadsleft3-32/+41
* Refactor * Configurator update
2018-04-12Remove bootloader from info.jsonsskullY1-1/+0
2018-04-08Pull information from config.h and rules.mk (#2711)skullydazed2-7/+1
* Pull information from config.h and rules.mk * Readd the kbd75 maintainer
2017-12-17Christmas tree (#2160)That-Canadian1-0/+3
* 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. * Forgot to push rules.mk for the V2017 folder, fixed now.
2017-12-14Christmas tree (#2105)Josh Sankey14-0/+295
* 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.