summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/stream_cheap/2x4
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-09-12 14:04:56 +1000
committerGitHub <noreply@github.com>2021-09-12 14:04:56 +1000
commit4791cfae1af0bc15a0bd8417c5195bf482b87605 (patch)
treec8bce61c28184407f9af5cd6b07f369c5c51acb0 /keyboards/handwired/stream_cheap/2x4
parentf1084712d72eb0e942ac46a9e606cc2d3af11dc6 (diff)
Remove width, height and key_count from info.json (#14274)
Diffstat (limited to 'keyboards/handwired/stream_cheap/2x4')
-rw-r--r--keyboards/handwired/stream_cheap/2x4/info.json2
-rw-r--r--keyboards/handwired/stream_cheap/2x4/keymaps/via/stream_cheap_2x4.json24
2 files changed, 0 insertions, 26 deletions
diff --git a/keyboards/handwired/stream_cheap/2x4/info.json b/keyboards/handwired/stream_cheap/2x4/info.json
index ef495dbf6f..d472eecd1e 100644
--- a/keyboards/handwired/stream_cheap/2x4/info.json
+++ b/keyboards/handwired/stream_cheap/2x4/info.json
@@ -2,8 +2,6 @@
"keyboard_name": "Stream Cheap 2x4",
"url": "https://www.thingiverse.com/thing:4497991",
"maintainer": "qmk",
- "width": 4,
- "height": 2,
"layouts": {
"LAYOUT_ortho_2x4": {
"layout": [
diff --git a/keyboards/handwired/stream_cheap/2x4/keymaps/via/stream_cheap_2x4.json b/keyboards/handwired/stream_cheap/2x4/keymaps/via/stream_cheap_2x4.json
deleted file mode 100644
index 78f41b174e..0000000000
--- a/keyboards/handwired/stream_cheap/2x4/keymaps/via/stream_cheap_2x4.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "Stream Cheap 2x4",
- "vendorId": "0x7363",
- "productId": "0x3032",
- "lighting": "none",
- "matrix": {"rows": 2, "cols": 4},
- "layouts": {
- "keymap": [
- {"name": "Stream Cheap 2x4"},
- [
- "0,0",
- "0,1",
- "0,2",
- "0,3"
- ],
- [
- "1,0",
- "1,1",
- "1,2",
- "1,3"
- ]
- ]
- }
-}