summaryrefslogtreecommitdiff
path: root/keyboards/ryanbaekr/rb18
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/rb18
parent44bcde102d7db3ff80ab01e5377cb3ff8f574afa (diff)
[Keyboard] Add rb87 (#19546)
Diffstat (limited to 'keyboards/ryanbaekr/rb18')
-rw-r--r--keyboards/ryanbaekr/rb18/config.h4
-rw-r--r--keyboards/ryanbaekr/rb18/info.json2
-rw-r--r--keyboards/ryanbaekr/rb18/keymaps/default/readme.md1
-rw-r--r--keyboards/ryanbaekr/rb18/readme.md4
-rw-r--r--keyboards/ryanbaekr/rb18/rules.mk6
5 files changed, 6 insertions, 11 deletions
diff --git a/keyboards/ryanbaekr/rb18/config.h b/keyboards/ryanbaekr/rb18/config.h
index 1df607db43..eac923b4de 100644
--- a/keyboards/ryanbaekr/rb18/config.h
+++ b/keyboards/ryanbaekr/rb18/config.h
@@ -19,10 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config_common.h"
-/* key matrix size */
-#define MATRIX_ROWS 5
-#define MATRIX_COLS 4
-
/*
* Keyboard Matrix Assignments
*
diff --git a/keyboards/ryanbaekr/rb18/info.json b/keyboards/ryanbaekr/rb18/info.json
index ba8f2955c1..09bdc0c47e 100644
--- a/keyboards/ryanbaekr/rb18/info.json
+++ b/keyboards/ryanbaekr/rb18/info.json
@@ -3,6 +3,8 @@
"manufacturer": "ryanbaekr",
"url": "",
"maintainer": "ryanbaekr",
+ "processor": "atmega32u4",
+ "bootloader": "caterina",
"usb": {
"vid": "0x7262",
"pid": "0x0018",
diff --git a/keyboards/ryanbaekr/rb18/keymaps/default/readme.md b/keyboards/ryanbaekr/rb18/keymaps/default/readme.md
deleted file mode 100644
index 87dbe30e5f..0000000000
--- a/keyboards/ryanbaekr/rb18/keymaps/default/readme.md
+++ /dev/null
@@ -1 +0,0 @@
-# The default keymap for rb18
diff --git a/keyboards/ryanbaekr/rb18/readme.md b/keyboards/ryanbaekr/rb18/readme.md
index f670ef9808..81f3cb5e5e 100644
--- a/keyboards/ryanbaekr/rb18/readme.md
+++ b/keyboards/ryanbaekr/rb18/readme.md
@@ -10,6 +10,10 @@ Make example for this keyboard (after setting up your build environment):
make ryanbaekr/rb18:default
+Flashing example for this keyboard:
+
+ make ryanbaekr/rb18:default:flash
+
To boot into the bootloader, hold the reset button on the Elite-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/rb18/rules.mk b/keyboards/ryanbaekr/rb18/rules.mk
index ebbb7bc613..951dd07d6e 100644
--- a/keyboards/ryanbaekr/rb18/rules.mk
+++ b/keyboards/ryanbaekr/rb18/rules.mk
@@ -1,9 +1,3 @@
-# MCU name
-MCU = atmega32u4
-
-# Bootloader selection
-BOOTLOADER = caterina
-
# Build Options
# change yes to no to disable
#