aboutsummaryrefslogtreecommitdiff
path: root/keyboards/hhkb/rn42/rn42.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/hhkb/rn42/rn42.h')
-rw-r--r--keyboards/hhkb/rn42/rn42.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/hhkb/rn42/rn42.h b/keyboards/hhkb/rn42/rn42.h
index dee214cc8..76bcef99b 100644
--- a/keyboards/hhkb/rn42/rn42.h
+++ b/keyboards/hhkb/rn42/rn42.h
@@ -1,5 +1,4 @@
1#ifndef RN42_H 1#pragma once
2#define RN42_H
3 2
4#include <stdbool.h> 3#include <stdbool.h>
5#include "host_driver.h" 4#include "host_driver.h"
@@ -26,5 +25,3 @@ void rn42_send_str(const char *str);
26void rn42_print_response(void); 25void rn42_print_response(void);
27#define SEND_STR(str) rn42_send_str(PSTR(str)) 26#define SEND_STR(str) rn42_send_str(PSTR(str))
28#define SEND_COMMAND(cmd) rn42_send_command(PSTR(cmd)) 27#define SEND_COMMAND(cmd) rn42_send_command(PSTR(cmd))
29
30#endif