Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add custom hand-wired nyaaaah54_rp2040 keyboard #23613

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
adds License headers for CLI and README
  • Loading branch information
jkaunert committed Oct 27, 2023
commit 8f14cb25ae0d93456684aa50458b82d346ff49b9
25 changes: 25 additions & 0 deletions keyboards/philoandgunge/nyaaaah54_rp2040/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# nyaaaah54_rp2040

![nyaaaah54_rp2040](https://i.imgur.com/nyaaaah54_rp2040.jpg)

A trashy, handwired hotswap-ish monoblock ergo. Made from salvaged & upcycled parts and materials from the all-knowing trash heap in the back alleyway.

* Keyboard Maintainer: [jkaunert](https://github.com/jkaunert)
* Hardware Supported: Handwired, rp_2040W(support for more boards, BLE in future revisions), gateron hot-swap sockets
* Hardware Availability: [Build log/data coming soon](https://philoandgunge.com/handwired/builds/nyaaaah54_rp2040)

Make example for this keyboard (after setting up your build environment):

make philoandgunge/nyaaaah54_rp2040:default

Flashing example for this keyboard:

make philoandgunge/nyaaaah54_rp2040:default:flash

## Bootloader

Enter the bootloader by holding down the boot button on the board while plugging in the board. Release the button and your machine should recognize the rp as a drive. Drag and drop the file in the root folder of the drive and you're done!

## More information

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).
16 changes: 16 additions & 0 deletions keyboards/philoandgunge/nyaaaah54_rp2040/config.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/* Copyright 2023 philo&gunge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef CONFIG_H
#define CONFIG_H

Expand Down
2 changes: 1 addition & 1 deletion keyboards/philoandgunge/nyaaaah54_rp2040/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"keyboard_name": "nyaaaah54_rp2040",
"manufacturer": "0xPHGU",
"url": "https://philoandgunge.com",
"maintainer": "gunge the great and glorious",
"maintainer": "jkaunert",
"usb": {
"device_version": "1.0.0",
"pid": "0x0000",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,5 @@
]
],
"author": "gunge the great and glorious",
"notes": "A trashy, handwired hotswap-ish monoblock ergo. Made from salvaged & upcycled parts and materials from the all-knowing trash heap in the back alleyway."
"notes": "A shabby-chic, handwired hotswap-ish monoblock ergo. Made from salvaged & upcycled parts and materials from the all-knowing trash heap in the back alleyway."
}
16 changes: 16 additions & 0 deletions keyboards/philoandgunge/nyaaaah54_rp2040/nyaaaah54_rp2040.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/* Copyright 2023 philo&gunge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#include "nyaaaah54_rp2040.h"
#include "eeconfig.h"

Expand Down
15 changes: 15 additions & 0 deletions keyboards/philoandgunge/nyaaaah54_rp2040/nyaaaah54_rp2040.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/* Copyright 2023 philo&gunge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/