From b008a9afe6f216cebe4c664d5ce59cd6bfe755c3 Mon Sep 17 00:00:00 2001 From: James Young <18669334+noroadsleft@users.noreply.github.com> Date: Mon, 15 Jun 2020 03:11:19 -0700 Subject: HID Liberation Device Refactor and Configurator layout support (#9394) --- keyboards/hid_liber/hid_liber.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'keyboards/hid_liber/hid_liber.h') diff --git a/keyboards/hid_liber/hid_liber.h b/keyboards/hid_liber/hid_liber.h index f36152b64..1e2ffe3c1 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 . */ -#ifndef HID_LIBER_H -#define HID_LIBER_H +#pragma once #include "quantum.h" @@ -69,7 +68,3 @@ /* Q */ { ___ , ___ , KQ2 , ___ , ___ , ___ , ___ , KQ7 }, \ /* R */ { ___ , ___ , ___ , ___ , KR4 , ___ , ___ , ___ } \ } - - - -#endif -- cgit v1.2.3