[Keyboard] Clean up dactyl manuform unused files (#15890)

master
Bartosz Nowak 2022-07-07 14:42:28 +02:00 committed by GitHub
parent 0d30565bb7
commit e724801d33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
17 changed files with 14 additions and 50 deletions

View File

@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once #pragma once
#include "dactyl_manuform.h" #include "quantum.h"
#define XXX KC_NO #define XXX KC_NO

View File

@ -1,6 +1,6 @@
#pragma once #pragma once
#include "dactyl_manuform.h" #include "quantum.h"
#define XXX KC_NO #define XXX KC_NO

View File

@ -20,8 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once #pragma once
#include "../../config.h"
/* Use I2C or Serial, not both */ /* Use I2C or Serial, not both */
#define USE_SERIAL #define USE_SERIAL

View File

@ -1,6 +1,4 @@
#include "dactyl_manuform.h" #include QMK_KEYBOARD_H
#include "action_layer.h"
#include "eeconfig.h"
extern keymap_config_t keymap_config; extern keymap_config_t keymap_config;

View File

@ -1,6 +1,6 @@
#pragma once #pragma once
#include "dactyl_manuform.h" #include "quantum.h"
#define XXX KC_NO #define XXX KC_NO

View File

@ -1,6 +1,6 @@
#pragma once #pragma once
#include "dactyl_manuform.h" #include "quantum.h"
#define XXX KC_NO #define XXX KC_NO

View File

@ -1,6 +1,6 @@
#pragma once #pragma once
#include "dactyl_manuform.h" #include "quantum.h"
#define XXX KC_NO #define XXX KC_NO

View File

@ -16,7 +16,7 @@
#pragma once #pragma once
#include "dactyl_manuform.h" #include "quantum.h"
#define XXX KC_NO #define XXX KC_NO

View File

@ -1,6 +1,6 @@
#pragma once #pragma once
#include "dactyl_manuform.h" #include "quantum.h"
#define XXX KC_NO #define XXX KC_NO

View File

@ -1,6 +1,6 @@
#pragma once #pragma once
#include "dactyl_manuform.h" #include "quantum.h"
#define XXX KC_NO #define XXX KC_NO

View File

@ -1,6 +1,6 @@
#pragma once #pragma once
#include "dactyl_manuform.h" #include "quantum.h"
#define XXX KC_NO #define XXX KC_NO

View File

@ -4,7 +4,7 @@
#pragma once #pragma once
#include "dactyl_manuform.h" #include "quantum.h"
#define XXX KC_NO #define XXX KC_NO

View File

@ -4,7 +4,7 @@
#pragma once #pragma once
#include "dactyl_manuform.h" #include "quantum.h"
#define XXX KC_NO #define XXX KC_NO

View File

@ -2,7 +2,7 @@
// SPDX-License-Identifier: GPL-2.0-or-later // SPDX-License-Identifier: GPL-2.0-or-later
#pragma once #pragma once
#include "dactyl_manuform.h" #include "quantum.h"
#define XXX KC_NO #define XXX KC_NO

View File

@ -1 +0,0 @@
#include "dactyl_manuform.h"

View File

@ -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"

View File

@ -1,6 +1,6 @@
#pragma once #pragma once
#include "dactyl_manuform.h" #include "quantum.h"
// This uses the same coordinate system as the program that defines // This uses the same coordinate system as the program that defines
// the case model, but not the same coordinates. // the case model, but not the same coordinates.