diff options
author | Ryan <fauxpark@gmail.com> | 2021-12-09 16:00:55 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-09 16:00:55 +1100 |
commit | 315fb6e7242b0b74c0553429a400a5304395cca9 (patch) | |
tree | 7414b1e41808e4f13b24c28b7d39f24dc25ef365 /keyboards/cu75 | |
parent | 0df93ec2f991d2f5dc18ad87429c909f7816c2f8 (diff) |
Remove empty config.h from default-ish keymaps (#15429)
Diffstat (limited to 'keyboards/cu75')
-rw-r--r-- | keyboards/cu75/keymaps/default/config.h | 3 | ||||
-rw-r--r-- | keyboards/cu75/keymaps/iso/config.h | 8 |
2 files changed, 0 insertions, 11 deletions
diff --git a/keyboards/cu75/keymaps/default/config.h b/keyboards/cu75/keymaps/default/config.h deleted file mode 100644 index 271f48d001..0000000000 --- a/keyboards/cu75/keymaps/default/config.h +++ /dev/null @@ -1,3 +0,0 @@ -#pragma once - -// place overrides here diff --git a/keyboards/cu75/keymaps/iso/config.h b/keyboards/cu75/keymaps/iso/config.h deleted file mode 100644 index 8893d122e0..0000000000 --- a/keyboards/cu75/keymaps/iso/config.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef CONFIG_USER_H -#define CONFIG_USER_H - -#include "../../config.h" - -// place overrides here - -#endif |