aboutsummaryrefslogtreecommitdiff
path: root/keyboards/matrix/m12og/rev1/rev1.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/matrix/m12og/rev1/rev1.c')
-rw-r--r--keyboards/matrix/m12og/rev1/rev1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/matrix/m12og/rev1/rev1.c b/keyboards/matrix/m12og/rev1/rev1.c
index f517703c60..7506edc8e9 100644
--- a/keyboards/matrix/m12og/rev1/rev1.c
+++ b/keyboards/matrix/m12og/rev1/rev1.c
@@ -17,7 +17,7 @@
#include "quantum.h"
void board_init(void) {
- writePinLow(A8);
+ gpio_write_pin_low(A8);
}
void bootloader_jump(void) {