diff options
author | Ryan <fauxpark@gmail.com> | 2023-07-03 07:40:13 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-02 22:40:13 +0100 |
commit | 023035f462fa307a30968247f33854ac361b232d (patch) | |
tree | 6d4c493f7867d1f28e4c2181da0153e832924a35 /keyboards/mode/m65hi_alpha | |
parent | 9ab16e62f75dc6228549ec0aba00ec0704bbc779 (diff) |
Move miscellaneous defines to data driven (#21382)
Diffstat (limited to 'keyboards/mode/m65hi_alpha')
-rw-r--r-- | keyboards/mode/m65hi_alpha/m65hi_alpha.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/mode/m65hi_alpha/m65hi_alpha.c b/keyboards/mode/m65hi_alpha/m65hi_alpha.c index 60a9a89927..afb093058f 100644 --- a/keyboards/mode/m65hi_alpha/m65hi_alpha.c +++ b/keyboards/mode/m65hi_alpha/m65hi_alpha.c @@ -21,7 +21,6 @@ void board_init(void) { setPinInput(B10); } -#define LED_PIN_ON_STATE 1 void led_init_ports(void) { /** If the OPENDRAIN_INDICATORS option is not defined in config.h, the indicator |