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/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/config.h')
-rw-r--r-- | keyboards/handwired/kbod/config.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/handwired/kbod/config.h b/keyboards/handwired/kbod/config.h index a3f3e3908a..d3869f99ef 100644 --- a/keyboards/handwired/kbod/config.h +++ b/keyboards/handwired/kbod/config.h @@ -15,8 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef CONFIG_H -#define CONFIG_H +#pragma once #include "config_common.h" @@ -161,5 +160,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #undef TAPPING_TOGGLE #define TAPPING_TOGGLE 2 - -#endif |