summaryrefslogtreecommitdiff
path: root/keyboard
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard')
-rw-r--r--keyboard/satan/led.c2
-rw-r--r--keyboard/satan/satan.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboard/satan/led.c b/keyboard/satan/led.c
index 5a9f2af67..94606e895 100644
--- a/keyboard/satan/led.c
+++ b/keyboard/satan/led.c
@@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "led.h"
-void led_init_ports() {
+void led_init_ports(void) {
// * Set our LED pins as output
DDRB |= (1<<2);
}
diff --git a/keyboard/satan/satan.h b/keyboard/satan/satan.h
index 12dec26a1..464289fdb 100644
--- a/keyboard/satan/satan.h
+++ b/keyboard/satan/satan.h
@@ -4,7 +4,7 @@
#include "matrix.h"
#include "keymap.h"
#include <stddef.h>
-
+#include "action_util.h"
/* Clueboard matrix layout
* ,-----------------------------------------------------------.