diff options
author | zvecr <git@zvecr.com> | 2020-01-17 18:50:58 +0000 |
---|---|---|
committer | zvecr <git@zvecr.com> | 2020-01-17 18:50:58 +0000 |
commit | 952e805edb5b5c42a8bbe35b6689c28943a53858 (patch) | |
tree | 6d0056c1f64b0504fbe1c08596ec5ec0871f527f /keyboards/ergo42/config.h | |
parent | 619ee543b8093f643585870db87bad06630c39d4 (diff) | |
download | qmk_firmware-952e805edb5b5c42a8bbe35b6689c28943a53858.tar.gz |
Initial refactor of ergo42 to split common
Diffstat (limited to 'keyboards/ergo42/config.h')
-rw-r--r-- | keyboards/ergo42/config.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/ergo42/config.h b/keyboards/ergo42/config.h index c910d8f24..cfb6bf4ff 100644 --- a/keyboards/ergo42/config.h +++ b/keyboards/ergo42/config.h @@ -16,9 +16,6 @@ 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" - -#endif |