aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/ryanbaekr/rb1/keyboard.json
diff options
context:
space:
mode:
authorJoel Challis2024-03-15 23:24:00 +0100
committerGitHub2024-03-15 23:24:00 +0100
commit1a903372846f24028431d20bc25e64b4da69da27 (patch)
treed628946d38d303f98f24c14db6b3cdd85f7397bb /keyboards/ryanbaekr/rb1/keyboard.json
parent24d824aae40b932dbcdc5036d7f30a6f2f352442 (diff)
Migrate features from rules.mk to data driven - OPQR (#23285)
Diffstat (limited to 'keyboards/ryanbaekr/rb1/keyboard.json')
-rw-r--r--keyboards/ryanbaekr/rb1/keyboard.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/keyboards/ryanbaekr/rb1/keyboard.json b/keyboards/ryanbaekr/rb1/keyboard.json
new file mode 100644
index 0000000000..0d14acb6bb
--- /dev/null
+++ b/keyboards/ryanbaekr/rb1/keyboard.json
@@ -0,0 +1,33 @@
+{
+ "keyboard_name": "rb1",
+ "manufacturer": "ryanbaekr",
+ "url": "",
+ "maintainer": "ryanbaekr",
+ "usb": {
+ "vid": "0x7262",
+ "pid": "0x0001",
+ "device_version": "0.0.3"
+ },
+ "processor": "atmega32u4",
+ "bootloader": "caterina",
+ "features": {
+ "bootmagic": true,
+ "command": false,
+ "console": false,
+ "extrakey": true,
+ "mousekey": true,
+ "nkro": false
+ },
+ "matrix_pins": {
+ "direct": [
+ ["B1"]
+ ]
+ },
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ {"matrix": [0, 0], "x": 0, "y": 0}
+ ]
+ }
+ }
+}