summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/promethium
diff options
context:
space:
mode:
authorPriyadi Iman Nurcahyo <priyadi@priyadi.net>2016-11-26 07:44:50 +0100
committerPriyadi Iman Nurcahyo <priyadi@priyadi.net>2016-11-26 17:48:11 +0100
commitb5019bef055d3b3a90b8b42268b9ad874600782b (patch)
tree0d4dca1717c884b8578f0fd8f1ac4bf0dc377c85 /keyboards/handwired/promethium
parent8ee389c9b6e6757c228534b095e609d5a9501102 (diff)
downloadqmk_firmware-b5019bef055d3b3a90b8b42268b9ad874600782b.tar.gz
qmk_firmware-b5019bef055d3b3a90b8b42268b9ad874600782b.tar.xz
change init delay to 2000ms
Diffstat (limited to 'keyboards/handwired/promethium')
-rw-r--r--keyboards/handwired/promethium/promethium.h2
1 files changed, 2 insertions, 0 deletions
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, \