Initial refactor of ergo42 to split common

This commit is contained in:
zvecr
2020-01-17 18:50:58 +00:00
parent 619ee543b8
commit 952e805edb
14 changed files with 26 additions and 1106 deletions
+1 -5
View File
@@ -1,5 +1,4 @@
#ifndef ERGO42_H
#define ERGO42_H
#pragma once
#include "quantum.h"
@@ -7,7 +6,6 @@
#include "rev1.h"
#endif
// Used to create a keymap using only KC_ prefixed keys
#define LAYOUT_kc_ortho_4x14( \
L00, L01, L02, L03, L04, L05, L06, R00, R01, R02, R03, R04, R05, R06, \
@@ -23,5 +21,3 @@
)
#define LAYOUT_kc LAYOUT_kc_ortho_4x14
#endif