summaryrefslogtreecommitdiff
path: root/keyboards/hid_liber/hid_liber.h
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2020-06-15 03:11:19 -0700
committerGitHub <noreply@github.com>2020-06-15 03:11:19 -0700
commitb008a9afe6f216cebe4c664d5ce59cd6bfe755c3 (patch)
tree51683c642396c5711ca6bb6fa18bc5aadb8d7c3a /keyboards/hid_liber/hid_liber.h
parentd8e3294aeaf6d0b2e9400aefdd5bf2ff63d4d981 (diff)
HID Liberation Device Refactor and Configurator layout support (#9394)
Diffstat (limited to 'keyboards/hid_liber/hid_liber.h')
-rwxr-xr-xkeyboards/hid_liber/hid_liber.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/keyboards/hid_liber/hid_liber.h b/keyboards/hid_liber/hid_liber.h
index f36152b646..1e2ffe3c16 100755
--- a/keyboards/hid_liber/hid_liber.h
+++ b/keyboards/hid_liber/hid_liber.h
@@ -14,8 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef HID_LIBER_H
-#define HID_LIBER_H
+#pragma once
#include "quantum.h"
@@ -69,7 +68,3 @@
/* Q */ { ___ , ___ , KQ2 , ___ , ___ , ___ , ___ , KQ7 }, \
/* R */ { ___ , ___ , ___ , ___ , KR4 , ___ , ___ , ___ } \
}
-
-
-
-#endif