aboutsummaryrefslogtreecommitdiff
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
parent3c9b98387ca9c0f4fe9ac762577c586b7fca8dc7 (diff)
parent3823fdc9e0a059040edb43e954dc2c9d3d3d8c45 (diff)
downloadqmk_firmware-7d501c9648439ccb8bfa335eb37ba44469809b16.tar.gz
qmk_firmware-7d501c9648439ccb8bfa335eb37ba44469809b16.zip
Merge remote-tracking branch 'origin/master' into develop
-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"