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/Makefile | |
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/Makefile')
-rw-r--r-- | keyboards/handwired/kbod/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/handwired/kbod/Makefile b/keyboards/handwired/kbod/Makefile new file mode 100644 index 0000000000..4e2a6f00fd --- /dev/null +++ b/keyboards/handwired/kbod/Makefile @@ -0,0 +1,3 @@ +ifndef MAKEFILE_INCLUDED + include ../../Makefile +endif
\ No newline at end of file |