summaryrefslogtreecommitdiff
path: root/keyboards/ryanbaekr/rb1
diff options
context:
space:
mode:
authorRyan Baker <76887060+ryanbaekr@users.noreply.github.com>2023-01-15 19:55:30 -0500
committerGitHub <noreply@github.com>2023-01-15 16:55:30 -0800
commitfe27e46e6da0ffb58b58578ba96646fdeb0742a7 (patch)
tree7f509b95ae3c593e66ebd83f868b41257e4db6e0 /keyboards/ryanbaekr/rb1
parent44bcde102d7db3ff80ab01e5377cb3ff8f574afa (diff)
[Keyboard] Add rb87 (#19546)
Diffstat (limited to 'keyboards/ryanbaekr/rb1')
-rw-r--r--keyboards/ryanbaekr/rb1/info.json2
-rw-r--r--keyboards/ryanbaekr/rb1/keymaps/default/readme.md1
-rw-r--r--keyboards/ryanbaekr/rb1/readme.md4
-rw-r--r--keyboards/ryanbaekr/rb1/rules.mk6
4 files changed, 6 insertions, 7 deletions
diff --git a/keyboards/ryanbaekr/rb1/info.json b/keyboards/ryanbaekr/rb1/info.json
index 07a76e578c..d368ceb9c3 100644
--- a/keyboards/ryanbaekr/rb1/info.json
+++ b/keyboards/ryanbaekr/rb1/info.json
@@ -3,6 +3,8 @@
"manufacturer": "ryanbaekr",
"url": "",
"maintainer": "ryanbaekr",
+ "processor": "atmega32u4",
+ "bootloader": "caterina",
"usb": {
"vid": "0x7262",
"pid": "0x0001",
diff --git a/keyboards/ryanbaekr/rb1/keymaps/default/readme.md b/keyboards/ryanbaekr/rb1/keymaps/default/readme.md
deleted file mode 100644
index 30225e7aad..0000000000
--- a/keyboards/ryanbaekr/rb1/keymaps/default/readme.md
+++ /dev/null
@@ -1 +0,0 @@
-# The default keymap for rb1
diff --git a/keyboards/ryanbaekr/rb1/readme.md b/keyboards/ryanbaekr/rb1/readme.md
index ce46a83f69..c1af680676 100644
--- a/keyboards/ryanbaekr/rb1/readme.md
+++ b/keyboards/ryanbaekr/rb1/readme.md
@@ -10,6 +10,10 @@ Make example for this keyboard (after setting up your build environment):
make ryanbaekr/rb1:default
+Flashing example for this keyboard:
+
+ make ryanbaekr/rb1:default:flash
+
To boot into the bootloader, hold the reset button on the SparkFun Qwiic Pro Micro - USB-C on plug in
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).
diff --git a/keyboards/ryanbaekr/rb1/rules.mk b/keyboards/ryanbaekr/rb1/rules.mk
index 515ca5621f..ab2c49da70 100644
--- a/keyboards/ryanbaekr/rb1/rules.mk
+++ b/keyboards/ryanbaekr/rb1/rules.mk
@@ -1,9 +1,3 @@
-# MCU name
-MCU = atmega32u4
-
-# Bootloader selection
-BOOTLOADER = caterina
-
# Build Options
# change yes to no to disable
#