summaryrefslogtreecommitdiffstats
path: root/keyboards/ez_maker/directpins
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ez_maker/directpins')
-rw-r--r--keyboards/ez_maker/directpins/promicro/info.json48
-rw-r--r--keyboards/ez_maker/directpins/promicro/keymaps/default/keymap.json19
-rw-r--r--keyboards/ez_maker/directpins/promicro/readme.md19
-rw-r--r--keyboards/ez_maker/directpins/promicro/rules.mk1
-rw-r--r--keyboards/ez_maker/directpins/proton_c/info.json61
-rw-r--r--keyboards/ez_maker/directpins/proton_c/keymaps/default/keymap.json25
-rw-r--r--keyboards/ez_maker/directpins/proton_c/readme.md19
-rw-r--r--keyboards/ez_maker/directpins/proton_c/rules.mk1
-rw-r--r--keyboards/ez_maker/directpins/readme.md5
-rw-r--r--keyboards/ez_maker/directpins/rp2040/info.json64
-rw-r--r--keyboards/ez_maker/directpins/rp2040/keymaps/default/keymap.json25
-rw-r--r--keyboards/ez_maker/directpins/rp2040/readme.md19
-rw-r--r--keyboards/ez_maker/directpins/rp2040/rules.mk1
-rw-r--r--keyboards/ez_maker/directpins/teensy_2/info.json51
-rw-r--r--keyboards/ez_maker/directpins/teensy_2/keymaps/default/keymap.json20
-rw-r--r--keyboards/ez_maker/directpins/teensy_2/readme.md19
-rw-r--r--keyboards/ez_maker/directpins/teensy_2/rules.mk1
-rw-r--r--keyboards/ez_maker/directpins/teensy_2pp/info.json66
-rw-r--r--keyboards/ez_maker/directpins/teensy_2pp/keymaps/default/keymap.json28
-rw-r--r--keyboards/ez_maker/directpins/teensy_2pp/readme.md19
-rw-r--r--keyboards/ez_maker/directpins/teensy_2pp/rules.mk1
-rw-r--r--keyboards/ez_maker/directpins/teensy_32/chconf.h53
-rw-r--r--keyboards/ez_maker/directpins/teensy_32/info.json54
-rw-r--r--keyboards/ez_maker/directpins/teensy_32/keymaps/default/keymap.json22
-rw-r--r--keyboards/ez_maker/directpins/teensy_32/mcuconf.h51
-rw-r--r--keyboards/ez_maker/directpins/teensy_32/readme.md19
-rw-r--r--keyboards/ez_maker/directpins/teensy_32/rules.mk4
-rw-r--r--keyboards/ez_maker/directpins/teensy_lc/chconf.h53
-rw-r--r--keyboards/ez_maker/directpins/teensy_lc/info.json54
-rw-r--r--keyboards/ez_maker/directpins/teensy_lc/keymaps/default/keymap.json22
-rw-r--r--keyboards/ez_maker/directpins/teensy_lc/mcuconf.h51
-rw-r--r--keyboards/ez_maker/directpins/teensy_lc/readme.md19
-rw-r--r--keyboards/ez_maker/directpins/teensy_lc/rules.mk4
33 files changed, 0 insertions, 918 deletions
diff --git a/keyboards/ez_maker/directpins/promicro/info.json b/keyboards/ez_maker/directpins/promicro/info.json
deleted file mode 100644
index c7f8f2d2b6..0000000000
--- a/keyboards/ez_maker/directpins/promicro/info.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
- "manufacturer": "Zach White",
- "keyboard_name": "DirectPins ProMicro",
- "maintainer": "skullydazed",
- "bootloader": "atmel-dfu",
- "debounce": 5,
- "features": {
- "bootmagic": true,
- "extrakey": true,
- "mousekey": true
- },
- "matrix_pins": {
- "direct": [
- ["D3", null],
- ["D2", null],
- ["D1", "F4"],
- ["D0", "F5"],
- ["D4", "F6"],
- ["C6", "F7"],
- ["D7", "B1"],
- ["E6", "B3"],
- ["B4", "B2"],
- ["B5", "B6"]
- ]
- },
- "processor": "atmega32u4",
- "usb": {
- "device_version": "0.0.1",
- "pid": "0x2320",
- "vid": "0xFEED"
- },
- "layouts": {
- "LAYOUT_all": {
- "layout": [
- {"label":"D3", "matrix": [0, 0], "x":0, "y":0},
- {"label":"D2", "matrix": [1, 0], "x":0, "y":1},
- {"label":"D1", "matrix": [2, 0], "x":0, "y":4}, {"label":"F4", "matrix": [2, 1], "x":2, "y":4},
- {"label":"D0", "matrix": [3, 0], "x":0, "y":5}, {"label":"F5", "matrix": [3, 1], "x":2, "y":5},
- {"label":"D4", "matrix": [4, 0], "x":0, "y":6}, {"label":"F6", "matrix": [4, 1], "x":2, "y":6},
- {"label":"C6", "matrix": [5, 0], "x":0, "y":7}, {"label":"F7", "matrix": [5, 1], "x":2, "y":7},
- {"label":"D7", "matrix": [6, 0], "x":0, "y":8}, {"label":"B1", "matrix": [6, 1], "x":2, "y":8},
- {"label":"E6", "matrix": [7, 0], "x":0, "y":9}, {"label":"B3", "matrix": [7, 1], "x":2, "y":9},
- {"label":"B4", "matrix": [8, 0], "x":0, "y":10}, {"label":"B2", "matrix": [8, 1], "x":2, "y":10},
- {"label":"B5", "matrix": [9, 0], "x":0, "y":11}, {"label":"B6", "matrix": [9, 1], "x":2, "y":11}
- ]
- }
- }
-}
diff --git a/keyboards/ez_maker/directpins/promicro/keymaps/default/keymap.json b/keyboards/ez_maker/directpins/promicro/keymaps/default/keymap.json
deleted file mode 100644
index f39a5802b9..0000000000
--- a/keyboards/ez_maker/directpins/promicro/keymaps/default/keymap.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "keyboard": "ez_maker/directpins/promicro",
- "keymap": "default",
- "layout": "LAYOUT_all",
- "layers": [
- [
- "KC_0",
- "KC_1",
- "KC_2", "KC_3",
- "KC_4", "KC_5",
- "KC_6", "KC_7",
- "KC_8", "KC_9",
- "KC_A", "KC_B",
- "KC_C", "KC_D",
- "KC_E", "KC_F",
- "KC_G", "KC_H"
- ]
- ]
-}
diff --git a/keyboards/ez_maker/directpins/promicro/readme.md b/keyboards/ez_maker/directpins/promicro/readme.md
deleted file mode 100644
index b987ce0aad..0000000000
--- a/keyboards/ez_maker/directpins/promicro/readme.md
+++ /dev/null
@@ -1,19 +0,0 @@
-# DirectPins
-
-![Promicro Pinout Guide](https://i.imgur.com/LZ194Hf.jpg)
-
-Easily assign keys to pins for your custom project using QMK Configurator.
-
-* Keyboard Maintainer: [Zach White](https://github.com/skullydazed)
-* Hardware Supported: Promicro
-* Hardware Availability: Sparkfun, chinese clones
-
-Make example for this keyboard (after setting up your build environment):
-
- qmk compile -kb ez_maker/directpins/promicro -km default
-
-Flashing example for this keyboard:
-
- qmk flash -kb ez_maker/directpins/promicro -km default
-
-See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
diff --git a/keyboards/ez_maker/directpins/promicro/rules.mk b/keyboards/ez_maker/directpins/promicro/rules.mk
deleted file mode 100644
index 6e7633bfe0..0000000000
--- a/keyboards/ez_maker/directpins/promicro/rules.mk
+++ /dev/null
@@ -1 +0,0 @@
-# This file intentionally left blank
diff --git a/keyboards/ez_maker/directpins/proton_c/info.json b/keyboards/ez_maker/directpins/proton_c/info.json
deleted file mode 100644
index d35fe9a90a..0000000000
--- a/keyboards/ez_maker/directpins/proton_c/info.json
+++ /dev/null
@@ -1,61 +0,0 @@
-{
- "manufacturer": "Zach White",
- "keyboard_name": "DirectPins Proton C",
- "maintainer": "skullydazed",
- "debounce": 5,
- "processor": "STM32F303",
- "board": "QMK_PROTON_C",
- "bootloader": "stm32-dfu",
- "features": {
- "bootmagic": true,
- "extrakey": true,
- "mousekey": true
- },
- "matrix_pins": {
- "direct": [
- ["A9", null],
- ["A10", null],
- ["B7", "A2"],
- ["B6", "A1"],
- ["B5", "A0"],
- ["B4", "B8"],
- ["B3", "B13"],
- ["B2", "B14"],
- ["B1", "B15"],
- ["B0", "B9"],
- ["A4", "B10"],
- ["A5", "B11"],
- ["A6", "B12"],
- ["A7", "A14"],
- ["A8", "A13"],
- ["A15", null]
- ]
- },
- "usb": {
- "device_version": "0.0.1",
- "pid": "0x2321",
- "vid": "0xFEED"
- },
- "layouts": {
- "LAYOUT_all": {
- "layout": [
- { "label": "A9", "matrix": [0, 0], "x": 0, "y": 0 },
- { "label": "A10", "matrix": [1, 0], "x": 0, "y": 1 },
- { "label": "B7", "matrix": [2, 0], "x": 0, "y": 4 }, { "label": "A2", "matrix": [2, 1], "x": 2, "y": 4 },
- { "label": "B6", "matrix": [3, 0], "x": 0, "y": 5 }, { "label": "A1", "matrix": [3, 1], "x": 2, "y": 5 },
- { "label": "B5", "matrix": [4, 0], "x": 0, "y": 6 }, { "label": "A0", "matrix": [4, 1], "x": 2, "y": 6 },
- { "label": "B4", "matrix": [5, 0], "x": 0, "y": 7 }, { "label": "B8", "matrix": [5, 1], "x": 2, "y": 7 },
- { "label": "B3", "matrix": [6, 0], "x": 0, "y": 8 }, { "label": "B13", "matrix": [6, 1], "x": 2, "y": 8 },
- { "label": "B2", "matrix": [7, 0], "x": 0, "y": 9 }, { "label": "B14", "matrix": [7, 1], "x": 2, "y": 9 },
- { "label": "B1", "matrix": [8, 0], "x": 0, "y": 10 }, { "label": "B15", "matrix": [8, 1], "x": 2, "y": 10 },
- { "label": "B0", "matrix": [9, 0], "x": 0, "y": 11 }, { "label": "B9", "matrix": [9, 1], "x": 2, "y": 11 },
- { "label": "A4", "matrix": [10, 0], "x": 0, "y": 13 }, { "label": "B10", "matrix": [10, 1], "x": 2, "y": 13 },
- { "label": "A5", "matrix": [11, 0], "x": 0, "y": 14 }, { "label": "B11", "matrix": [11, 1], "x": 2, "y": 14 },
- { "label": "A6", "matrix": [12, 0], "x": 0, "y": 15 }, { "label": "B12", "matrix": [12, 1], "x": 2, "y": 15 },
- { "label": "A7", "matrix": [13, 0], "x": 0, "y": 16 }, { "label": "A14", "matrix": [13, 1], "x": 2, "y": 16 },
- { "label": "A8", "matrix": [14, 0], "x": 0, "y": 17 }, { "label": "A13", "matrix": [14, 1], "x": 2, "y": 17 },
- { "label": "A15", "matrix": [15, 0], "x": 0, "y": 18 }
- ]
- }
- }
-}
diff --git a/keyboards/ez_maker/directpins/proton_c/keymaps/default/keymap.json b/keyboards/ez_maker/directpins/proton_c/keymaps/default/keymap.json
deleted file mode 100644
index 7af6d44762..0000000000
--- a/keyboards/ez_maker/directpins/proton_c/keymaps/default/keymap.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "keyboard": "ez_maker/directpins/proton_c",
- "keymap": "default",
- "layout": "LAYOUT_all",
- "layers": [
- [
- "KC_0",
- "KC_1",
- "KC_2", "KC_3",
- "KC_4", "KC_5",
- "KC_6", "KC_7",
- "KC_8", "KC_9",
- "KC_A", "KC_B",
- "KC_C", "KC_D",
- "KC_E", "KC_F",
- "KC_G", "KC_H",
- "KC_I", "KC_J",
- "KC_K", "KC_L",
- "KC_M", "KC_N",
- "KC_O", "KC_P",
- "KC_Q", "KC_R",
- "KC_S"
- ]
- ]
-}
diff --git a/keyboards/ez_maker/directpins/proton_c/readme.md b/keyboards/ez_maker/directpins/proton_c/readme.md
deleted file mode 100644
index caf6c7c995..0000000000
--- a/keyboards/ez_maker/directpins/proton_c/readme.md
+++ /dev/null
@@ -1,19 +0,0 @@
-# DirectPins
-
-![Proton-C Pinout Guide](https://i.imgur.com/NqsqmdF.png)
-
-Easily assign keys to pins for your custom project using QMK Configurator.
-
-* Keyboard Maintainer: [Zach White](https://github.com/skullydazed)
-* Hardware Supported: Proton C
-* Hardware Availability: https://qmk.fm/proton-c
-
-Make example for this keyboard (after setting up your build environment):
-
- qmk compile -kb ez_maker/directpins/proton_c -km default
-
-Flashing example for this keyboard:
-
- qmk flash -kb ez_maker/directpins/proton_c -km default
-
-See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
diff --git a/keyboards/ez_maker/directpins/proton_c/rules.mk b/keyboards/ez_maker/directpins/proton_c/rules.mk
deleted file mode 100644
index 6e7633bfe0..0000000000
--- a/keyboards/ez_maker/directpins/proton_c/rules.mk
+++ /dev/null
@@ -1 +0,0 @@
-# This file intentionally left blank
diff --git a/keyboards/ez_maker/directpins/readme.md b/keyboards/ez_maker/directpins/readme.md
deleted file mode 100644
index bd415f78a1..0000000000
--- a/keyboards/ez_maker/directpins/readme.md
+++ /dev/null
@@ -1,5 +0,0 @@
-# DirectPins
-
-Easily assign keys to pins for your custom project using QMK Configurator.
-
-This directory exists so that people creating one-offs can easily hook up their pins to switches and flash QMK to it.
diff --git a/keyboards/ez_maker/directpins/rp2040/info.json b/keyboards/ez_maker/directpins/rp2040/info.json
deleted file mode 100644
index 9b707d257f..0000000000
--- a/keyboards/ez_maker/directpins/rp2040/info.json
+++ /dev/null
@@ -1,64 +0,0 @@
-{
- "manufacturer": "Raspberry Pi",
- "keyboard_name": "DirectPins RP2040",
- "maintainer": "jepler",
- "bootloader": "rp2040",
- "debounce": 5,
- "features": {
- "bootmagic": true,
- "extrakey": true,
- "mousekey": true
- },
- "matrix_pins": {
- "direct": [
- ["GP0", null],
- ["GP1", null],
-
- ["GP2", null],
- ["GP3", null],
- ["GP4", null],
- ["GP5", "GP28"],
-
- ["GP6", "GP27"],
- ["GP7", "GP26"],
- ["GP8", null],
- ["GP9", "GP22"],
-
- ["GP10", "GP21"],
- ["GP11", "GP20"],
- ["GP12", "GP19"],
- ["GP13", "GP18"],
-
- ["GP14", "GP17"],
- ["GP15", "GP16"]
- ]
- },
- "processor": "RP2040",
- "usb": {
- "device_version": "0.0.1",
- "pid": "0x2326",
- "vid": "0xFEED"
- },
- "layouts": {
- "LAYOUT_all": {
- "layout": [
- {"label":"GP0", "matrix": [0, 0], "x":0, "y":0},
- {"label":"GP1", "matrix": [1, 0], "x":0, "y":1},
- {"label":"GP2", "matrix": [2, 0], "x":0, "y":3},
- {"label":"GP3", "matrix": [3, 0], "x":0, "y":4},
- {"label":"GP4", "matrix": [4, 0], "x":0, "y":5},
- {"label":"GP5", "matrix": [5, 0], "x":0, "y":6}, {"label":"GP28", "matrix": [5, 1], "x":2, "y":6},
- {"label":"GP6", "matrix": [6, 0], "x":0, "y":8}, {"label":"GP27", "matrix": [6, 1], "x":2, "y":8},
- {"label":"GP7", "matrix": [7, 0], "x":0, "y":9}, {"label":"GP26", "matrix": [7, 1], "x":2, "y":9},
- {"label":"GP8", "matrix": [8, 0], "x":0, "y":10},
- {"label":"GP9", "matrix": [9, 0], "x":0, "y":11}, {"label":"GP22", "matrix": [9, 1], "x":2, "y":11},
- {"label":"GP10", "matrix": [10, 0], "x":0, "y":13}, {"label":"GP21", "matrix": [10, 1], "x":2, "y":13},
- {"label":"GP11", "matrix": [11, 0], "x":0, "y":14}, {"label":"GP20", "matrix": [11, 1], "x":2, "y":14},
- {"label":"GP12", "matrix": [12, 0], "x":0, "y":15}, {"label":"GP19", "matrix": [12, 1], "x":2, "y":15},
- {"label":"GP13", "matrix": [13, 0], "x":0, "y":16}, {"label":"GP18", "matrix": [13, 1], "x":2, "y":16},
- {"label":"GP14", "matrix": [14, 0], "x":0, "y":18}, {"label":"GP17", "matrix": [14, 1], "x":2, "y":18},
- {"label":"GP15", "matrix": [15, 0], "x":0, "y":19}, {"label":"GP16", "matrix": [15, 1], "x":2, "y":19}
- ]
- }
- }
-}
diff --git a/keyboards/ez_maker/directpins/rp2040/keymaps/default/keymap.json b/keyboards/ez_maker/directpins/rp2040/keymaps/default/keymap.json
deleted file mode 100644
index 3bae28a360..0000000000
--- a/keyboards/ez_maker/directpins/rp2040/keymaps/default/keymap.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "keyboard": "ez_maker/directpins/rp2040",
- "keymap": "default",
- "layout": "LAYOUT_all",
- "layers": [
- [
- "KC_0",
- "KC_1",
- "KC_2",
- "KC_3",
- "KC_4",
- "KC_5", "KC_P",
- "KC_6", "KC_O",
- "KC_7", "KC_N",
- "KC_8",
- "KC_9", "KC_M",
- "KC_A", "KC_L",
- "KC_B", "KC_K",
- "KC_C", "KC_J",
- "KC_D", "KC_I",
- "KC_E", "KC_H",
- "KC_F", "KC_G"
- ]
- ]
-}
diff --git a/keyboards/ez_maker/directpins/rp2040/readme.md b/keyboards/ez_maker/directpins/rp2040/readme.md
deleted file mode 100644
index 945ee88c9b..0000000000
--- a/keyboards/ez_maker/directpins/rp2040/readme.md
+++ /dev/null
@@ -1,19 +0,0 @@
-# DirectPins
-
-![Raspberry Pi Pico pinout guide](https://learn.adafruit.com/getting-started-with-raspberry-pi-pico-circuitpython/pinouts)
-
-Easily assign keys to pins for your custom project using QMK Configurator.
-
-* Keyboard Maintainer: [Jeff Epler](https://github.com/jepler)
-* Hardware Supported: Raspberry Pi Pico, other RP2040 boards
-* Hardware Availability: Raspberry Pi, SparkFun, Adafruit, other makers
-
-Make example for this keyboard (after setting up your build environment):
-
- qmk compile -kb ez_maker/directpins/rp2040 -km default
-
-Flashing example for this keyboard:
-
- qmk flash -kb ez_maker/directpins/rp2040 -km default
-
-See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
diff --git a/keyboards/ez_maker/directpins/rp2040/rules.mk b/keyboards/ez_maker/directpins/rp2040/rules.mk
deleted file mode 100644
index 6e7633bfe0..0000000000
--- a/keyboards/ez_maker/directpins/rp2040/rules.mk
+++ /dev/null
@@ -1 +0,0 @@
-# This file intentionally left blank
diff --git a/keyboards/ez_maker/directpins/teensy_2/info.json b/keyboards/ez_maker/directpins/teensy_2/info.json
deleted file mode 100644
index 00799aa853..0000000000
--- a/keyboards/ez_maker/directpins/teensy_2/info.json
+++ /dev/null
@@ -1,51 +0,0 @@
-{
- "manufacturer": "Zach White",
- "keyboard_name": "DirectPins Teensy 2.0",
- "maintainer": "skullydazed",
- "processor": "atmega32u4",
- "bootloader": "halfkay",
- "debounce": 5,
- "features": {
- "bootmagic": true,
- "extrakey": true,
- "mousekey": true
- },
- "matrix_pins": {
- "direct": [
- ["B0", "F0"],
- ["B1", "F1"],
- ["B2", "F4"],
- ["B3", "F5"],
- ["B7", "F6"],
- ["D0", "F7"],
- ["D1", "B6"],
- ["D2", "B5"],
- ["D3", "B4"],
- ["C6", "D7"],
- ["C7", "D6"],
- ["D5", "D4"]
- ]
- },
- "usb": {
- "device_version": "0.0.1",
- "pid": "0x2322",
- "vid": "0xFEED"
- },
- "layouts": {
- "LAYOUT_all": {
- "layout": [
- {"label":"B0", "matrix": [0, 0], "x":0, "y":1}, {"label":"F0", "matrix": [0, 1], "x":4, "y":1},
- {"label":"B1", "matrix": [1, 0], "x":0, "y":2}, {"label":"F1", "matrix": [1, 1], "x":4, "y":2},
- {"label":"B2", "matrix": [2, 0], "x":0, "y":3}, {"label":"F4", "matrix": [2, 1], "x":4, "y":3},
- {"label":"B3", "matrix": [3, 0], "x":0, "y":4}, {"label":"F5", "matrix": [3, 1], "x":4, "y":4},
- {"label":"B7", "matrix": [4, 0], "x":0, "y":5}, {"label":"F6", "matrix": [4, 1], "x":4, "y":5},
- {"label":"D0", "matrix": [5, 0], "x":0, "y":6}, {"label":"F7", "matrix": [5, 1], "x":4, "y":6},
- {"label":"D1", "matrix": [6, 0], "x":0, "y":7}, {"label":"B6", "matrix": [6, 1], "x":4, "y":7},
- {"label":"D2", "matrix": [7, 0], "x":0, "y":8}, {"label":"B5", "matrix": [7, 1], "x":4, "y":8},
- {"label":"D3", "matrix": [8, 0], "x":0, "y":9}, {"label":"B4", "matrix": [8, 1], "x":4, "y":9},
- {"label":"C6", "matrix": [9, 0], "x":0, "y":10}, {"label":"D7", "matrix": [9, 1], "x":4, "y":10},
- {"label":"C7", "matrix": [10, 0], "x":0, "y":11}, {"label":"D5", "matrix": [11, 0], "x":1, "y":11}, {"label":"D4", "matrix": [11, 1], "x":3, "y":11}, {"label":"D6", "matrix": [10, 1], "x":4, "y":11}
- ]
- }
- }
-}
diff --git a/keyboards/ez_maker/directpins/teensy_2/keymaps/default/keymap.json b/keyboards/ez_maker/directpins/teensy_2/keymaps/default/keymap.json
deleted file mode 100644
index 9af03008e9..0000000000
--- a/keyboards/ez_maker/directpins/teensy_2/keymaps/default/keymap.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "keyboard": "ez_maker/directpins/teensy_2",
- "keymap": "default",
- "layout": "LAYOUT_all",
- "layers": [
- [
- "KC_0", "KC_1",
- "KC_2", "KC_3",
- "KC_4", "KC_5",
- "KC_6", "KC_7",
- "KC_8", "KC_9",
- "KC_A", "KC_B",
- "KC_C", "KC_D",
- "KC_E", "KC_F",
- "KC_G", "KC_H",
- "KC_I", "KC_J",
- "KC_K", "KC_L", "KC_M", "KC_N"
- ]
- ]
-}
diff --git a/keyboards/ez_maker/directpins/teensy_2/readme.md b/keyboards/ez_maker/directpins/teensy_2/readme.md
deleted file mode 100644
index 997680b594..0000000000
--- a/keyboards/ez_maker/directpins/teensy_2/readme.md
+++ /dev/null
@@ -1,19 +0,0 @@
-# DirectPins
-
-![Teensy 2.0 Pinout Guide](https://www.pjrc.com/teensy/pinout2a.png)
-
-Easily assign keys to pins for your custom project using QMK Configurator.
-
-* Keyboard Maintainer: [Zach White](https://github.com/skullydazed)
-* Hardware Supported: Teensy 2.0
-* Hardware Availability: https://www.pjrc.com/
-
-Make example for this keyboard (after setting up your build environment):
-
- qmk compile -kb ez_maker/directpins/teensy2 -km default
-
-Flashing example for this keyboard:
-
- qmk flash -kb ez_maker/directpins/teensy2 -km default
-
-See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
diff --git a/keyboards/ez_maker/directpins/teensy_2/rules.mk b/keyboards/ez_maker/directpins/teensy_2/rules.mk
deleted file mode 100644
index 6e7633bfe0..0000000000
--- a/keyboards/ez_maker/directpins/teensy_2/rules.mk
+++ /dev/null
@@ -1 +0,0 @@
-# This file intentionally left blank
diff --git a/keyboards/ez_maker/directpins/teensy_2pp/info.json b/keyboards/ez_maker/directpins/teensy_2pp/info.json
deleted file mode 100644
index 5baac9d6ab..0000000000
--- a/keyboards/ez_maker/directpins/teensy_2pp/info.json
+++ /dev/null
@@ -1,66 +0,0 @@
-{
- "manufacturer": "Zach White",
- "keyboard_name": "DirectPins Teensy 2.0++",
- "maintainer": "skullydazed",
- "processor": "at90usb1286",
- "bootloader": "halfkay",
- "debounce": 5,
- "features": {
- "bootmagic": true,
- "extrakey": true,
- "mousekey": true
- },
- "matrix_pins": {
- "direct": [
- ["B7", null, null, "B6"],
- ["D0", null, null, "B5"],
- ["D1", null, null, "B4"],
- ["D2", null, null, "B3"],
- ["D3", null, null, "B2"],
- ["D4", "E5", "E4", "B1"],
- ["D5", null, null, "B0"],
- ["D6", null, null, "E7"],
- ["D7", null, null, "E6"],
- ["E0", null, null, null],
- ["E1", null, null, null],
- ["C0", null, null, "F0"],
- ["C1", "A4", "A0", "F1"],
- ["C2", "A5", "A1", "F2"],
- ["C3", "A6", "A2", "F3"],
- ["C4", "A7", "A3", "F4"],
- ["C5", null, null, "F5"],
- ["C6", null, null, "F6"],
- ["C7", null, null, "F7"]
- ]
- },
- "usb": {
- "device_version": "0.0.1",
- "pid": "0x2323",
- "vid": "0xFEED"
- },
- "layouts": {
- "LAYOUT_all": {
- "layout": [
- {"label":"B7", "matrix": [0, 0], "x":0, "y":1}, {"label":"B6", "matrix": [0, 3], "x":5, "y":1},
- {"label":"D0", "matrix": [1, 0], "x":0, "y":2}, {"label":"B5", "matrix": [1, 3], "x":5, "y":2},
- {"label":"D1", "matrix": [2, 0], "x":0, "y":3}, {"label":"B4", "matrix": [2, 3], "x":5, "y":3},
- {"label":"D2", "matrix": [3, 0], "x":0, "y":4}, {"label":"B3", "matrix": [3, 3], "x":5, "y":4},
- {"label":"D3", "matrix": [4, 0], "x":0, "y":5}, {"label":"B2", "matrix": [4, 3], "x":5, "y":5},
- {"label":"D4", "matrix": [5, 0], "x":0, "y":6}, {"label":"E5", "matrix": [5, 1], "x":2, "y":6}, {"label":"E4", "matrix": [5, 2], "x":3, "y":6}, {"label":"B1", "matrix": [5, 3], "x":5, "y":6},
- {"label":"D5", "matrix": [6, 0], "x":0, "y":7}, {"label":"B0", "matrix": [6, 3], "x":5, "y":7},
- {"label":"D6", "matrix": [7, 0], "x":0, "y":8}, {"label":"E7", "matrix": [7, 3], "x":5, "y":8},
- {"label":"D7", "matrix": [8, 0], "x":0, "y":9}, {"label":"E6", "matrix": [8, 3], "x":5, "y":9},
- {"label":"E0", "matrix": [9, 0], "x":0, "y":10},
- {"label":"E1", "matrix": [10, 0], "x":0, "y":11},
- {"label":"C0", "matrix": [11, 0], "x":0, "y":12}, {"label":"F0", "matrix": [11, 3], "x":5, "y":12},
- {"label":"C1", "matrix": [12, 0], "x":0, "y":13}, {"label":"A4", "matrix": [12, 1], "x":2, "y":13}, {"label":"A0", "matrix": [12, 2], "x":3, "y":13}, {"label":"F1", "matrix": [12, 3], "x":5, "y":13},
- {"label":"C2", "matrix": [13, 0], "x":0, "y":14}, {"label":"A5", "matrix": [13, 1], "x":2, "y":14}, {"label":"A1", "matrix": [13, 2], "x":3, "y":14}, {"label":"F2", "matrix": [13, 3], "x":5, "y":14},
- {"label":"C3", "matrix": [14, 0], "x":0, "y":15}, {"label":"A6", "matrix": [14, 1], "x":2, "y":15}, {"label":"A2", "matrix": [14, 2], "x":3, "y":15}, {"label":"F3", "matrix": [14, 3], "x":5, "y":15},
- {"label":"C4", "matrix": [15, 0], "x":0, "y":16}, {"label":"A7", "matrix": [15, 1], "x":2, "y":16}, {"label":"A3", "matrix": [15, 2], "x":3, "y":16}, {"label":"F4", "matrix": [15, 3], "x":5, "y":16},
- {"label":"C5", "matrix": [16, 0], "x":0, "y":17}, {"label":"F5", "matrix": [16, 3], "x":5, "y":17},
- {"label":"C6", "matrix": [17, 0], "x":0, "y":18}, {"label":"F6", "matrix": [17, 3], "x":5, "y":18},
- {"label":"C7", "matrix": [18, 0], "x":0, "y":19}, {"label":"F7", "matrix": [18, 3], "x":5, "y":19}
- ]
- }
- }
-}
diff --git a/keyboards/ez_maker/directpins/teensy_2pp/keymaps/default/keymap.json b/keyboards/ez_maker/directpins/teensy_2pp/keymaps/default/keymap.json
deleted file mode 100644
index 80de4c7ce4..0000000000
--- a/keyboards/ez_maker/directpins/teensy_2pp/keymaps/default/keymap.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "keyboard": "ez_maker/directpins/teensy_2pp",
- "keymap": "default",
- "layout": "LAYOUT_all",
- "layers": [
- [
- "KC_0", "KC_1",
- "KC_2", "KC_3",
- "KC_4", "KC_5",
- "KC_6", "KC_7",
- "KC_8", "KC_9",
- "KC_A", "KC_B", "KC_C", "KC_D",
- "KC_E", "KC_F",
- "KC_G", "KC_H",
- "KC_I", "KC_J",
- "KC_J",
- "KC_L",
- "KC_M", "KC_N",
- "KC_O", "KC_P", "KC_Q", "KC_R",
- "KC_S", "KC_T", "KC_U", "KC_V",
- "KC_W", "KC_X", "KC_Y", "KC_Z",
- "KC_P1", "KC_P2", "KC_P3", "KC_P4",
- "KC_P5", "KC_P6",
- "KC_P7", "KC_P8",
- "KC_P9", "KC_P0"
- ]
- ]
-}