summaryrefslogtreecommitdiffstats
path: root/keyboards/boardsource/3x4
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/boardsource/3x4')
-rw-r--r--keyboards/boardsource/3x4/info.json40
-rw-r--r--keyboards/boardsource/3x4/keymaps/default/keymap.c16
-rw-r--r--keyboards/boardsource/3x4/keymaps/via/keymap.c26
-rw-r--r--keyboards/boardsource/3x4/keymaps/via/rules.mk1
-rw-r--r--keyboards/boardsource/3x4/readme.md15
-rw-r--r--keyboards/boardsource/3x4/rules.mk1
6 files changed, 0 insertions, 99 deletions
diff --git a/keyboards/boardsource/3x4/info.json b/keyboards/boardsource/3x4/info.json
deleted file mode 100644
index 92ed37a63c..0000000000
--- a/keyboards/boardsource/3x4/info.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "manufacturer": "Boardsource",
- "keyboard_name": "3x4",
- "maintainer": "waffle87",
- "development_board": "promicro",
- "diode_direction": "COL2ROW",
- "features": {
- "bootmagic": true,
- "extrakey": true,
- "mousekey": true
- },
- "matrix_pins": {
- "cols": ["B6", "B2", "B3", "B1"],
- "rows": ["F7", "F6", "F5"]
- },
- "url": "https://boardsource.xyz/store/5ecc2008eee64242946c98c1",
- "usb": {
- "device_version": "1.0.0",
- "pid": "0x0304",
- "vid": "0x4273"
- },
- "layouts": {
- "LAYOUT": {
- "layout": [
- { "matrix": [0, 0], "x": 0, "y": 0 },
- { "matrix": [0, 1], "x": 1, "y": 0 },
- { "matrix": [0, 2], "x": 2, "y": 0 },
- { "matrix": [0, 3], "x": 3, "y": 0 },
- { "matrix": [1, 0], "x": 0, "y": 1 },
- { "matrix": [1, 1], "x": 1, "y": 1 },
- { "matrix": [1, 2], "x": 2, "y": 1 },
- { "matrix": [1, 3], "x": 3, "y": 1 },
- { "matrix": [2, 0], "x": 0, "y": 2 },
- { "matrix": [2, 1], "x": 1, "y": 2 },
- { "matrix": [2, 2], "x": 2, "y": 2 },
- { "matrix": [2, 3], "x": 3, "y": 2 }
- ]
- }
- }
-}
diff --git a/keyboards/boardsource/3x4/keymaps/default/keymap.c b/keyboards/boardsource/3x4/keymaps/default/keymap.c
deleted file mode 100644
index 7601c63506..0000000000
--- a/keyboards/boardsource/3x4/keymaps/default/keymap.c
+++ /dev/null
@@ -1,16 +0,0 @@
-// Copyright 2022 @waffle87
-// SPDX-License-Identifier: GPL-2.0-or-later
-#include QMK_KEYBOARD_H
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
- [0] = LAYOUT(
- KC_0, KC_1, KC_4, KC_7,
- KC_ENT, KC_2, KC_5, KC_8,
- MO(1), KC_3, KC_6, KC_9
- ),
- [1] = LAYOUT(
- _______, _______, _______, _______,
- _______, _______, _______, _______,
- _______, _______, _______, QK_BOOT
- )
-};
diff --git a/keyboards/boardsource/3x4/keymaps/via/keymap.c b/keyboards/boardsource/3x4/keymaps/via/keymap.c
deleted file mode 100644
index 5aeef391a1..0000000000
--- a/keyboards/boardsource/3x4/keymaps/via/keymap.c
+++ /dev/null
@@ -1,26 +0,0 @@
-// Copyright 2022 @gwillad
-// SPDX-License-Identifier: GPL-2.0-or-later
-#include QMK_KEYBOARD_H
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
- [0] = LAYOUT(
- KC_0, KC_1, KC_4, KC_7,
- KC_ENT, KC_2, KC_5, KC_8,
- MO(1), KC_3, KC_6, KC_9
- ),
- [1] = LAYOUT(
- _______, _______, _______, _______,
- _______, _______, _______, _______,
- _______, _______, _______, QK_BOOT
- ),
- [2] = LAYOUT(
- _______, _______, _______, _______,
- _______, _______, _______, _______,
- _______, _______, _______, _______
- ),
- [3] = LAYOUT(
- _______, _______, _______, _______,
- _______, _______, _______, _______,
- _______, _______, _______, _______
- )
-};
diff --git a/keyboards/boardsource/3x4/keymaps/via/rules.mk b/keyboards/boardsource/3x4/keymaps/via/rules.mk
deleted file mode 100644
index 036bd6d1c3..0000000000
--- a/keyboards/boardsource/3x4/keymaps/via/rules.mk
+++ /dev/null
@@ -1 +0,0 @@
-VIA_ENABLE = yes \ No newline at end of file
diff --git a/keyboards/boardsource/3x4/readme.md b/keyboards/boardsource/3x4/readme.md
deleted file mode 100644
index 9d7ef895c6..0000000000
--- a/keyboards/boardsource/3x4/readme.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# 3x4
-
-![Boardsource 3x4 macro](https://i.imgur.com/EiPF1hhl.jpg)
-
-this macro pad / small 12 key was inspired by the plaid look
-
-* Keyboard Maintainer: [Boardsource](https://github.com/daysgobye)
-* Hardware Supported: 3x4 v1
-* Hardware Availability: [Boardsource store](https://boardsource.xyz/store/5ecc2008eee64242946c98c1)
-
-Make example for this keyboard (after setting up your build environment):
-
- make boardsource/3x4: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/boardsource/3x4/rules.mk b/keyboards/boardsource/3x4/rules.mk
deleted file mode 100644
index 6e7633bfe0..0000000000
--- a/keyboards/boardsource/3x4/rules.mk
+++ /dev/null
@@ -1 +0,0 @@
-# This file intentionally left blank