summaryrefslogtreecommitdiffstats
path: root/keyboard/preonic/keymaps
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-04-03 22:00:10 +0200
committerJack Humbert <jack.humb@gmail.com>2016-04-03 22:00:10 +0200
commita90d68739a29debe93bdf9e26f2c126e8eca46e9 (patch)
tree734554c78281c473f56eaac206c50a27ea758732 /keyboard/preonic/keymaps
parent8d39263d2444f0273327902684c802b218efb7b6 (diff)
downloadqmk_firmware-a90d68739a29debe93bdf9e26f2c126e8eca46e9.tar.gz
qmk_firmware-a90d68739a29debe93bdf9e26f2c126e8eca46e9.tar.xz
music mode file
Diffstat (limited to 'keyboard/preonic/keymaps')
-rw-r--r--keyboard/preonic/keymaps/default/keymap.c2
-rw-r--r--keyboard/preonic/keymaps/lock/keymap.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboard/preonic/keymaps/default/keymap.c b/keyboard/preonic/keymaps/default/keymap.c
index 392197f1d..5099b6581 100644
--- a/keyboard/preonic/keymaps/default/keymap.c
+++ b/keyboard/preonic/keymaps/default/keymap.c
@@ -88,7 +88,7 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
return MACRO_NONE;
};
-void * matrix_init_user(void) {
+void matrix_init_user(void) {
#ifdef AUDIO_ENABLE
init_notes();
play_notes(&start_up, 9, false);
diff --git a/keyboard/preonic/keymaps/lock/keymap.c b/keyboard/preonic/keymaps/lock/keymap.c
index e253f2581..cfb7f0803 100644
--- a/keyboard/preonic/keymaps/lock/keymap.c
+++ b/keyboard/preonic/keymaps/lock/keymap.c
@@ -99,7 +99,7 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
return MACRO_NONE;
};
-void * matrix_init_user(void) {
+void matrix_init_user(void) {
init_notes();
play_notes(&start_up, 9, false);
}