summaryrefslogtreecommitdiff
path: root/keyboards/studiokestra/galatea/galatea.h
diff options
context:
space:
mode:
authorstudiokestra <74369928+studiokestra@users.noreply.github.com>2023-04-02 23:37:43 -0600
committerGitHub <noreply@github.com>2023-04-03 15:37:43 +1000
commitf3f0bf6dbedef705b078a6ee7016b0d2b11c4bc7 (patch)
treece416823baea2eb611bd13ee8105c890dbfe87ac /keyboards/studiokestra/galatea/galatea.h
parent8a5e8ed88e818e2a4ccd1349ea63cb35042e674f (diff)
Refactor Galatea (#20011)
Diffstat (limited to 'keyboards/studiokestra/galatea/galatea.h')
-rw-r--r--keyboards/studiokestra/galatea/galatea.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/keyboards/studiokestra/galatea/galatea.h b/keyboards/studiokestra/galatea/galatea.h
deleted file mode 100644
index a1f2aa77b5..0000000000
--- a/keyboards/studiokestra/galatea/galatea.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/* Copyright 2021 Studio Kestra
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#pragma once
-
-#include "quantum.h"
-
-#if defined(KEYBOARD_studiokestra_galatea_rev1)
- #include "rev1.h"
-#elif defined(KEYBOARD_studiokestra_galatea_rev2)
- #include "rev2.h"
-#endif