|
|
@@ -0,0 +1,68 @@
|
|
|
+{
|
|
|
+ "manufacturer": "Falsonix",
|
|
|
+ "keyboard_name": "falsonix/fx19",
|
|
|
+ "maintainer": "falsonix",
|
|
|
+ "bootloader": "atmel-dfu",
|
|
|
+ "diode_direction": "COL2ROW",
|
|
|
+ "features": {
|
|
|
+ "bootmagic": true,
|
|
|
+ "command": false,
|
|
|
+ "console": false,
|
|
|
+ "extrakey": true,
|
|
|
+ "mousekey": true,
|
|
|
+ "nkro": true,
|
|
|
+ "rgblight": true
|
|
|
+ },
|
|
|
+ "rgblight": {
|
|
|
+ "led_count": 5,
|
|
|
+ "animations": {
|
|
|
+ "rainbow_mood": true,
|
|
|
+ "rainbow_swirl": true
|
|
|
+ },
|
|
|
+ "default": {
|
|
|
+ "animation": "rainbow_swirl"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "ws2812": {
|
|
|
+ "pin": "F7"
|
|
|
+ },
|
|
|
+ "matrix_pins": {
|
|
|
+ "cols": ["C7", "C6", "B6", "B5"],
|
|
|
+ "rows": ["F0", "F1", "F4", "F5", "F6"]
|
|
|
+ },
|
|
|
+ "processor": "atmega32u4",
|
|
|
+ "url": "",
|
|
|
+ "usb": {
|
|
|
+ "device_version": "1.0.0",
|
|
|
+ "pid": "0x0000",
|
|
|
+ "vid": "0x4658"
|
|
|
+ },
|
|
|
+ "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": [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, "h": 2},
|
|
|
+
|
|
|
+ {"matrix": [3, 0], "x":0, "y":3},
|
|
|
+ {"matrix": [3, 1], "x":1, "y":3},
|
|
|
+ {"matrix": [3, 2], "x":2, "y":3},
|
|
|
+
|
|
|
+ {"matrix": [4, 0], "x":0, "y":4},
|
|
|
+ {"matrix": [4, 1], "x":1, "y":4},
|
|
|
+ {"matrix": [4, 2], "x":2, "y":4},
|
|
|
+ {"matrix": [4, 3], "x":3, "y":4, "h": 2}
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|