diff options
Diffstat (limited to 'keyboard/satan')
-rw-r--r-- | keyboard/satan/led.c | 2 | ||||
-rw-r--r-- | keyboard/satan/satan.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboard/satan/led.c b/keyboard/satan/led.c index 5a9f2af672..94606e8959 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 12dec26a1c..464289fdbd 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 * ,-----------------------------------------------------------. |