summaryrefslogtreecommitdiff
path: root/keyboards/ryanbaekr/rb69
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ryanbaekr/rb69')
-rw-r--r--keyboards/ryanbaekr/rb69/config.h4
-rw-r--r--keyboards/ryanbaekr/rb69/info.json2
-rw-r--r--keyboards/ryanbaekr/rb69/keymaps/default/readme.md1
-rw-r--r--keyboards/ryanbaekr/rb69/readme.md4
-rw-r--r--keyboards/ryanbaekr/rb69/rules.mk6
5 files changed, 6 insertions, 11 deletions
diff --git a/keyboards/ryanbaekr/rb69/config.h b/keyboards/ryanbaekr/rb69/config.h
index 447d2ca05a..ba3eed38b9 100644
--- a/keyboards/ryanbaekr/rb69/config.h
+++ b/keyboards/ryanbaekr/rb69/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 16
-
/*
* Keyboard Matrix Assignments
*
diff --git a/keyboards/ryanbaekr/rb69/info.json b/keyboards/ryanbaekr/rb69/info.json
index 03b2054712..fdee9e5100 100644
--- a/keyboards/ryanbaekr/rb69/info.json
+++ b/keyboards/ryanbaekr/rb69/info.json
@@ -3,6 +3,8 @@
"manufacturer": "ryanbaekr",
"url": "",
"maintainer": "ryanbaekr",
+ "processor": "atmega32u4",
+ "bootloader": "caterina",
"usb": {
"vid": "0x7262",
"pid": "0x0069",
diff --git a/keyboards/ryanbaekr/rb69/keymaps/default/readme.md b/keyboards/ryanbaekr/rb69/keymaps/default/readme.md
deleted file mode 100644
index 35d623b10e..0000000000
--- a/keyboards/ryanbaekr/rb69/keymaps/default/readme.md
+++ /dev/null
@@ -1 +0,0 @@
-# The default keymap for rb69
diff --git a/keyboards/ryanbaekr/rb69/readme.md b/keyboards/ryanbaekr/rb69/readme.md
index d90c973a89..3d0dbac4f2 100644
--- a/keyboards/ryanbaekr/rb69/readme.md
+++ b/keyboards/ryanbaekr/rb69/readme.md
@@ -10,6 +10,10 @@ Make example for this keyboard (after setting up your build environment):
make ryanbaekr/rb69:default
+Flashing example for this keyboard:
+
+ make ryanbaekr/rb69: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/rb69/rules.mk b/keyboards/ryanbaekr/rb69/rules.mk
index ebbb7bc613..951dd07d6e 100644
--- a/keyboards/ryanbaekr/rb69/rules.mk
+++ b/keyboards/ryanbaekr/rb69/rules.mk
@@ -1,9 +1,3 @@
-# MCU name
-MCU = atmega32u4
-
-# Bootloader selection
-BOOTLOADER = caterina
-
# Build Options
# change yes to no to disable
#