diff --git a/keyboards/jlw/deskcheck/info.json b/keyboards/jlw/deskcheck/info.json new file mode 100644 index 0000000000..8a247e48b7 --- /dev/null +++ b/keyboards/jlw/deskcheck/info.json @@ -0,0 +1,130 @@ +{ + "keyboard_name": "deskcheck", + "manufacturer": "jlw", + "url": "https://github.com/josh-l-wang/deskcheck", + "maintainer": "jlw", + "usb": { + "vid": "0x1209", + "pid": "0xA460", + "device_version": "0.0.1" + }, + "processor": "STM32F072", + "bootloader": "stm32-dfu", + "matrix_pins": { + "direct": [ [ "B12", "A2", "A3", "A4" ] ] + }, + "features": { + "bootmagic": true, + "extrakey": true, + "mousekey": true, + "nkro": true, + "rgb_matrix": true + }, + "ws2812": { + "pin": "B4" + }, + "rgb_matrix": { + "animations": { + "alphas_mods": true, + "band_pinwheel_sat": true, + "band_pinwheel_val": true, + "band_sat": true, + "band_spiral_sat": true, + "band_spiral_val": true, + "band_val": true, + "breathing": true, + "cycle_all": true, + "cycle_left_right": true, + "cycle_out_in": true, + "cycle_out_in_dual": true, + "cycle_pinwheel": true, + "cycle_spiral": true, + "cycle_up_down": true, + "digital_rain": true, + "dual_beacon": true, + "flower_blooming": true, + "gradient_left_right": true, + "gradient_up_down": true, + "hue_breathing": true, + "hue_pendulum": true, + "hue_wave": true, + "jellybean_raindrops": true, + "multisplash": true, + "pixel_flow": true, + "pixel_fractal": true, + "pixel_rain": true, + "rainbow_beacon": true, + "rainbow_moving_chevron": true, + "rainbow_pinwheels": true, + "raindrops": true, + "riverflow": true, + "solid_multisplash": true, + "solid_reactive": true, + "solid_reactive_cross": true, + "solid_reactive_multicross": true, + "solid_reactive_multinexus": true, + "solid_reactive_multiwide": true, + "solid_reactive_nexus": true, + "solid_reactive_simple": true, + "solid_reactive_wide": true, + "solid_splash": true, + "splash": true, + "starlight": true, + "starlight_dual_hue": true, + "starlight_dual_sat": true, + "typing_heatmap": true, + "twinkle": true + }, + "driver": "ws2812", + "sleep": true, + "layout": [ + {"flags": 4, "matrix": [0, 3], "x": 19, "y": 20}, + {"flags": 4, "matrix": [0, 2], "x": 10, "y": 20}, + {"flags": 4, "matrix": [0, 1], "x": 3, "y": 20}, + {"flags": 4, "matrix": [0, 0], "x": 3, "y": 9}, + {"flags": 4, "matrix": [0, 0], "x": 0, "y": 9}, + {"flags": 4, "matrix": [0, 0], "x": 0, "y": 6}, + {"flags": 4, "matrix": [0, 0], "x": 0, "y": 2}, + {"flags": 4, "matrix": [0, 0], "x": 1, "y": 1}, + {"flags": 4, "matrix": [0, 0], "x": 3, "y": 1}, + {"flags": 4, "matrix": [0, 0], "x": 5, "y": 1}, + {"flags": 4, "matrix": [0, 0], "x": 6, "y": 3}, + {"flags": 4, "matrix": [0, 0], "x": 6, "y": 6}, + {"flags": 4, "matrix": [0, 0], "x": 6, "y": 10}, + {"flags": 4, "matrix": [0, 2], "x": 7, "y": 12}, + {"flags": 4, "matrix": [0, 2], "x": 9, "y": 12}, + {"flags": 4, "matrix": [0, 2], "x": 11, "y": 12}, + {"flags": 4, "matrix": [0, 2], "x": 13, "y": 12}, + {"flags": 4, "matrix": [0, 3], "x": 15, "y": 12}, + {"flags": 4, "matrix": [0, 3], "x": 17, "y": 12}, + {"flags": 4, "matrix": [0, 3], "x": 19, "y": 12}, + {"flags": 4, "matrix": [0, 3], "x": 21, "y": 12}, + {"flags": 4, "matrix": [0, 3], "x": 24, "y": 12}, + {"flags": 4, "matrix": [0, 3], "x": 24, "y": 22}, + {"flags": 4, "matrix": [0, 3], "x": 21, "y": 22}, + {"flags": 4, "matrix": [0, 3], "x": 19, "y": 22}, + {"flags": 4, "matrix": [0, 3], "x": 17, "y": 22}, + {"flags": 4, "matrix": [0, 3], "x": 15, "y": 22}, + {"flags": 4, "matrix": [0, 2], "x": 13, "y": 22}, + {"flags": 4, "matrix": [0, 2], "x": 11, "y": 22}, + {"flags": 4, "matrix": [0, 2], "x": 9, "y": 22}, + {"flags": 4, "matrix": [0, 2], "x": 7, "y": 22}, + {"flags": 4, "matrix": [0, 1], "x": 5, "y": 22}, + {"flags": 4, "matrix": [0, 1], "x": 3, "y": 22}, + {"flags": 4, "matrix": [0, 1], "x": 1, "y": 22}, + {"flags": 4, "matrix": [0, 1], "x": 0, "y": 18}, + {"flags": 4, "matrix": [0, 1], "x": 0, "y": 14} + ] + }, + "layouts": { + "LAYOUT": { + "layout": [ + {"matrix": [0, 0], "x": 0, "y": 0}, + {"matrix": [0, 1], "x": 0, "y": 1}, + {"matrix": [0, 2], "x": 1, "y": 1}, + {"matrix": [0, 3], "x": 2, "y": 1, "w":1.75} + ] + } + + } +} diff --git a/keyboards/jlw/deskcheck/keymaps/default/keymap.c b/keyboards/jlw/deskcheck/keymaps/default/keymap.c new file mode 100644 index 0000000000..0240f5fb6e --- /dev/null +++ b/keyboards/jlw/deskcheck/keymaps/default/keymap.c @@ -0,0 +1,12 @@ +// Copyright 2023 sporkus +// SPDX-License-Identifier: GPL-2.0-or-later + +#include QMK_KEYBOARD_H + + +const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { + [0] = LAYOUT( + KC_6, KC_9, KC_6, KC_9 + ) +}; + diff --git a/keyboards/jlw/deskcheck/keymaps/default/rules.mk b/keyboards/jlw/deskcheck/keymaps/default/rules.mk new file mode 100644 index 0000000000..17ab7c1dcc --- /dev/null +++ b/keyboards/jlw/deskcheck/keymaps/default/rules.mk @@ -0,0 +1 @@ +# This file intentionally left blank. \ No newline at end of file diff --git a/keyboards/jlw/deskcheck/keymaps/vial/config.h b/keyboards/jlw/deskcheck/keymaps/vial/config.h new file mode 100644 index 0000000000..9ca8e435e2 --- /dev/null +++ b/keyboards/jlw/deskcheck/keymaps/vial/config.h @@ -0,0 +1,11 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ + +#pragma once + +#define VIAL_KEYBOARD_UID {0x25, 0x2C, 0x3E, 0x99, 0x55, 0x61, 0xC3, 0x58} +#define VIAL_UNLOCK_COMBO_ROWS { 0, 0 } +#define VIAL_UNLOCK_COMBO_COLS { 0, 3 } + +#define VIAL_COMBO_ENTRIES 69 +#define DYNAMIC_KEYMAP_LAYER_COUNT 32 +#define TAPPING_TERM 200 \ No newline at end of file diff --git a/keyboards/jlw/deskcheck/keymaps/vial/keymap.c b/keyboards/jlw/deskcheck/keymaps/vial/keymap.c new file mode 100644 index 0000000000..0240f5fb6e --- /dev/null +++ b/keyboards/jlw/deskcheck/keymaps/vial/keymap.c @@ -0,0 +1,12 @@ +// Copyright 2023 sporkus +// SPDX-License-Identifier: GPL-2.0-or-later + +#include QMK_KEYBOARD_H + + +const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { + [0] = LAYOUT( + KC_6, KC_9, KC_6, KC_9 + ) +}; + diff --git a/keyboards/jlw/deskcheck/keymaps/vial/rules.mk b/keyboards/jlw/deskcheck/keymaps/vial/rules.mk new file mode 100644 index 0000000000..d013bc62da --- /dev/null +++ b/keyboards/jlw/deskcheck/keymaps/vial/rules.mk @@ -0,0 +1,3 @@ +VIA_ENABLE = yes +VIAL_ENABLE = yes +VIALRGB_ENABLE = yes diff --git a/keyboards/jlw/deskcheck/keymaps/vial/vial.json b/keyboards/jlw/deskcheck/keymaps/vial/vial.json new file mode 100644 index 0000000000..07dc10989b --- /dev/null +++ b/keyboards/jlw/deskcheck/keymaps/vial/vial.json @@ -0,0 +1,25 @@ +{ + "name": "deskcheck", + "lighting": "vialrgb", + "matrix": { + "rows": 4, + "cols": 10 + }, + "layouts": { + "keymap": + [ + [ + "0,0" + ], + [ + "0,1", + "0,2", + { + "w": 1.75 + }, + "0,3" + ] +] + +} +} \ No newline at end of file diff --git a/keyboards/jlw/deskcheck/readme.md b/keyboards/jlw/deskcheck/readme.md new file mode 100644 index 0000000000..727990383f --- /dev/null +++ b/keyboards/jlw/deskcheck/readme.md @@ -0,0 +1,3 @@ +# This is the firmware for the Deskcheck cacropad + +Bruce the Keyboard is a column staggered 34-key board created by Swear_Wolf and [jlw](github.com/josh-l-wang) with a single layout. \ No newline at end of file diff --git a/keyboards/jlw/deskcheck/rules.mk b/keyboards/jlw/deskcheck/rules.mk new file mode 100644 index 0000000000..6e7633bfe0 --- /dev/null +++ b/keyboards/jlw/deskcheck/rules.mk @@ -0,0 +1 @@ +# This file intentionally left blank