diff options
author | Nurahmadie <nurahmadie@gmail.com> | 2017-02-21 09:39:51 +0700 |
---|---|---|
committer | Nurahmadie <nurahmadie@gmail.com> | 2017-04-02 18:27:27 +0700 |
commit | f8ed4ed573c798bd40a1063072fd619732a2d49a (patch) | |
tree | d09f9cad01aab8a5718dda1e324daf01ab79f4da /keyboards/handwired/kbod/keymaps/default/config.h | |
parent | 3448d5d4874a2775f85320a2be69edd241575d46 (diff) |
Initial work for my kbod support in qmk_firmware
- Wiring layout done
No actual keymap yet
Diffstat (limited to 'keyboards/handwired/kbod/keymaps/default/config.h')
-rw-r--r-- | keyboards/handwired/kbod/keymaps/default/config.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/handwired/kbod/keymaps/default/config.h b/keyboards/handwired/kbod/keymaps/default/config.h new file mode 100644 index 0000000000..df06a26206 --- /dev/null +++ b/keyboards/handwired/kbod/keymaps/default/config.h @@ -0,0 +1,8 @@ +#ifndef CONFIG_USER_H +#define CONFIG_USER_H + +#include "../../config.h" + +// place overrides here + +#endif
\ No newline at end of file |