summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/daishi
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/daishi')
-rw-r--r--keyboards/handwired/daishi/config.h51
-rw-r--r--keyboards/handwired/daishi/daishi.c1
-rw-r--r--keyboards/handwired/daishi/daishi.h23
-rw-r--r--keyboards/handwired/daishi/info.json140
-rw-r--r--keyboards/handwired/daishi/keymaps/default/readme.md5
-rw-r--r--keyboards/handwired/daishi/readme.md15
-rw-r--r--keyboards/handwired/daishi/rules.mk20
7 files changed, 0 insertions, 255 deletions
diff --git a/keyboards/handwired/daishi/config.h b/keyboards/handwired/daishi/config.h
deleted file mode 100644
index e02c7c889c..0000000000
--- a/keyboards/handwired/daishi/config.h
+++ /dev/null
@@ -1,51 +0,0 @@
-/*
-Copyright 2019 Crokto
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 2 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
-*/
-
-#pragma once
-
-#include "config_common.h"
-
-/* key matrix size */
-#define MATRIX_ROWS 7
-#define MATRIX_COLS 18
-
-/*
- * Keyboard Matrix Assignments
- *
- * Change this to how you wired your keyboard
- * COLS: AVR pins used for columns, left to right
- * ROWS: AVR pins used for rows, top to bottom
- * DIODE_DIRECTION: COL2ROW = COL = Anode (+), ROW = Cathode (-, marked on diode)
- * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode)
- *
-*/
-#define MATRIX_ROW_PINS { D6, D7, E0, E1, C0, C1, C2 }
-#define MATRIX_COL_PINS { E6, E7, E3, B0, B1, B2, A6, A5, A4, A3, A2, A1, A0, F7, F6, F5, F4, F3 }
-
-/* COL2ROW, ROW2COL */
-#define DIODE_DIRECTION COL2ROW
-
-/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
-#define DEBOUNCE 5
-
-/* Set up rotary encoder */
-#define ENCODERS_PAD_A { F1 }
-#define ENCODERS_PAD_B { F0 }
-#define ENCODER_RESOLUTION 2
-
-/* Set delay for tap_code on rotary encoder */
-#define TAP_CODE_DELAY 10
diff --git a/keyboards/handwired/daishi/daishi.c b/keyboards/handwired/daishi/daishi.c
deleted file mode 100644
index 0442fc0dc5..0000000000
--- a/keyboards/handwired/daishi/daishi.c
+++ /dev/null
@@ -1 +0,0 @@
-#include "daishi.h"
diff --git a/keyboards/handwired/daishi/daishi.h b/keyboards/handwired/daishi/daishi.h
deleted file mode 100644
index 0d0c57ab20..0000000000
--- a/keyboards/handwired/daishi/daishi.h
+++ /dev/null
@@ -1,23 +0,0 @@
-#pragma once
-
-#include "quantum.h"
-
-// The first section contains all of the arguments
-// The second converts the arguments into a two-dimensional array
-#define LAYOUT( \
- K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, K0F, K0G, K0H, \
- K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, K1E, K1F, K1G, K1H, \
- K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, K2E, K2F, K2G, K2H, \
- K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D, K3E, K3F, K3G, K3H, \
- K40, K41, K42, K43, K44, K45, K46, K47, K48, K49, K4A, K4B, K4C, K4E, K4F, K4G, K4H, \
- K50, K51, K52, K53, K54, K55, K56, K57, K58, K59, K5A, K5B, K5D, K5E, K5F, K5G, K5H, \
- K60, K61, K62, K65, K69, K6A, K6C, K6D, K6E, K6F, K6G \
-){ \
- { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, K0F, K0G, K0H }, \
- { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, K1E, K1F, K1G, K1H }, \
- { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, K2E, K2F, K2G, K2H }, \
- { K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D, K3E, K3F, K3G, K3H }, \
- { K40, K41, K42, K43, K44, K45, K46, K47, K48, K49, K4A, K4B, K4C, KC_NO, K4E, K4F, K4G, K4H }, \
- { K50, K51, K52, K53, K54, K55, K56, K57, K58, K59, K5A, K5B, KC_NO, K5D, K5E, K5F, K5G, K5H }, \
- { K60, K61, K62, KC_NO, KC_NO, K65, KC_NO, KC_NO, KC_NO, K69, K6A, KC_NO, K6C, K6D, K6E, K6F, K6G, KC_NO } \
-}
diff --git a/keyboards/handwired/daishi/info.json b/keyboards/handwired/daishi/info.json
deleted file mode 100644
index 96afaa6a5b..0000000000
--- a/keyboards/handwired/daishi/info.json
+++ /dev/null
@@ -1,140 +0,0 @@
-{
- "keyboard_name": "Daishi",
- "manufacturer": "MetaMechs",
- "url": "",
- "maintainer": "Croktopus",
- "usb": {
- "vid": "0x6D6D",
- "pid": "0x0001",
- "device_version": "0.0.1"
- },
- "layouts": {
- "LAYOUT": {
- "layout": [
- {"x":0, "y":0},
- {"x":1.25, "y":0},
- {"x":2.25, "y":0},
- {"x":3.25, "y":0},
- {"x":4.5, "y":0},
- {"x":5.5, "y":0},
- {"x":6.5, "y":0},
- {"x":7.75, "y":0},
- {"x":8.75, "y":0},
- {"x":9.75, "y":0},
- {"x":11, "y":0},
- {"x":12, "y":0},
- {"x":13, "y":0},
- {"x":14.25, "y":0},
- {"x":15.25, "y":0},
- {"x":16.25, "y":0},
- {"x":17.25, "y":0},
- {"x":18.5, "y":0},
-
- {"x":0, "y":1.25},
- {"x":1, "y":1.25},
- {"x":2, "y":1.25},
- {"x":3, "y":1.25},
- {"x":4.33, "y":1.25},
- {"x":5.33, "y":1.25},
- {"x":6.33, "y":1.25},
- {"x":7.33, "y":1.25},
- {"x":8.67, "y":1.25},
- {"x":9.67, "y":1.25},
- {"x":10.67, "y":1.25},
- {"x":11.67, "y":1.25},
- {"x":13, "y":1.25},
- {"x":14.25, "y":1.25},
- {"x":15.25, "y":1.25},
- {"x":16.25, "y":1.25},
- {"x":17.5, "y":1.25},
- {"x":18.5, "y":1.25},
-
- {"x":0, "y":2.5},
- {"x":1, "y":2.5},
- {"x":2, "y":2.5},
- {"x":3, "y":2.5},
- {"x":4, "y":2.5},
- {"x":5, "y":2.5},
- {"x":6, "y":2.5},
- {"x":7, "y":2.5},
- {"x":8, "y":2.5},
- {"x":9, "y":2.5},
- {"x":10, "y":2.5},
- {"x":11, "y":2.5},
- {"x":12, "y":2.5},
- {"x":13, "y":2.5, "w":2},
- {"x":15.25, "y":2.25},
- {"x":16.5, "y":2.5},
- {"x":17.5, "y":2.5},
- {"x":18.5, "y":2.5},
-
- {"x":0, "y":3.5, "w":1.5},
- {"x":1.5, "y":3.5},
- {"x":2.5, "y":3.5},
- {"x":3.5, "y":3.5},
- {"x":4.5, "y":3.5},
- {"x":5.5, "y":3.5},
- {"x":6.5, "y":3.5},
- {"x":7.5, "y":3.5},
- {"x":8.5, "y":3.5},
- {"x":9.5, "y":3.5},
- {"x":10.5, "y":3.5},
- {"x":11.5, "y":3.5},
- {"x":12.5, "y":3.5},
- {"x":13.5, "y":3.5, "w":1.5},
- {"x":15.5, "y":3.5},
- {"x":16.5, "y":3.5},
- {"x":17.5, "y":3.5},
- {"x":18.5, "y":3.5},
-
- {"x":0, "y":4.5, "w":1.75},
- {"x":1.75, "y":4.5},
- {"x":2.75, "y":4.5},
- {"x":3.75, "y":4.5},
- {"x":4.75, "y":4.5},
- {"x":5.75, "y":4.5},
- {"x":6.75, "y":4.5},
- {"x":7.75, "y":4.5},
- {"x":8.75, "y":4.5},
- {"x":9.75, "y":4.5},
- {"x":10.75, "y":4.5},
- {"x":11.75, "y":4.5},
- {"x":12.75, "y":4.5, "w":2.25},
- {"x":15.5, "y":4.5},
- {"x":16.5, "y":4.5},
- {"x":17.5, "y":4.5},
- {"x":18.5, "y":4.5},
-
- {"x":0, "y":5.5, "w":2.25},
- {"x":2.25, "y":5.5},
- {"x":3.25, "y":5.5},
- {"x":4.25, "y":5.5},
- {"x":5.25, "y":5.5},
- {"x":6.25, "y":5.5},
- {"x":7.25, "y":5.5},
- {"x":8.25, "y":5.5},
- {"x":9.25, "y":5.5},
- {"x":10.25, "y":5.5},
- {"x":11.25, "y":5.5},
- {"x":12.25, "y":5.5, "w":1.75},
- {"x":14.25, "y":5.75},
- {"x":15.5, "y":5.5},
- {"x":16.5, "y":5.5},
- {"x":17.5, "y":5.5},
- {"x":18.5, "y":5.5, "h":2},
-
- {"x":0, "y":6.5, "w":1.25},
- {"x":1.25, "y":6.5, "w":1.25},
- {"x":2.5, "y":6.5, "w":1.25},
- {"x":3.75, "y":6.5, "w":6.25},
- {"x":10, "y":6.5, "w":1.5},
- {"x":11.5, "y":6.5, "w":1.5},
- {"x":13.25, "y":6.75},
- {"x":14.25, "y":6.75},
- {"x":15.25, "y":6.75},
- {"x":16.5, "y":6.5},
- {"x":17.5, "y":6.5}
- ]
- }
- }
-}
diff --git a/keyboards/handwired/daishi/keymaps/default/readme.md b/keyboards/handwired/daishi/keymaps/default/readme.md
deleted file mode 100644
index bed7fcb237..0000000000
--- a/keyboards/handwired/daishi/keymaps/default/readme.md
+++ /dev/null
@@ -1,5 +0,0 @@
-# Default Daishi Layout
-
-![Daishi Layout Image](https://i.imgur.com/fuJZGmw.png)
-
-This is the default layout that comes on the Daishi. For more information on the design of this layout, check out [kb.metamechs.com](http://kb.metamechs.com/daishi/).
diff --git a/keyboards/handwired/daishi/readme.md b/keyboards/handwired/daishi/readme.md
deleted file mode 100644
index 88ac8ea79d..0000000000
--- a/keyboards/handwired/daishi/readme.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# Daishi
-
-![Daishi](http://kb.metamechs.com/wp-content/uploads/2019/03/IMG_20190325_113405-e1553610532162-1024x709.jpg)
-
-A compact battlecruiser using the CBC1 PCB. [More info on kb.metamechs.com](http://kb.metamechs.com/daishi/)
-
-Keyboard Maintainer: [Crokto](https://github.com/Croktopus/)
-Hardware Supported: CBC1 PCB
-Hardware Availability: [kb.metamechs.com](http://kb.metamechs.com/daishi/get-your-own-daishi/)
-
-Make example for this keyboard (after setting up your build environment):
-
- make handwired/daishi: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/handwired/daishi/rules.mk b/keyboards/handwired/daishi/rules.mk
deleted file mode 100644
index bc5f2b1d0f..0000000000
--- a/keyboards/handwired/daishi/rules.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-# MCU name
-MCU = at90usb1286
-
-# Bootloader selection
-BOOTLOADER = atmel-dfu
-
-# Build Options
-# change yes to no to disable
-#
-BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
-MOUSEKEY_ENABLE = no # Mouse keys
-EXTRAKEY_ENABLE = yes # Audio control and System control
-CONSOLE_ENABLE = yes # Console for debug
-COMMAND_ENABLE = no # Commands for debug and configuration
-NKRO_ENABLE = yes # Enable N-Key Rollover
-BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
-AUDIO_ENABLE = no # Audio output
-RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time.
-ENCODER_ENABLE = yes # Add rotary encoder support
-DYNAMIC_MACRO_ENABLE = yes \ No newline at end of file