summaryrefslogtreecommitdiffstats
path: root/keyboards/hadron/ver3/ver3.h
diff options
context:
space:
mode:
authorishtob <ishtob@gmail.com>2019-04-16 23:49:24 +0200
committerDrashna Jaelre <drashna@live.com>2019-04-16 23:49:24 +0200
commit0a6beab2243cd9183127041917bb4c3ce6a22bd9 (patch)
tree401db7e3c05d2929fa4a73cdd5d14e50ae32fd5c /keyboards/hadron/ver3/ver3.h
parent93b7fccad65aa4c12b37bc3d1a507ae909511587 (diff)
downloadqmk_firmware-0a6beab2243cd9183127041917bb4c3ce6a22bd9.tar.gz
qmk_firmware-0a6beab2243cd9183127041917bb4c3ce6a22bd9.tar.xz
[Keyboard] Hadron keymap and config updates (#5632)
* update hadron keymaps, code cleanup * keymap update * refactor custom matrix to use quantum matrix defines * fix wrong pin for matrix
Diffstat (limited to 'keyboards/hadron/ver3/ver3.h')
-rw-r--r--keyboards/hadron/ver3/ver3.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/keyboards/hadron/ver3/ver3.h b/keyboards/hadron/ver3/ver3.h
index 516f7b9a1..95926469b 100644
--- a/keyboards/hadron/ver3/ver3.h
+++ b/keyboards/hadron/ver3/ver3.h
@@ -1,4 +1,4 @@
-/* Copyright 2018 Jack Humbert <jack.humb@gmail.com>
+/* Copyright 2018 ishtob
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -13,9 +13,6 @@
* 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 VER3_H
-#define VER3_H
+#pragma once
-#include "hadron.h"
-
-#endif \ No newline at end of file
+#include "hadron.h" \ No newline at end of file