summaryrefslogtreecommitdiff
path: root/keyboards/takashicompany/ejectix/info.json
diff options
context:
space:
mode:
authortakashicompany <t@kashi.company>2024-03-08 19:51:37 +0900
committerGitHub <noreply@github.com>2024-03-08 02:51:37 -0800
commit0a03fc512c471d3836d071686afafda0f62be62f (patch)
tree06a927c42a800cc325aff1776e7d3310483a0125 /keyboards/takashicompany/ejectix/info.json
parent30b0600ea2f8e0f0d1768fb417f723b8d8b46dcb (diff)
[Keyboard] Add Ejectix (#23204)
Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/takashicompany/ejectix/info.json')
-rw-r--r--keyboards/takashicompany/ejectix/info.json90
1 files changed, 90 insertions, 0 deletions
diff --git a/keyboards/takashicompany/ejectix/info.json b/keyboards/takashicompany/ejectix/info.json
new file mode 100644
index 0000000000..560c253326
--- /dev/null
+++ b/keyboards/takashicompany/ejectix/info.json
@@ -0,0 +1,90 @@
+{
+ "manufacturer": "takashicompany",
+ "keyboard_name": "Ejectix",
+ "maintainer": "takashicompany",
+ "development_board": "promicro",
+ "diode_direction": "COL2ROW",
+ "dynamic_keymap": {
+ "layer_count": 11
+ },
+ "features": {
+ "bootmagic": true,
+ "command": false,
+ "console": false,
+ "extrakey": true,
+ "mousekey": true,
+ "nkro": true,
+ "rgblight": true
+ },
+ "matrix_pins": {
+ "cols": ["D4", "C6", "D7", "E6", "B4", "B5"],
+ "rows": ["F4", "F5", "F6", "F7", "B1", "B3"]
+ },
+ "rgblight": {
+ "animations": {
+ "alternating": true,
+ "breathing": true,
+ "christmas": true,
+ "knight": true,
+ "rainbow_mood": true,
+ "rainbow_swirl": true,
+ "rgb_test": true,
+ "snake": true,
+ "static_gradient": true,
+ "twinkle": true
+ },
+ "led_count": 11,
+ "sleep": true
+ },
+ "url": "",
+ "usb": {
+ "device_version": "1.0.0",
+ "pid": "0x0049",
+ "vid": "0x7463"
+ },
+ "ws2812": {
+ "pin": "D3"
+ },
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ {"matrix": [0, 0], "x": 0, "y": 0},
+ {"matrix": [0, 3], "x": 1, "y": 0},
+ {"matrix": [1, 0], "x": 2, "y": 0},
+ {"matrix": [1, 3], "x": 3, "y": 0},
+ {"matrix": [2, 0], "x": 4, "y": 0},
+ {"matrix": [2, 3], "x": 5, "y": 0},
+ {"matrix": [3, 0], "x": 6, "y": 0},
+ {"matrix": [3, 3], "x": 7, "y": 0},
+ {"matrix": [4, 0], "x": 8, "y": 0},
+ {"matrix": [4, 3], "x": 9, "y": 0},
+ {"matrix": [4, 5], "x": 10, "y": 0},
+ {"matrix": [0, 1], "x": 0.5, "y": 1},
+ {"matrix": [0, 4], "x": 1.5, "y": 1},
+ {"matrix": [1, 1], "x": 2.5, "y": 1},
+ {"matrix": [1, 4], "x": 3.5, "y": 1},
+ {"matrix": [2, 1], "x": 4.5, "y": 1},
+ {"matrix": [2, 4], "x": 5.5, "y": 1},
+ {"matrix": [3, 1], "x": 6.5, "y": 1},
+ {"matrix": [3, 4], "x": 7.5, "y": 1},
+ {"matrix": [4, 1], "x": 8.5, "y": 1},
+ {"matrix": [4, 4], "x": 9.5, "y": 1},
+ {"matrix": [0, 2], "x": 1, "y": 2},
+ {"matrix": [0, 5], "x": 2, "y": 2},
+ {"matrix": [1, 2], "x": 3, "y": 2},
+ {"matrix": [1, 5], "x": 4, "y": 2},
+ {"matrix": [2, 2], "x": 5, "y": 2},
+ {"matrix": [2, 5], "x": 6, "y": 2},
+ {"matrix": [3, 2], "x": 7, "y": 2},
+ {"matrix": [3, 5], "x": 8, "y": 2},
+ {"matrix": [4, 2], "x": 9, "y": 2},
+ {"matrix": [5, 0], "x": 1.75, "y": 3},
+ {"matrix": [5, 1], "x": 3, "y": 3},
+ {"matrix": [5, 2], "x": 4.25, "y": 3},
+ {"matrix": [5, 3], "x": 5.5, "y": 3},
+ {"matrix": [5, 4], "x": 6.75, "y": 3},
+ {"matrix": [5, 5], "x": 8, "y": 3}
+ ]
+ }
+ }
+}