summaryrefslogtreecommitdiff
path: root/keyboards/handwired/kbod/config.h
diff options
context:
space:
mode:
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>2018-12-12 16:46:13 -0800
committerDrashna Jaelre <drashna@live.com>2018-12-12 16:46:13 -0800
commitca39fa8222ed339f09b2713bd538880fd4f2ff0e (patch)
treefd32cb42b36f0234f7cd8b596a0da5cad282ebe3 /keyboards/handwired/kbod/config.h
parent2cef75cbb3ba9a3c05cf6914c6bafb720f2f2b83 (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.h5
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