summaryrefslogtreecommitdiff
path: root/keyboards/flx/virgo/virgo.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/flx/virgo/virgo.c')
-rw-r--r--keyboards/flx/virgo/virgo.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/flx/virgo/virgo.c b/keyboards/flx/virgo/virgo.c
index 102d91a709..142ddf3ebc 100644
--- a/keyboards/flx/virgo/virgo.c
+++ b/keyboards/flx/virgo/virgo.c
@@ -1,4 +1,5 @@
/* Copyright 2019 MechMerlin
+ * Edits etc 2020 Flexerm
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -19,7 +20,7 @@ void matrix_init_kb(void) {
// put your keyboard start-up code here
// runs once when the firmware starts up
- setPinOutput(E6);
+ setPinOutput(E6);
setPinOutput(B2);
matrix_init_user();
}