aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/jj50/jj50.h
diff options
context:
space:
mode:
authorGuillaume GĂ©rard <1322081+GreatWizard@users.noreply.github.com>2020-06-28 19:45:16 +0200
committerGitHub <noreply@github.com>2020-06-28 18:45:16 +0100
commit092849622017fcd32c1b3e4708030b1cf2fd6ade (patch)
tree8e597689ee2c22a033e390925ff8ed4a28d35c95 /keyboards/jj50/jj50.h
parenta8904d47b745518e9bbab8f20f05828d77f7f42d (diff)
downloadfirmware-092849622017fcd32c1b3e4708030b1cf2fd6ade.tar.gz
firmware-092849622017fcd32c1b3e4708030b1cf2fd6ade.tar.bz2
firmware-092849622017fcd32c1b3e4708030b1cf2fd6ade.zip
[Keyboard] Refactor JJ50 keyboard mapping to current standard (#9415)
Diffstat (limited to 'keyboards/jj50/jj50.h')
-rw-r--r--keyboards/jj50/jj50.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/keyboards/jj50/jj50.h b/keyboards/jj50/jj50.h
index 6b1c7eacf..59d5c6409 100644
--- a/keyboards/jj50/jj50.h
+++ b/keyboards/jj50/jj50.h
@@ -17,13 +17,9 @@ 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 KEYMAP_COMMON_H
-#define KEYMAP_COMMON_H
+#pragma once
#include "quantum.h"
-#include "quantum_keycodes.h"
-#include "keycode.h"
-#include "action.h"
#define LAYOUT_ortho_5x12( \
K011, K010, K009, K008, K004, K005, K006, K007, K003, K002, K201, K000, \
@@ -40,5 +36,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
}
#define LAYOUT LAYOUT_ortho_5x12
-
-#endif