aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2021-09-26 09:50:22 -0700
committerGitHub <noreply@github.com>2021-09-26 17:50:22 +0100
commit3823fdc9e0a059040edb43e954dc2c9d3d3d8c45 (patch)
tree40ffdbe4ec950b1f2850891cafa1932ef1aa9823
parentf07de1b3094fbb94a70435c80b06b676db1f46b8 (diff)
downloadqmk_firmware-3823fdc9e0a059040edb43e954dc2c9d3d3d8c45.tar.gz
qmk_firmware-3823fdc9e0a059040edb43e954dc2c9d3d3d8c45.zip
[Keyboard] Fix Compile issues for Signum 3.0 (#14588)
* [Keyboard] Fix Compile issues for Signum 3.0 * quantuuum
-rw-r--r--keyboards/signum/3_0/3_0.c (renamed from keyboards/signum/3_0/signum.c)2
-rw-r--r--keyboards/signum/3_0/3_0.h (renamed from keyboards/signum/3_0/signum.h)0
-rw-r--r--keyboards/signum/3_0/elitec/elitec.h3
-rw-r--r--keyboards/signum/3_0/teensy/teensy.h3
4 files changed, 3 insertions, 5 deletions
diff --git a/keyboards/signum/3_0/signum.c b/keyboards/signum/3_0/3_0.c
index b74bd52b2..2775713bf 100644
--- a/keyboards/signum/3_0/signum.c
+++ b/keyboards/signum/3_0/3_0.c
@@ -13,4 +13,4 @@
13 * You should have received a copy of the GNU General Public License 13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>. 14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */ 15 */
16#include "signum.h" 16#include "3_0.h"
diff --git a/keyboards/signum/3_0/signum.h b/keyboards/signum/3_0/3_0.h
index 9322b44b8..9322b44b8 100644
--- a/keyboards/signum/3_0/signum.h
+++ b/keyboards/signum/3_0/3_0.h
diff --git a/keyboards/signum/3_0/elitec/elitec.h b/keyboards/signum/3_0/elitec/elitec.h
index 7498fdcee..dfb7e0116 100644
--- a/keyboards/signum/3_0/elitec/elitec.h
+++ b/keyboards/signum/3_0/elitec/elitec.h
@@ -1,4 +1,3 @@
1#pragma once 1#pragma once
2 2
3#include "quantum.h" 3#include "3_0.h"
4#include "signum.h"
diff --git a/keyboards/signum/3_0/teensy/teensy.h b/keyboards/signum/3_0/teensy/teensy.h
index ac02c3cbe..073accaa6 100644
--- a/keyboards/signum/3_0/teensy/teensy.h
+++ b/keyboards/signum/3_0/teensy/teensy.h
@@ -15,5 +15,4 @@
15 */ 15 */
16#pragma once 16#pragma once
17 17
18#include "quantum.h" 18#include "3_0.h"
19#include "signum.h"