Initial refactor of ergo42 to split common
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user