summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/promethium/promethium.c
diff options
context:
space:
mode:
authorPriyadi Iman Nurcahyo <priyadi@priyadi.net>2017-04-29 08:21:27 +0200
committerPriyadi Iman Nurcahyo <priyadi@priyadi.net>2017-04-29 08:21:27 +0200
commitd8f1949029297b0bec395606bbaedf4f6d4c0760 (patch)
tree68ab94adff3ec26a0fda253268c0a782fd39623e /keyboards/handwired/promethium/promethium.c
parentf9d226ca50ba243133847d19893d2c3b844eec12 (diff)
downloadqmk_firmware-d8f1949029297b0bec395606bbaedf4f6d4c0760.tar.gz
qmk_firmware-d8f1949029297b0bec395606bbaedf4f6d4c0760.tar.xz
Promethium update: demo LED, fix PS2 delay, fix LED ordering, change click frequency
Diffstat (limited to 'keyboards/handwired/promethium/promethium.c')
-rw-r--r--keyboards/handwired/promethium/promethium.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/handwired/promethium/promethium.c b/keyboards/handwired/promethium/promethium.c
index 544e94be5..3cc0f5a8c 100644
--- a/keyboards/handwired/promethium/promethium.c
+++ b/keyboards/handwired/promethium/promethium.c
@@ -4,8 +4,8 @@
#include "matrix.h"
#include "musical_notes.h"
-float fauxclicky_pressed_note[2] = MUSICAL_NOTE(_C5, 0.25);
-float fauxclicky_released_note[2] = MUSICAL_NOTE(_C4, 0.25);
+float fauxclicky_pressed_note[2] = MUSICAL_NOTE(_A4, 0.0625);
+float fauxclicky_released_note[2] = MUSICAL_NOTE(_A4, 0.0625);
float fauxclicky_beep_note[2] = MUSICAL_NOTE(_C6, 0.25);
// cubic fit {3.3, 0}, {3.5, 2.9}, {3.6, 5}, {3.7, 8.6}, {3.8, 36}, {3.9, 62}, {4.0, 73}, {4.05, 83}, {4.1, 89}, {4.15, 94}, {4.2, 100}