summaryrefslogtreecommitdiffstats
path: root/users/d4mation/d4mation.c
diff options
context:
space:
mode:
authorlokher <lokher@gmail.com>2023-04-26 16:32:15 +0800
committerlokher <lokher@gmail.com>2023-04-26 16:32:15 +0800
commite4f4ceaf3f2e3d25fb282273a81f9b58790fc427 (patch)
treec0a257eab0ffe5238fdf2c04882e8ee1fe8fc46e /users/d4mation/d4mation.c
parent103badc87cb50db1ff3851c84331e86ba78fb681 (diff)
merge upstream 713427c
Diffstat (limited to 'users/d4mation/d4mation.c')
-rw-r--r--users/d4mation/d4mation.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/users/d4mation/d4mation.c b/users/d4mation/d4mation.c
index 5aa58a9f0d..5d1092cd72 100644
--- a/users/d4mation/d4mation.c
+++ b/users/d4mation/d4mation.c
@@ -7,12 +7,12 @@ bool process_record_keymap( uint16_t keycode, keyrecord_t *record ) {
}
__attribute__ ((weak))
-void matrix_init_keymap() {
+void matrix_init_keymap(void) {
/* If you want a matrix init specific to your keymap, you need to define this function in your keymap */
}
__attribute__ ((weak))
-void matrix_scan_keymap() {
+void matrix_scan_keymap(void) {
/* If you want a matrix scan specific to your keymap, you need to define this function in your keymap */
}