diff options
Diffstat (limited to 'keyboards/hid_liber/hid_liber.h')
-rwxr-xr-x | keyboards/hid_liber/hid_liber.h | 7 |
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 |