logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 05d2b7e2acd798de3065cfc11e98a09f76c21ac2
parent ee9026773404783bbb1b9ecfa73f6b64d8962e80
Author: Zykrah <23428162+zykrah@users.noreply.github.com>
Date:   Thu, 14 Dec 2023 05:28:17 +1100

Rename Pumpkin Pad to Pumkinpad (#22651)


Diffstat:

Mdata/mappings/keyboard_aliases.hjson3+++
Dkeyboards/laser_ninja/pumpkin_pad/info.json80-------------------------------------------------------------------------------
Dkeyboards/laser_ninja/pumpkin_pad/readme.md23-----------------------
Rkeyboards/laser_ninja/pumpkin_pad/config.h -> keyboards/laser_ninja/pumpkinpad/config.h0
Akeyboards/laser_ninja/pumpkinpad/info.json80+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Rkeyboards/laser_ninja/pumpkin_pad/keymaps/default/keymap.c -> keyboards/laser_ninja/pumpkinpad/keymaps/default/keymap.c0
Rkeyboards/laser_ninja/pumpkin_pad/keymaps/via/keymap.c -> keyboards/laser_ninja/pumpkinpad/keymaps/via/keymap.c0
Rkeyboards/laser_ninja/pumpkin_pad/keymaps/via/rules.mk -> keyboards/laser_ninja/pumpkinpad/keymaps/via/rules.mk0
Akeyboards/laser_ninja/pumpkinpad/readme.md23+++++++++++++++++++++++
Rkeyboards/laser_ninja/pumpkin_pad/rules.mk -> keyboards/laser_ninja/pumpkinpad/rules.mk0
10 files changed, 106 insertions(+), 103 deletions(-)

diff --git a/data/mappings/keyboard_aliases.hjson b/data/mappings/keyboard_aliases.hjson @@ -335,6 +335,9 @@ "kyria": { "target": "splitkb/kyria" }, + "laser_ninja/pumpkin_pad": { + "target": "laser_ninja/pumpkinpad" + }, "lattice60": { "target": "keyhive/lattice60" }, diff --git a/keyboards/laser_ninja/pumpkin_pad/info.json b/keyboards/laser_ninja/pumpkin_pad/info.json @@ -1,80 +0,0 @@ -{ - "keyboard_name": "Pumpkin Pad", - "manufacturer": "Laser Ninja", - "url": "", - "maintainer": "Jels", - "processor": "STM32F072", - "bootloader": "stm32-dfu", - "features": { - "bootmagic": true, - "command": false, - "console": false, - "extrakey": false, - "mousekey": false, - "nkro": false, - "rgb_matrix": true - }, - "matrix_pins": { - "direct": [ - ["A9", "B3", "B9", "NO_PIN"], - ["A8", "B12", "A2", "A1"], - ["B15", "B14", "B13", "NO_PIN"] - ] - }, - "usb": { - "vid": "0x6C6E", - "pid": "0x7070", - "device_version": "0.0.1" - }, - "ws2812": { - "pin": "A10" - }, - "layouts": { - "LAYOUT": { - "layout": [ - {"matrix": [0, 0], "x": 0.5, "y": 0}, - {"matrix": [0, 1], "x": 1.5, "y": 0}, - {"matrix": [0, 2], "x": 2.5, "y": 0}, - {"matrix": [1, 0], "x": 0, "y": 1}, - {"matrix": [1, 1], "x": 1, "y": 1}, - {"matrix": [1, 2], "x": 2, "y": 1}, - {"matrix": [1, 3], "x": 3, "y": 1}, - {"matrix": [2, 0], "x": 0.5, "y": 2}, - {"matrix": [2, 1], "x": 1.5, "y": 2}, - {"matrix": [2, 2], "x": 2.5, "y": 2} - ] - } - }, - "rgb_matrix": { - "driver": "ws2812", - "layout": [ - {"flags": 2, "x": 36, "y": 3}, - {"flags": 2, "x": 86, "y": 2}, - {"flags": 2, "x": 138, "y": 2}, - {"flags": 2, "x": 188, "y": 2}, - {"flags": 2, "x": 215, "y": 16}, - {"flags": 2, "x": 215, "y": 16}, - {"flags": 4, "matrix": [0, 2], "x": 167, "y": 17}, - {"flags": 4, "matrix": [0, 1], "x": 112, "y": 17}, - {"flags": 4, "matrix": [0, 0], "x": 57, "y": 17}, - {"flags": 2, "x": 9, "y": 15}, - {"flags": 2, "x": 9, "y": 15}, - {"flags": 2, "x": 6, "y": 34}, - {"flags": 2, "x": 9, "y": 48}, - {"flags": 2, "x": 9, "y": 48}, - {"flags": 4, "matrix": [1, 0], "x": 29, "y": 38}, - {"flags": 4, "matrix": [1, 1], "x": 84, "y": 38}, - {"flags": 4, "matrix": [1, 2], "x": 140, "y": 38}, - {"flags": 2, "x": 218, "y": 34}, - {"flags": 2, "x": 215, "y": 48}, - {"flags": 2, "x": 215, "y": 48}, - {"flags": 2, "x": 188, "y": 61}, - {"flags": 4, "matrix": [2, 2], "x": 167, "y": 59}, - {"flags": 2, "x": 138, "y": 61}, - {"flags": 4, "matrix": [2, 1], "x": 112, "y": 59}, - {"flags": 2, "x": 86, "y": 61}, - {"flags": 4, "matrix": [2, 0], "x": 57, "y": 59}, - {"flags": 2, "x": 36, "y": 61} - ] - } -} diff --git a/keyboards/laser_ninja/pumpkin_pad/readme.md b/keyboards/laser_ninja/pumpkin_pad/readme.md @@ -1,23 +0,0 @@ -# Pumpkin Pad - -![pumpkin-pad](https://i.imgur.com/jFkl9rwh.jpg) - -A 60% PCB - -- Keyboard Maintainer: [Jels](https://github.com/Jels02) -- Hardware Supported: Pumpkin Pad PCB -- Hardware Availabililty: [Laser_Ninja](https://kennui.com/w/Laser_Ninja) - -Make example for this keyboard (after setting up your build environment): - - make laser_ninja/pumpkin_pad:default - -Flashing example for this keyboard: - - make laser_ninja/pumpkin_pad: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). - -- **Bootmagic reset**: Hold down the top left key and plug in the keyboard -- **Physical reset button**: Briefly press the button on the back of the PCB -- **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available diff --git a/keyboards/laser_ninja/pumpkin_pad/config.h b/keyboards/laser_ninja/pumpkinpad/config.h diff --git a/keyboards/laser_ninja/pumpkinpad/info.json b/keyboards/laser_ninja/pumpkinpad/info.json @@ -0,0 +1,80 @@ +{ + "keyboard_name": "Pumpkinpad", + "manufacturer": "Laser Ninja", + "url": "", + "maintainer": "Jels", + "processor": "STM32F072", + "bootloader": "stm32-dfu", + "features": { + "bootmagic": true, + "command": false, + "console": false, + "extrakey": false, + "mousekey": false, + "nkro": false, + "rgb_matrix": true + }, + "matrix_pins": { + "direct": [ + ["A9", "B3", "B9", "NO_PIN"], + ["A8", "B12", "A2", "A1"], + ["B15", "B14", "B13", "NO_PIN"] + ] + }, + "usb": { + "vid": "0x6C6E", + "pid": "0x7070", + "device_version": "0.0.1" + }, + "ws2812": { + "pin": "A10" + }, + "layouts": { + "LAYOUT": { + "layout": [ + {"matrix": [0, 0], "x": 0.5, "y": 0}, + {"matrix": [0, 1], "x": 1.5, "y": 0}, + {"matrix": [0, 2], "x": 2.5, "y": 0}, + {"matrix": [1, 0], "x": 0, "y": 1}, + {"matrix": [1, 1], "x": 1, "y": 1}, + {"matrix": [1, 2], "x": 2, "y": 1}, + {"matrix": [1, 3], "x": 3, "y": 1}, + {"matrix": [2, 0], "x": 0.5, "y": 2}, + {"matrix": [2, 1], "x": 1.5, "y": 2}, + {"matrix": [2, 2], "x": 2.5, "y": 2} + ] + } + }, + "rgb_matrix": { + "driver": "ws2812", + "layout": [ + {"flags": 2, "x": 36, "y": 3}, + {"flags": 2, "x": 86, "y": 2}, + {"flags": 2, "x": 138, "y": 2}, + {"flags": 2, "x": 188, "y": 2}, + {"flags": 2, "x": 215, "y": 16}, + {"flags": 2, "x": 215, "y": 16}, + {"flags": 4, "matrix": [0, 2], "x": 167, "y": 17}, + {"flags": 4, "matrix": [0, 1], "x": 112, "y": 17}, + {"flags": 4, "matrix": [0, 0], "x": 57, "y": 17}, + {"flags": 2, "x": 9, "y": 15}, + {"flags": 2, "x": 9, "y": 15}, + {"flags": 2, "x": 6, "y": 34}, + {"flags": 2, "x": 9, "y": 48}, + {"flags": 2, "x": 9, "y": 48}, + {"flags": 4, "matrix": [1, 0], "x": 29, "y": 38}, + {"flags": 4, "matrix": [1, 1], "x": 84, "y": 38}, + {"flags": 4, "matrix": [1, 2], "x": 140, "y": 38}, + {"flags": 2, "x": 218, "y": 34}, + {"flags": 2, "x": 215, "y": 48}, + {"flags": 2, "x": 215, "y": 48}, + {"flags": 2, "x": 188, "y": 61}, + {"flags": 4, "matrix": [2, 2], "x": 167, "y": 59}, + {"flags": 2, "x": 138, "y": 61}, + {"flags": 4, "matrix": [2, 1], "x": 112, "y": 59}, + {"flags": 2, "x": 86, "y": 61}, + {"flags": 4, "matrix": [2, 0], "x": 57, "y": 59}, + {"flags": 2, "x": 36, "y": 61} + ] + } +} diff --git a/keyboards/laser_ninja/pumpkin_pad/keymaps/default/keymap.c b/keyboards/laser_ninja/pumpkinpad/keymaps/default/keymap.c diff --git a/keyboards/laser_ninja/pumpkin_pad/keymaps/via/keymap.c b/keyboards/laser_ninja/pumpkinpad/keymaps/via/keymap.c diff --git a/keyboards/laser_ninja/pumpkin_pad/keymaps/via/rules.mk b/keyboards/laser_ninja/pumpkinpad/keymaps/via/rules.mk diff --git a/keyboards/laser_ninja/pumpkinpad/readme.md b/keyboards/laser_ninja/pumpkinpad/readme.md @@ -0,0 +1,23 @@ +# Pumpkinpad + +![pumpkinpad](https://i.imgur.com/jFkl9rwh.jpg) + +A 60% PCB + +- Keyboard Maintainer: [Jels](https://github.com/Jels02) +- Hardware Supported: Pumpkinpad PCB +- Hardware Availabililty: [Laser_Ninja](https://kennui.com/w/Laser_Ninja) + +Make example for this keyboard (after setting up your build environment): + + make laser_ninja/pumpkinpad:default + +Flashing example for this keyboard: + + make laser_ninja/pumpkinpad: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). + +- **Bootmagic reset**: Hold down the top left key and plug in the keyboard +- **Physical reset button**: Briefly press the button on the back of the PCB +- **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available diff --git a/keyboards/laser_ninja/pumpkin_pad/rules.mk b/keyboards/laser_ninja/pumpkinpad/rules.mk