diff options
Diffstat (limited to 'keyboards/dumbpad')
-rw-r--r-- | keyboards/dumbpad/config.h | 1 | ||||
-rw-r--r-- | keyboards/dumbpad/v0x/config.h | 1 | ||||
-rw-r--r-- | keyboards/dumbpad/v0x_dualencoder/config.h | 1 | ||||
-rw-r--r-- | keyboards/dumbpad/v1x/config.h | 1 | ||||
-rw-r--r-- | keyboards/dumbpad/v1x_dualencoder/config.h | 1 | ||||
-rw-r--r-- | keyboards/dumbpad/v1x_oled/config.h | 1 | ||||
-rw-r--r-- | keyboards/dumbpad/v1x_right/config.h | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/dumbpad/config.h b/keyboards/dumbpad/config.h index b51663981d..a42c34b95f 100644 --- a/keyboards/dumbpad/config.h +++ b/keyboards/dumbpad/config.h @@ -16,7 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #pragma once -#include "config_common.h" /* Column/Row IO definitions */ #define DIODE_DIRECTION COL2ROW diff --git a/keyboards/dumbpad/v0x/config.h b/keyboards/dumbpad/v0x/config.h index b59578aa14..ac2a5a229e 100644 --- a/keyboards/dumbpad/v0x/config.h +++ b/keyboards/dumbpad/v0x/config.h @@ -16,7 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #pragma once -#include "config_common.h" /* Column/Row IO definitions */ #define MATRIX_ROWS 4 diff --git a/keyboards/dumbpad/v0x_dualencoder/config.h b/keyboards/dumbpad/v0x_dualencoder/config.h index 6879d73960..2d675139ab 100644 --- a/keyboards/dumbpad/v0x_dualencoder/config.h +++ b/keyboards/dumbpad/v0x_dualencoder/config.h @@ -16,7 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #pragma once -#include "config_common.h" /* Column/Row IO definitions - dualencoder version is true 4x4 */ #define MATRIX_ROWS 4 diff --git a/keyboards/dumbpad/v1x/config.h b/keyboards/dumbpad/v1x/config.h index 88ee875c0d..35dcbe79a9 100644 --- a/keyboards/dumbpad/v1x/config.h +++ b/keyboards/dumbpad/v1x/config.h @@ -16,7 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #pragma once -#include "config_common.h" /* Column/Row IO definitions */ #define MATRIX_ROWS 4 diff --git a/keyboards/dumbpad/v1x_dualencoder/config.h b/keyboards/dumbpad/v1x_dualencoder/config.h index ed33f9d193..d6c2993db2 100644 --- a/keyboards/dumbpad/v1x_dualencoder/config.h +++ b/keyboards/dumbpad/v1x_dualencoder/config.h @@ -16,7 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #pragma once -#include "config_common.h" /* Column/Row IO definitions */ #define MATRIX_ROWS 4 diff --git a/keyboards/dumbpad/v1x_oled/config.h b/keyboards/dumbpad/v1x_oled/config.h index 4b3695096e..1e89efee31 100644 --- a/keyboards/dumbpad/v1x_oled/config.h +++ b/keyboards/dumbpad/v1x_oled/config.h @@ -13,7 +13,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #pragma once -#include "config_common.h" /* Column/Row IO definitions */ #define MATRIX_ROWS 4 diff --git a/keyboards/dumbpad/v1x_right/config.h b/keyboards/dumbpad/v1x_right/config.h index 8d57b6a837..e4b947932d 100644 --- a/keyboards/dumbpad/v1x_right/config.h +++ b/keyboards/dumbpad/v1x_right/config.h @@ -16,7 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #pragma once -#include "config_common.h" /* Column/Row IO definitions */ #define MATRIX_ROWS 4 |