From b94e5b2aa6636326b2eaa75a2c562ea074e1535a Mon Sep 17 00:00:00 2001
From: Priyadi Iman Nurcahyo <priyadi@priyadi.net>
Date: Sat, 26 Nov 2016 13:44:50 +0700
Subject: [PATCH] change init delay to 2000ms

---
 keyboards/handwired/promethium/promethium.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/keyboards/handwired/promethium/promethium.h b/keyboards/handwired/promethium/promethium.h
index fb0dc1683..8f2a8c3be 100644
--- a/keyboards/handwired/promethium/promethium.h
+++ b/keyboards/handwired/promethium/promethium.h
@@ -3,6 +3,8 @@
 
 #include "quantum.h"
 
+#define PS2_INIT_DELAY 2000
+
 #define KEYMAP( \
     k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b, k1c, \
     k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b, k2c, \