diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2018-12-01 16:29:16 -0800 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-12-01 16:29:16 -0800 |
commit | 064d9e21750e8c717aca5f79263ad93b6606e125 (patch) | |
tree | 38fa67cdbb255a253823acd639596fbc3de29999 /keyboards/handwired/promethium/keymaps/priyadi/config.h | |
parent | a90331aec21a47ef3a9fe47425c9c7204bc768b5 (diff) |
handwired/promethium Refactor and Configurator support (#4524)
* handwired/promethium: refactor
- config.h files
- updated to use #pragma once
- removed redundant config.h includes
- layout macro moved from config.h to promethium.h
- layout macro renamed from KEYMAP_CUSTOM to LAYOUT
* handwired/promethium: Configurator support
Diffstat (limited to 'keyboards/handwired/promethium/keymaps/priyadi/config.h')
-rw-r--r-- | keyboards/handwired/promethium/keymaps/priyadi/config.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/keyboards/handwired/promethium/keymaps/priyadi/config.h b/keyboards/handwired/promethium/keymaps/priyadi/config.h index 2064f3676a..0630fd43e3 100644 --- a/keyboards/handwired/promethium/keymaps/priyadi/config.h +++ b/keyboards/handwired/promethium/keymaps/priyadi/config.h @@ -1,7 +1,4 @@ -#ifndef CONFIG_USER_H -#define CONFIG_USER_H - -#include "../../config.h" +#pragma once #define PRIYADI_PROMETHIUM @@ -23,5 +20,3 @@ #define DOUBLESPACE_LAYER_ENABLE // #define TOLELOT_ENABLE - -#endif |