summaryrefslogtreecommitdiff
path: root/keyboards
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-09-26 16:50:52 +0000
committerQMK Bot <hello@qmk.fm>2021-09-26 16:50:52 +0000
commit7d501c9648439ccb8bfa335eb37ba44469809b16 (patch)
treedd3e6d1905743e6bb8f3cf4fb433e51a83973df6 /keyboards
parent3c9b98387ca9c0f4fe9ac762577c586b7fca8dc7 (diff)
parent3823fdc9e0a059040edb43e954dc2c9d3d3d8c45 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards')
-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 b74bd52b28..2775713bf6 100644
--- a/keyboards/signum/3_0/signum.c
+++ b/keyboards/signum/3_0/3_0.c
@@ -13,4 +13,4 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "signum.h"
+#include "3_0.h"
diff --git a/keyboards/signum/3_0/signum.h b/keyboards/signum/3_0/3_0.h
index 9322b44b8b..9322b44b8b 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 7498fdcee3..dfb7e01164 100644
--- a/keyboards/signum/3_0/elitec/elitec.h
+++ b/keyboards/signum/3_0/elitec/elitec.h
@@ -1,4 +1,3 @@
#pragma once
-#include "quantum.h"
-#include "signum.h"
+#include "3_0.h"
diff --git a/keyboards/signum/3_0/teensy/teensy.h b/keyboards/signum/3_0/teensy/teensy.h
index ac02c3cbee..073accaa61 100644
--- a/keyboards/signum/3_0/teensy/teensy.h
+++ b/keyboards/signum/3_0/teensy/teensy.h
@@ -15,5 +15,4 @@
*/
#pragma once
-#include "quantum.h"
-#include "signum.h"
+#include "3_0.h"