diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2018-12-12 16:46:13 -0800 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-12-12 16:46:13 -0800 |
commit | ca39fa8222ed339f09b2713bd538880fd4f2ff0e (patch) | |
tree | fd32cb42b36f0234f7cd8b596a0da5cad282ebe3 /keyboards/handwired/kbod/keymaps/default/config.h | |
parent | 2cef75cbb3ba9a3c05cf6914c6bafb720f2f2b83 (diff) |
Keyboard: handwired/kbod Refactor, Configurator support and readme update (#4623)
* handwired/kbod: refactor
- layout macro KEYMAP renamed to LAYOUT
* handwired/kbod: update config.h files to #pragma once
* handwired/kbod: Configurator support
* handwired/kbod: readme update
- updated reademe to current template
- added image
Diffstat (limited to 'keyboards/handwired/kbod/keymaps/default/config.h')
-rw-r--r-- | keyboards/handwired/kbod/keymaps/default/config.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/keyboards/handwired/kbod/keymaps/default/config.h b/keyboards/handwired/kbod/keymaps/default/config.h index df06a26206..271f48d001 100644 --- a/keyboards/handwired/kbod/keymaps/default/config.h +++ b/keyboards/handwired/kbod/keymaps/default/config.h @@ -1,8 +1,3 @@ -#ifndef CONFIG_USER_H -#define CONFIG_USER_H - -#include "../../config.h" +#pragma once // place overrides here - -#endif
\ No newline at end of file |