diff --git a/keyboards/czmao/ds17r2/keyboard.json b/keyboards/czmao/ds17r2/keyboard.json deleted file mode 100644 index bd931e7172c..00000000000 --- a/keyboards/czmao/ds17r2/keyboard.json +++ /dev/null @@ -1,126 +0,0 @@ -{ - "keyboard_name": "mao_11_DS17R2_A14", - "manufacturer": "CZMAO", - "url": "https://github.com/micahyy/czmao/tree/main/ds17_solder", - "maintainer": "MAOKB", - "diode_direction": "COL2ROW", - "processor": "STM32F103", - "bootloader": "stm32duino", - "usb": { - "vid": "0x4A14", - "pid": "0x4A14", - "device_version": "1.0.0" - }, - "features": { - "bootmagic": true, - "extrakey": true, - "mousekey": true, - "nkro": true, - "rgb_matrix": true - }, - "dynamic_keymap": { - "layer_count": 8 - }, - "matrix_pins": { - "cols": ["B12", "B14", "B15", "A8"], - "rows": ["A9", "A10", "A15", "B3", "B4"] - }, - "ws2812": { - "pin": "B13" - }, - "rgb_matrix": { - "animations": { - "gradient_left_right": true, - "breathing": true, - "band_sat": true, - "band_val": true, - "band_pinwheel_sat": true, - "band_pinwheel_val": true, - "band_spiral_sat": true, - "band_spiral_val": true, - "cycle_all": true, - "cycle_left_right": true, - "cycle_up_down": true, - "rainbow_moving_chevron": true, - "cycle_out_in": true, - "cycle_out_in_dual": true, - "cycle_pinwheel": true, - "cycle_spiral": true, - "dual_beacon": true, - "rainbow_beacon": true, - "rainbow_pinwheels": true, - "raindrops": true, - "jellybean_raindrops": true, - "hue_breathing": true, - "hue_pendulum": true, - "hue_wave": true, - "typing_heatmap": true, - "solid_reactive_simple": true, - "solid_reactive": true, - "solid_reactive_wide": true, - "solid_reactive_multiwide": true, - "solid_reactive_cross": true, - "solid_reactive_multicross": true, - "solid_reactive_nexus": true, - "solid_reactive_multinexus": true, - "splash": true, - "multisplash": true, - "solid_splash": true, - "solid_multisplash": true - }, - "driver": "ws2812", - "max_brightness":180, - "layout": [ - { "flags": 2, "matrix": [0, 0], "x": 0, "y": 0 }, - { "flags": 2, "matrix": [0, 1], "x": 75, "y": 0 }, - { "flags": 2, "matrix": [0, 2], "x": 150, "y": 0 }, - { "flags": 2, "matrix": [0, 3], "x": 224, "y": 0 }, - - { "flags": 2, "matrix": [1, 3], "x": 224, "y": 32 }, - { "flags": 2, "matrix": [3, 3], "x": 224, "y": 50 }, - { "flags": 2, "matrix": [4, 2], "x": 150, "y": 64 }, - { "flags": 2, "matrix": [4, 0], "x": 100, "y": 64 }, - - { "flags": 2, "matrix": [3, 0], "x": 0, "y": 48 }, - { "flags": 2, "matrix": [2, 0], "x": 0, "y": 32 }, - { "flags": 2, "matrix": [1, 0], "x": 0, "y": 16 }, - { "flags": 2, "matrix": [1, 1], "x": 75, "y": 16 }, - - { "flags": 2, "matrix": [1, 2], "x": 150, "y": 16 }, - { "flags": 2, "matrix": [2, 2], "x": 150, "y": 32 }, - { "flags": 2, "matrix": [3, 2], "x": 150, "y": 48 }, - { "flags": 2, "matrix": [3, 1], "x": 75, "y": 48 }, - - { "flags": 2, "matrix": [2, 1], "x": 75, "y": 32 } - ], - "sleep": true - }, - "layouts": { - "LAYOUT_numberpad_5x4": { - "layout": [ - {"label":"FN","matrix": [ 0,0],"x":0,"y":0}, - {"label":"PSLS","matrix": [ 0,1],"x":1,"y":0}, - {"label":"PAST","matrix": [ 0,2],"x":2,"y":0}, - {"label":"PMNS","matrix": [ 0,3],"x":3,"y":0}, - - {"label":"P7","matrix": [ 1,0],"x":0,"y":1}, - {"label":"P8","matrix": [ 1,1],"x":1,"y":1}, - {"label":"P9","matrix": [ 1,2],"x":2,"y":1}, - - {"label":"P4","matrix": [ 2,0],"x":2,"y":1}, - {"label":"P5","matrix": [ 2,1],"x":3,"y":1}, - {"label":"P6","matrix": [ 2,2],"x":4,"y":1}, - {"label":"PPLS","matrix": [ 1,3],"x":3,"y":1,"h":2}, - - {"label":"P1","matrix": [ 3,0],"x":0,"y":2}, - {"label":"P2","matrix": [ 3,1],"x":1,"y":2}, - {"label":"P3","matrix": [ 3,2],"x":2,"y":2}, - - {"label":"P0","matrix": [ 4,0],"x":0,"y":3}, - {"label":"PDOT","matrix": [ 4,2],"x":1,"y":3}, - {"label":"PENT","matrix": [ 3,3],"x":3,"y":2,"h":2} - ] - } - } - - } diff --git a/keyboards/czmao/ds17r2/keymaps/default/keymap.c b/keyboards/czmao/ds17r2/keymaps/default/keymap.c deleted file mode 100644 index 87c23f82f5b..00000000000 --- a/keyboards/czmao/ds17r2/keymaps/default/keymap.c +++ /dev/null @@ -1,30 +0,0 @@ -// Copyright 2024 QMK -// SPDX-License-Identifier: GPL-2.0-or-later -#include QMK_KEYBOARD_H - -const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { - [0] = LAYOUT_numberpad_5x4( -//1 2 3 4 -MO(1), KC_PSLS, KC_PAST, KC_PMNS, -KC_P7, KC_P8, KC_P9, -KC_P4, KC_P5, KC_P6, KC_PPLS, -KC_P1, KC_P2, KC_P3, -KC_P0, KC_PDOT, KC_PENT - ), - [1] = LAYOUT_numberpad_5x4( -KC_TRNS, KC_NUM, MO(2), KC_CALC, -KC_HOME, KC_UP, KC_PGUP, -KC_LEFT, KC_TRNS, KC_RGHT, KC_TRNS, -KC_END, KC_DOWN, KC_PGDN, -KC_TRNS, KC_TRNS, KC_TRNS - ), - [2] = LAYOUT_numberpad_5x4( -KC_TRNS, KC_TRNS, KC_TRNS, RGB_VAI, -RGB_TOG, RGB_SAI, KC_TRNS, -RGB_HUD, KC_TRNS, RGB_HUI, RGB_VAD, -KC_TRNS, RGB_SAD, KC_TRNS, -RGB_MOD, KC_TRNS, KC_TRNS - ) - - -}; diff --git a/keyboards/czmao/ds17r2/readme.md b/keyboards/czmao/ds17r2/readme.md deleted file mode 100644 index f590466877c..00000000000 --- a/keyboards/czmao/ds17r2/readme.md +++ /dev/null @@ -1,23 +0,0 @@ -# mao ds 17r2 - -* Keyboard Maintainer: [CZMAO](https://github.com/smollchungus) -* Hardware Supported: DS17R2 PCB -* Hardware Availability: [Taobao](https://item.taobao.com/item.htm?ft=t&id=819874589305&sku_properties=5919063:3266779;122216346:21959;122216808:10491261) - -Make example for this keyboard (after setting up your build environment): - - make czmao/ds17r2:default - -Flashing example for this keyboard: - - make czmao/ds17r2:default:flash - -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). - -## Bootloader - -Enter the bootloader in 3 ways: - -* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard -* **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead -* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available