summaryrefslogtreecommitdiffstats
path: root/keyboards/ez_maker/directpins/promicro
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ez_maker/directpins/promicro')
-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
4 files changed, 0 insertions, 87 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