summaryrefslogtreecommitdiff
path: root/keyboards/peej/rosaline/ortho
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/peej/rosaline/ortho')
-rw-r--r--keyboards/peej/rosaline/ortho/info.json5
-rw-r--r--keyboards/peej/rosaline/ortho/ortho.h7
2 files changed, 8 insertions, 4 deletions
diff --git a/keyboards/peej/rosaline/ortho/info.json b/keyboards/peej/rosaline/ortho/info.json
index 2be28d4ef6..fcd6fce1b4 100644
--- a/keyboards/peej/rosaline/ortho/info.json
+++ b/keyboards/peej/rosaline/ortho/info.json
@@ -8,6 +8,11 @@
"pid": "0x0003",
"device_version": "0.0.1"
},
+ "matrix_pins": {
+ "cols": ["B0", "D7", "D6", "C2", "D4", "D1", "D0", "C1"],
+ "rows": ["C0", "B5", "B4", "B3", "B2", "B1", "C3", "D5"]
+ },
+ "diode_direction": "COL2ROW",
"processor": "atmega328p",
"bootloader": "usbasploader",
"layouts": {
diff --git a/keyboards/peej/rosaline/ortho/ortho.h b/keyboards/peej/rosaline/ortho/ortho.h
index b3287784c3..30beb92831 100644
--- a/keyboards/peej/rosaline/ortho/ortho.h
+++ b/keyboards/peej/rosaline/ortho/ortho.h
@@ -16,7 +16,7 @@
#pragma once
-#include "rosaline.h"
+#include "quantum.h"
/*
* ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
@@ -36,6 +36,8 @@
* └───────┘ └───────┘
*/
+#define XXX KC_NO
+
#define LAYOUT_ortho_4x15( \
k00, k40, k01, k41, k02, k42, k03, k43, k04, k44, k05, k45, k06, k46, k07, \
k10, k50, k11, k51, k12, k52, k13, k53, k14, k54, k15, k55, k16, k56, k17, \
@@ -52,6 +54,3 @@
{ k60, k61, k62, k63, k64, k65, k66, XXX }, \
{ k70, k71, k72, k73, k74, k75, k76, XXX } \
}
-
-#define LED1 C5
-#define LED2 C4