M keyboards/handwired/dactyl_manuform/3x5_3/3x5_3.h => keyboards/handwired/dactyl_manuform/3x5_3/3x5_3.h +1 -1
@@ 17,7 17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "dactyl_manuform.h"
+#include "quantum.h"
#define XXX KC_NO
M keyboards/handwired/dactyl_manuform/4x5/4x5.h => keyboards/handwired/dactyl_manuform/4x5/4x5.h +1 -1
@@ 1,6 1,6 @@
#pragma once
-#include "dactyl_manuform.h"
+#include "quantum.h"
#define XXX KC_NO
M keyboards/handwired/dactyl_manuform/4x5/keymaps/dvorak/config.h => keyboards/handwired/dactyl_manuform/4x5/keymaps/dvorak/config.h +0 -2
@@ 20,8 20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "../../config.h"
-
/* Use I2C or Serial, not both */
#define USE_SERIAL
M keyboards/handwired/dactyl_manuform/4x5/keymaps/dvorak/keymap.c => keyboards/handwired/dactyl_manuform/4x5/keymaps/dvorak/keymap.c +1 -3
@@ 1,6 1,4 @@
-#include "dactyl_manuform.h"
-#include "action_layer.h"
-#include "eeconfig.h"
+#include QMK_KEYBOARD_H
extern keymap_config_t keymap_config;
M keyboards/handwired/dactyl_manuform/4x6/4x6.h => keyboards/handwired/dactyl_manuform/4x6/4x6.h +1 -1
@@ 1,6 1,6 @@
#pragma once
-#include "dactyl_manuform.h"
+#include "quantum.h"
#define XXX KC_NO
M keyboards/handwired/dactyl_manuform/4x6_5/4x6_5.h => keyboards/handwired/dactyl_manuform/4x6_5/4x6_5.h +1 -1
@@ 1,6 1,6 @@
#pragma once
-#include "dactyl_manuform.h"
+#include "quantum.h"
#define XXX KC_NO
M keyboards/handwired/dactyl_manuform/5x6/5x6.h => keyboards/handwired/dactyl_manuform/5x6/5x6.h +1 -1
@@ 1,6 1,6 @@
#pragma once
-#include "dactyl_manuform.h"
+#include "quantum.h"
#define XXX KC_NO
M keyboards/handwired/dactyl_manuform/5x6_2_5/5x6_2_5.h => keyboards/handwired/dactyl_manuform/5x6_2_5/5x6_2_5.h +1 -1
@@ 16,7 16,7 @@
#pragma once
-#include "dactyl_manuform.h"
+#include "quantum.h"
#define XXX KC_NO
M keyboards/handwired/dactyl_manuform/5x6_5/5x6_5.h => keyboards/handwired/dactyl_manuform/5x6_5/5x6_5.h +1 -1
@@ 1,6 1,6 @@
#pragma once
-#include "dactyl_manuform.h"
+#include "quantum.h"
#define XXX KC_NO
M keyboards/handwired/dactyl_manuform/5x7/5x7.h => keyboards/handwired/dactyl_manuform/5x7/5x7.h +1 -1
@@ 1,6 1,6 @@
#pragma once
-#include "dactyl_manuform.h"
+#include "quantum.h"
#define XXX KC_NO
M keyboards/handwired/dactyl_manuform/6x6/6x6.h => keyboards/handwired/dactyl_manuform/6x6/6x6.h +1 -1
@@ 1,6 1,6 @@
#pragma once
-#include "dactyl_manuform.h"
+#include "quantum.h"
#define XXX KC_NO
M keyboards/handwired/dactyl_manuform/6x6_4/6x6_4.h => keyboards/handwired/dactyl_manuform/6x6_4/6x6_4.h +1 -1
@@ 4,7 4,7 @@
#pragma once
-#include "dactyl_manuform.h"
+#include "quantum.h"
#define XXX KC_NO
M keyboards/handwired/dactyl_manuform/6x6_kinesis/6x6_kinesis.h => keyboards/handwired/dactyl_manuform/6x6_kinesis/6x6_kinesis.h +1 -1
@@ 4,7 4,7 @@
#pragma once
-#include "dactyl_manuform.h"
+#include "quantum.h"
#define XXX KC_NO
M keyboards/handwired/dactyl_manuform/6x7/6x7.h => keyboards/handwired/dactyl_manuform/6x7/6x7.h +1 -1
@@ 2,7 2,7 @@
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
-#include "dactyl_manuform.h"
+#include "quantum.h"
#define XXX KC_NO
D keyboards/handwired/dactyl_manuform/dactyl_manuform.c => keyboards/handwired/dactyl_manuform/dactyl_manuform.c +0 -1
@@ 1,1 0,0 @@
-#include "dactyl_manuform.h"
D keyboards/handwired/dactyl_manuform/dactyl_manuform.h => keyboards/handwired/dactyl_manuform/dactyl_manuform.h +0 -31
@@ 1,31 0,0 @@
-#pragma once
-
-#if defined(KEYBOARD_handwired_dactyl_manuform_4x5)
-# include "4x5.h"
-#elif defined(KEYBOARD_handwired_dactyl_manuform_4x6)
-# include "4x6.h"
-#elif defined(KEYBOARD_handwired_dactyl_manuform_4x6_5)
-# include "4x6_5.h"
-#elif defined(KEYBOARD_handwired_dactyl_manuform_5x6)
-# include "5x6.h"
-#elif defined(KEYBOARD_handwired_dactyl_manuform_5x6_5)
-# include "5x6_5.h"
-#elif defined(KEYBOARD_handwired_dactyl_manuform_5x6_2_5)
-# include "5x6_2_5.h"
-#elif defined(KEYBOARD_handwired_dactyl_manuform_5x7)
-# include "5x7.h"
-#elif defined(KEYBOARD_handwired_dactyl_manuform_6x6)
-# include "6x6.h"
-#elif defined(KEYBOARD_handwired_dactyl_manuform_6x6_4)
-# include "6x6_4.h"
-#elif defined(KEYBOARD_handwired_dactyl_manuform_6x6_kinesis)
-# include "6x6_kinesis.h"
-#elif defined(KEYBOARD_handwired_dactyl_manuform_6x7)
-# include "6x7.h"
-#elif defined(KEYBOARD_handwired_dactyl_manuform_3x5_3)
-# include "3x5_3.h"
-#elif defined(KEYBOARD_handwired_dactyl_manuform_dmote_62key)
-# include "62key.h"
-#endif
-
-#include "quantum.h"
M keyboards/handwired/dactyl_manuform/dmote/62key/62key.h => keyboards/handwired/dactyl_manuform/dmote/62key/62key.h +1 -1
@@ 1,6 1,6 @@
#pragma once
-#include "dactyl_manuform.h"
+#include "quantum.h"
// This uses the same coordinate system as the program that defines
// the case model, but not the same coordinates.