aboutsummaryrefslogtreecommitdiff
path: root/keyboards/lfkeyboards/mini1800/mini1800.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/lfkeyboards/mini1800/mini1800.c')
-rw-r--r--keyboards/lfkeyboards/mini1800/mini1800.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/lfkeyboards/mini1800/mini1800.c b/keyboards/lfkeyboards/mini1800/mini1800.c
index d5f4193c1..4c897ac69 100644
--- a/keyboards/lfkeyboards/mini1800/mini1800.c
+++ b/keyboards/lfkeyboards/mini1800/mini1800.c
@@ -37,8 +37,8 @@ void matrix_init_kb(void)
37 set_rgb(32, 0xFF, 0x00, 0x00); // Layer indicator, start red 37 set_rgb(32, 0xFF, 0x00, 0x00); // Layer indicator, start red
38#ifndef AUDIO_ENABLE 38#ifndef AUDIO_ENABLE
39 // If we're not using the audio pin, drive it low 39 // If we're not using the audio pin, drive it low
40 sbi(DDRC, 6); 40 setPinOutput(C6);
41 cbi(PORTC, 6); 41 writePinLow(C6);
42#endif 42#endif
43 _delay_ms(500); 43 _delay_ms(500);
44#ifdef ISSI_ENABLE 44#ifdef ISSI_ENABLE