diff options
author | skullY <skullydazed@gmail.com> | 2016-08-08 16:11:54 -0700 |
---|---|---|
committer | skullY <skullydazed@gmail.com> | 2016-08-08 16:11:54 -0700 |
commit | adad05c3fbd511e77a77484945fa2f675d6abf8b (patch) | |
tree | db8e984237c48d84095f4f5e86150ac97b65f872 /keyboards/cluecard/keymaps/default/config.h | |
parent | d561f63bd14b8ea2e6d8b26a1ba46a1e8503c5bd (diff) | |
download | qmk_firmware-adad05c3fbd511e77a77484945fa2f675d6abf8b.tar.gz |
Add support for the cluecard
Diffstat (limited to 'keyboards/cluecard/keymaps/default/config.h')
-rw-r--r-- | keyboards/cluecard/keymaps/default/config.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/cluecard/keymaps/default/config.h b/keyboards/cluecard/keymaps/default/config.h new file mode 100644 index 000000000..8893d122e --- /dev/null +++ b/keyboards/cluecard/keymaps/default/config.h @@ -0,0 +1,8 @@ +#ifndef CONFIG_USER_H +#define CONFIG_USER_H + +#include "../../config.h" + +// place overrides here + +#endif |