aboutsummaryrefslogtreecommitdiff
path: root/keyboards/orthodox/rev3/rev3.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/orthodox/rev3/rev3.c')
-rw-r--r--keyboards/orthodox/rev3/rev3.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/keyboards/orthodox/rev3/rev3.c b/keyboards/orthodox/rev3/rev3.c
index db8d435c3..49deba4db 100644
--- a/keyboards/orthodox/rev3/rev3.c
+++ b/keyboards/orthodox/rev3/rev3.c
@@ -21,19 +21,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
21 21
22#include "orthodox.h" 22#include "orthodox.h"
23 23
24void matrix_init_kb(void) {
25
26 //// // green led on
27 //// DDRD |= (1<<5);
28 //// PORTD &= ~(1<<5);
29
30 //// // orange led on
31 //// DDRB |= (1<<0);
32 //// PORTB &= ~(1<<0);
33
34 matrix_init_user();
35};
36
37#ifdef SWAP_HANDS_ENABLE 24#ifdef SWAP_HANDS_ENABLE
38__attribute__ ((weak)) 25__attribute__ ((weak))
39// swap-hands action needs a matrix to define the swap 26// swap-hands action needs a matrix to define the swap