[Keyboard] Add rb87 (#19546)
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
@@ -3,6 +3,8 @@
|
||||
"manufacturer": "ryanbaekr",
|
||||
"url": "",
|
||||
"maintainer": "ryanbaekr",
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina",
|
||||
"usb": {
|
||||
"vid": "0x7262",
|
||||
"pid": "0x0069",
|
||||
|
@@ -1 +0,0 @@
|
||||
# The default keymap for rb69
|
@@ -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).
|
||||
|
@@ -1,9 +1,3 @@
|
||||
# MCU name
|
||||
MCU = atmega32u4
|
||||
|
||||
# Bootloader selection
|
||||
BOOTLOADER = caterina
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
|
Reference in New Issue
Block a user