diff options
| author | Nick Brassel | 2023-01-30 20:03:30 +0100 |
|---|---|---|
| committer | GitHub | 2023-01-30 20:03:30 +0100 |
| commit | f6dd8dea2e493dc549a60fee99de871c4088d09a (patch) | |
| tree | f212cc67ebfe337639d5943249d3e0b810c2f97d /keyboards/orthodox/keymaps | |
| parent | 2d843088a26ee639287d16fbd9ca4c35e18f7b8b (diff) | |
Remove usages of config_common.h from config.h files. (#19714)
Diffstat (limited to 'keyboards/orthodox/keymaps')
| -rw-r--r-- | keyboards/orthodox/keymaps/oscillope/config.h | 1 | ||||
| -rw-r--r-- | keyboards/orthodox/keymaps/rfvizarra/config.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/orthodox/keymaps/oscillope/config.h b/keyboards/orthodox/keymaps/oscillope/config.h index 363a637790..1068d7efdf 100644 --- a/keyboards/orthodox/keymaps/oscillope/config.h +++ b/keyboards/orthodox/keymaps/oscillope/config.h @@ -22,7 +22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #ifndef CONFIG_USER_H #define CONFIG_USER_H -#include "config_common.h" #define USE_I2C diff --git a/keyboards/orthodox/keymaps/rfvizarra/config.h b/keyboards/orthodox/keymaps/rfvizarra/config.h index fbe7ceb629..92b3713350 100644 --- a/keyboards/orthodox/keymaps/rfvizarra/config.h +++ b/keyboards/orthodox/keymaps/rfvizarra/config.h @@ -22,7 +22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #ifndef CONFIG_USER_H #define CONFIG_USER_H -#include "config_common.h" #ifdef AUDIO_ENABLE #define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \ |