summaryrefslogtreecommitdiffstats
path: root/keyboards/tanuki
AgeCommit message (Collapse)AuthorFilesLines
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-05Tanuki Configurator support (#3310)noroadsleft1-0/+12
2018-05-09small update to default keymap (#2902)Pim Ostendorf1-1/+1
* changed behaviour of the spacebars in game mode to better support games
2018-05-05Added Tanuki Keyboard (#2894)Pim Ostendorf6-0/+340
* added tanuki * updated definitions to new qmk standard * complying with suggestions made by drashna * update rulesfile * used qmk template for readme file