aboutsummaryrefslogtreecommitdiff
path: root/keyboards/chimera_ortho
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/chimera_ortho')
-rw-r--r--keyboards/chimera_ortho/chimera_ortho.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/chimera_ortho/chimera_ortho.h b/keyboards/chimera_ortho/chimera_ortho.h
index 598125275..fc2eba86b 100644
--- a/keyboards/chimera_ortho/chimera_ortho.h
+++ b/keyboards/chimera_ortho/chimera_ortho.h
@@ -2,9 +2,6 @@
2#define CHIMERA_ORTHO_H 2#define CHIMERA_ORTHO_H
3 3
4#include "quantum.h" 4#include "quantum.h"
5#include "matrix.h"
6#include "backlight.h"
7#include <stddef.h>
8 5
9#define red_led_off PORTF |= (1<<5) 6#define red_led_off PORTF |= (1<<5)
10#define red_led_on PORTF &= ~(1<<5) 7#define red_led_on PORTF &= ~(1<<5)