summaryrefslogtreecommitdiff
path: root/keyboards/dumbpad/v0x_right/v0x_right.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/dumbpad/v0x_right/v0x_right.c')
-rw-r--r--keyboards/dumbpad/v0x_right/v0x_right.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/dumbpad/v0x_right/v0x_right.c b/keyboards/dumbpad/v0x_right/v0x_right.c
index 2a987b2eaa..c5c0d670c6 100644
--- a/keyboards/dumbpad/v0x_right/v0x_right.c
+++ b/keyboards/dumbpad/v0x_right/v0x_right.c
@@ -22,7 +22,7 @@ void keyboard_pre_init_kb(void) {
keyboard_pre_init_user();
}
-void shutdown_user() {
+void shutdown_user(void) {
// Shutdown LEDs
writePinLow(LED_00);
writePinLow(LED_01);