summaryrefslogtreecommitdiff
path: root/keyboards/qwertykeys/qk100/info.json
diff options
context:
space:
mode:
authorowlab-git <88034417+owlab-git@users.noreply.github.com>2023-10-24 02:12:27 +0800
committerGitHub <noreply@github.com>2023-10-23 12:12:27 -0600
commitd2773c6d67bce73dc3b8bc7922463184304651b1 (patch)
treed64588f234e9d98dd5e203cd94250938ab102306 /keyboards/qwertykeys/qk100/info.json
parent96c71b9b4c0ffeadc20db89f7d3f257dcb402a12 (diff)
[Keyboard] Add QK100 (#21782)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/qwertykeys/qk100/info.json')
-rw-r--r--keyboards/qwertykeys/qk100/info.json43
1 files changed, 43 insertions, 0 deletions
diff --git a/keyboards/qwertykeys/qk100/info.json b/keyboards/qwertykeys/qk100/info.json
new file mode 100644
index 0000000000..c8498f3eaf
--- /dev/null
+++ b/keyboards/qwertykeys/qk100/info.json
@@ -0,0 +1,43 @@
+{
+ "manufacturer": "Qwertykeys",
+ "url": "",
+ "maintainer": "Qwertykeys",
+ "usb": {
+ "vid": "0x4F53"
+ },
+ "matrix_pins": {
+ "cols": ["A7", "B0", "B1", "B2", "B10", "B11", "B12", "B13", "B14", "B15", "A8", "A9", "A10", "A15", "B4", "B5", "B8", "B9", "C13" ],
+ "rows": ["A1", "A2", "A3", "A5", "A4", "A6" ]
+ },
+ "diode_direction": "COL2ROW",
+ "features": {
+ "bootmagic": true,
+ "extrakey": true,
+ "mousekey": true,
+ "rgblight": true,
+ "nkro": true
+ },
+ "processor": "STM32F103",
+ "bootloader": "stm32duino",
+ "ws2812": {
+ "pin": "B3"
+ },
+ "rgblight": {
+ "animations": {
+ "breathing": true,
+ "knight": true,
+ "rainbow_mood": true,
+ "rainbow_swirl": true,
+ "snake": true,
+ "static_gradient": true
+ },
+ "brightness_steps": 10,
+ "saturation_steps": 8,
+ "led_count": 6,
+ "max_brightness": 120
+
+ },
+ "dynamic_keymap": {
+ "layer_count": 2
+ }
+} \ No newline at end of file