diff options
| author | Nathan Sunday <61068696+PoctorDepper@users.noreply.github.com> | 2025-11-24 19:32:03 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-24 18:32:03 -0700 |
| commit | cc567c917b22b49046c9f61eb321c204045eef0d (patch) | |
| tree | 32345c3786804e3d9df91fdb0e422f7e61a949cf /keyboards | |
| parent | 81cc69c2dd58da6cb21e86c2b630dc95e11e85d4 (diff) | |
[Keyboard] Add Keenome Keys' "The Grid v2" (#25813)
* Add 'the_grid_v2' to QMK
* Per documentation, formatted keyboard.json and add license to keymap.c
* Update keyboards/keenome_keys/the_grid_v2/keyboard.json
Co-authored-by: Jack Sangdahl <jack@pngu.org>
* Create readme.md for The Grid v2 keyboard
Added detailed readme for The Grid v2 keyboard including setup and bootloader instructions.
* Revise readme for The Grid v2 keyboard
Updated readme with specific hardware details.
---------
Co-authored-by: Jack Sangdahl <jack@pngu.org>
Diffstat (limited to 'keyboards')
| -rw-r--r-- | keyboards/keenome_keys/the_grid_v2/keyboard.json | 131 | ||||
| -rw-r--r-- | keyboards/keenome_keys/the_grid_v2/keymaps/default/keymap.c | 13 | ||||
| -rw-r--r-- | keyboards/keenome_keys/the_grid_v2/readme.md | 22 |
3 files changed, 166 insertions, 0 deletions
diff --git a/keyboards/keenome_keys/the_grid_v2/keyboard.json b/keyboards/keenome_keys/the_grid_v2/keyboard.json new file mode 100644 index 0000000000..69df3ea7f6 --- /dev/null +++ b/keyboards/keenome_keys/the_grid_v2/keyboard.json | |||
| @@ -0,0 +1,131 @@ | |||
| 1 | { | ||
| 2 | "manufacturer": "Keenome Keys", | ||
| 3 | "keyboard_name": "The Grid v2", | ||
| 4 | "maintainer": "Keenome Keys", | ||
| 5 | "bootloader": "rp2040", | ||
| 6 | "features": { | ||
| 7 | "bootmagic": true, | ||
| 8 | "extrakey": true, | ||
| 9 | "mousekey": true, | ||
| 10 | "nkro": true, | ||
| 11 | "rgb_matrix": true | ||
| 12 | }, | ||
| 13 | "matrix_pins": { | ||
| 14 | "direct": [ | ||
| 15 | ["GP25", "GP24", "GP23", "GP22"], | ||
| 16 | ["GP21", "GP20", "GP19", "GP18"], | ||
| 17 | ["GP17", "GP16", "GP15", "GP14"], | ||
| 18 | ["GP13", "GP12", "GP11", "GP10"] | ||
| 19 | ] | ||
| 20 | }, | ||
| 21 | "processor": "RP2040", | ||
| 22 | "rgb_matrix": { | ||
| 23 | "animations": { | ||
| 24 | "alpha_mods": true, | ||
| 25 | "band_pinwheel_sat": true, | ||
| 26 | "band_pinwheel_val": true, | ||
| 27 | "band_sat": true, | ||
| 28 | "band_spiral_sat": true, | ||
| 29 | "band_spiral_val": true, | ||
| 30 | "band_val": true, | ||
| 31 | "breathing": true, | ||
| 32 | "cycle_all": true, | ||
| 33 | "cycle_left_right": true, | ||
| 34 | "cycle_out_in": true, | ||
| 35 | "cycle_out_in_dual": true, | ||
| 36 | "cycle_pinwheel": true, | ||
| 37 | "cycle_spiral": true, | ||
| 38 | "cycle_up_down": true, | ||
| 39 | "digital_rain": true, | ||
| 40 | "dual_beacon": true, | ||
| 41 | "flower_blooming": true, | ||
| 42 | "gradient_left_right": true, | ||
| 43 | "gradient_up_down": true, | ||
| 44 | "hue_breathing": true, | ||
| 45 | "hue_pendulum": true, | ||
| 46 | "hue_wave": true, | ||
| 47 | "jellybean_raindrops": true, | ||
| 48 | "multisplash": true, | ||
| 49 | "pixel_flow": true, | ||
| 50 | "pixel_fractal": true, | ||
| 51 | "pixel_rain": true, | ||
| 52 | "rainbow_beacon": true, | ||
| 53 | "rainbow_moving_chevron": true, | ||
| 54 | "rainbow_pinwheels": true, | ||
| 55 | "raindrops": true, | ||
| 56 | "riverflow": true, | ||
| 57 | "solid_multisplash": true, | ||
| 58 | "solid_reactive": true, | ||
| 59 | "solid_reactive_cross": true, | ||
| 60 | "solid_reactive_multicross": true, | ||
| 61 | "solid_reactive_multinexus": true, | ||
| 62 | "solid_reactive_multiwide": true, | ||
| 63 | "solid_reactive_nexus": true, | ||
| 64 | "solid_reactive_simple": true, | ||
| 65 | "solid_reactive_wide": true, | ||
| 66 | "solid_splash": true, | ||
| 67 | "splash": true, | ||
| 68 | "starlight": true, | ||
| 69 | "starlight_dual_hue": true, | ||
| 70 | "starlight_dual_sat": true, | ||
| 71 | "starlight_smooth": true, | ||
| 72 | "typing_heatmap": true | ||
| 73 | }, | ||
| 74 | "default": { | ||
| 75 | "animation": "cycle_spiral", | ||
| 76 | "speed": 32, | ||
| 77 | "val": 144 | ||
| 78 | }, | ||
| 79 | "driver": "ws2812", | ||
| 80 | "layout": [ | ||
| 81 | {"matrix": [0, 0], "x": 0, "y": 0, "flags": 4}, | ||
| 82 | {"matrix": [0, 1], "x": 75, "y": 0, "flags": 4}, | ||
| 83 | {"matrix": [0, 2], "x": 149, "y": 0, "flags": 4}, | ||
| 84 | {"matrix": [0, 3], "x": 224, "y": 0, "flags": 4}, | ||
| 85 | {"matrix": [1, 3], "x": 224, "y": 21, "flags": 4}, | ||
| 86 | {"matrix": [1, 2], "x": 149, "y": 21, "flags": 4}, | ||
| 87 | {"matrix": [1, 1], "x": 75, "y": 21, "flags": 4}, | ||
| 88 | {"matrix": [1, 0], "x": 0, "y": 21, "flags": 4}, | ||
| 89 | {"matrix": [2, 0], "x": 0, "y": 43, "flags": 4}, | ||
| 90 | {"matrix": [2, 1], "x": 75, "y": 43, "flags": 4}, | ||
| 91 | {"matrix": [2, 2], "x": 149, "y": 43, "flags": 4}, | ||
| 92 | {"matrix": [2, 3], "x": 224, "y": 43, "flags": 4}, | ||
| 93 | {"matrix": [3, 3], "x": 224, "y": 64, "flags": 4}, | ||
| 94 | {"matrix": [3, 2], "x": 149, "y": 64, "flags": 4}, | ||
| 95 | {"matrix": [3, 1], "x": 75, "y": 64, "flags": 4}, | ||
| 96 | {"matrix": [3, 0], "x": 0, "y": 64, "flags": 4} | ||
| 97 | ], | ||
| 98 | "sleep": true | ||
| 99 | }, | ||
| 100 | "usb": { | ||
| 101 | "device_version": "1.0.0", | ||
| 102 | "pid": "0x0001", | ||
| 103 | "vid": "0x6167" | ||
| 104 | }, | ||
| 105 | "ws2812": { | ||
| 106 | "driver": "vendor", | ||
| 107 | "pin": "GP26" | ||
| 108 | }, | ||
| 109 | "layouts": { | ||
| 110 | "LAYOUT": { | ||
| 111 | "layout": [ | ||
| 112 | {"matrix": [0, 0], "x": 0, "y": 0}, | ||
| 113 | {"matrix": [0, 1], "x": 1, "y": 0}, | ||
| 114 | {"matrix": [0, 2], "x": 2, "y": 0}, | ||
| 115 | {"matrix": [0, 3], "x": 3, "y": 0}, | ||
| 116 | {"matrix": [1, 0], "x": 0, "y": 1}, | ||
| 117 | {"matrix": [1, 1], "x": 1, "y": 1}, | ||
| 118 | {"matrix": [1, 2], "x": 2, "y": 1}, | ||
| 119 | {"matrix": [1, 3], "x": 3, "y": 1}, | ||
| 120 | {"matrix": [2, 0], "x": 0, "y": 2}, | ||
| 121 | {"matrix": [2, 1], "x": 1, "y": 2}, | ||
| 122 | {"matrix": [2, 2], "x": 2, "y": 2}, | ||
| 123 | {"matrix": [2, 3], "x": 3, "y": 2}, | ||
| 124 | {"matrix": [3, 0], "x": 0, "y": 3}, | ||
| 125 | {"matrix": [3, 1], "x": 1, "y": 3}, | ||
| 126 | {"matrix": [3, 2], "x": 2, "y": 3}, | ||
| 127 | {"matrix": [3, 3], "x": 3, "y": 3} | ||
| 128 | ] | ||
| 129 | } | ||
| 130 | } | ||
| 131 | } | ||
diff --git a/keyboards/keenome_keys/the_grid_v2/keymaps/default/keymap.c b/keyboards/keenome_keys/the_grid_v2/keymaps/default/keymap.c new file mode 100644 index 0000000000..296c2af1f8 --- /dev/null +++ b/keyboards/keenome_keys/the_grid_v2/keymaps/default/keymap.c | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | // Copyright 2025 Nathan Sunday (@PoctorDepper) | ||
| 2 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 3 | |||
| 4 | #include QMK_KEYBOARD_H | ||
| 5 | |||
| 6 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
| 7 | [0] = LAYOUT( | ||
| 8 | KC_P7, KC_P8, KC_P9, KC_PSLS, | ||
| 9 | KC_P4, KC_P5, KC_P6, KC_PAST, | ||
| 10 | KC_P1, KC_P2, KC_P3, KC_PMNS, | ||
| 11 | KC_P0, KC_PDOT, KC_PENT, KC_PPLS | ||
| 12 | ) | ||
| 13 | }; | ||
diff --git a/keyboards/keenome_keys/the_grid_v2/readme.md b/keyboards/keenome_keys/the_grid_v2/readme.md new file mode 100644 index 0000000000..d7721c20d4 --- /dev/null +++ b/keyboards/keenome_keys/the_grid_v2/readme.md | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | # The Grid v2 | ||
| 2 | |||
| 3 | * Keyboard Maintainer: [PoctorDepper](https://github.com/PoctorDepper) | ||
| 4 | * Hardware Supported: Custom PCB using RP2040 | ||
| 5 | |||
| 6 | Make example for this keyboard (after setting up your build environment): | ||
| 7 | |||
| 8 | make keenome_keys/the_grid_v2:default | ||
| 9 | |||
| 10 | Flashing example for this keyboard: | ||
| 11 | |||
| 12 | make keenome_keys/the_grid_v2:default:flash | ||
| 13 | |||
| 14 | 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). | ||
| 15 | |||
| 16 | ## Bootloader | ||
| 17 | |||
| 18 | Enter the bootloader in 3 ways: | ||
| 19 | |||
| 20 | * **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard | ||
| 21 | * **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead | ||
| 22 | * **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available | ||
