This commit is contained in:
Bailey 2025-07-16 23:42:58 +00:00 committed by GitHub
commit 4b41380110
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 11 additions and 8 deletions

View File

@ -425,6 +425,9 @@
"lfkeyboards/smk65": {
"target": "lfkeyboards/smk65/revb"
},
"ll3macorn/bongopad": {
"target": "ll3ma/bongopad"
},
"m3v3van": {
"target": "matthewdias/m3n3van"
},

View File

@ -1,4 +1,4 @@
// Copyright 2021 Ll3macorn (@ll3macorn)
// Copyright 2025 Ll3ma (@ll3ma)
// SPDX-License-Identifier: GPL-2.0-or-later
#include "quantum.h"

View File

@ -1,4 +1,4 @@
// Copyright 2021 Ll3macorn (@ll3macorn)
// Copyright 2025 Ll3ma (@ll3ma)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once

View File

@ -1,8 +1,8 @@
{
"keyboard_name": "BongoPad",
"manufacturer": "Ll3macorn",
"url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/ll3macorn/bongopad",
"maintainer": "Ll3macorn",
"manufacturer": "Ll3ma",
"url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/ll3ma/bongopad",
"maintainer": "Ll3ma",
"usb": {
"vid": "0x3728",
"pid": "0x2949",

View File

@ -1,4 +1,4 @@
// Copyright 2021 Ll3macorn (@ll3macorn)
// Copyright 2025 Ll3ma (@ll3ma)
// SPDX-License-Identifier: GPL-2.0-or-later
#include QMK_KEYBOARD_H

View File

@ -1,10 +1,10 @@
# BongoPad
* Keyboard Maintainer: [Ll3macorn](https://github.com/Ll3macorn)
* Keyboard Maintainer: [Ll3ma](https://github.com/Ll3ma)
* Hardware Supported: Pro micro
Make example for this keyboard (after setting up your build environment):
make ll3macorn/bongopad:default
make ll3ma/bongopad:default
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).