diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-05-11 14:34:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-11 14:34:02 -0400 |
commit | b412bb8d8cc7e1435c170cd20576f354611a7b64 (patch) | |
tree | 05c0af1cf76d2c2234ba97387b13e05cacc83e68 /keyboards/tiger_lily/keymaps/default/config.h | |
parent | d6ce42b01c2d4525c56433580411c52af2a6c1b2 (diff) | |
parent | 84a358845bbed754b5b0c061ff36773dae131cfd (diff) |
Merge pull request #1283 from TerryMathews/master
Establish support for Bathroom Epiphanies Tiger Lily controller
Diffstat (limited to 'keyboards/tiger_lily/keymaps/default/config.h')
-rw-r--r-- | keyboards/tiger_lily/keymaps/default/config.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/tiger_lily/keymaps/default/config.h b/keyboards/tiger_lily/keymaps/default/config.h new file mode 100644 index 0000000000..8893d122e0 --- /dev/null +++ b/keyboards/tiger_lily/keymaps/default/config.h @@ -0,0 +1,8 @@ +#ifndef CONFIG_USER_H +#define CONFIG_USER_H + +#include "../../config.h" + +// place overrides here + +#endif |