summaryrefslogtreecommitdiff
path: root/keyboards/aidansmithdotdev/fine40
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-02-23 09:32:18 +1100
committerGitHub <noreply@github.com>2023-02-23 09:32:18 +1100
commitea772468650f7c79a9919a4770d371839985bef0 (patch)
tree6dc5b1f97efaf2558c19b2261ffc468a9bd5fa19 /keyboards/aidansmithdotdev/fine40
parent3bf01bb9ed202b14f78105db2aa2a75d01fc4323 (diff)
Migrate some more layouts to data driven (#19889)
Diffstat (limited to 'keyboards/aidansmithdotdev/fine40')
-rw-r--r--keyboards/aidansmithdotdev/fine40/fine40.c2
-rw-r--r--keyboards/aidansmithdotdev/fine40/fine40.h3
2 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/aidansmithdotdev/fine40/fine40.c b/keyboards/aidansmithdotdev/fine40/fine40.c
index cc4024136e..73c453b6c0 100644
--- a/keyboards/aidansmithdotdev/fine40/fine40.c
+++ b/keyboards/aidansmithdotdev/fine40/fine40.c
@@ -1,6 +1,6 @@
// Copyright 2022 Aidan Smith (@Aidan-OS)
// SPDX-License-Identifier: GPL-2.0-or-later
-#include "fine40.h"
+#include "quantum.h"
enum keyboard_layers {
_MAIN,
diff --git a/keyboards/aidansmithdotdev/fine40/fine40.h b/keyboards/aidansmithdotdev/fine40/fine40.h
deleted file mode 100644
index dd675cf3ad..0000000000
--- a/keyboards/aidansmithdotdev/fine40/fine40.h
+++ /dev/null
@@ -1,3 +0,0 @@
-// Copyright 2022 Aidan Smith (@Aidan-OS)
-// SPDX-License-Identifier: GPL-2.0-or-later
-#include "quantum.h" \ No newline at end of file