Refactor some layouts which contain keyboard name (#19645)
* Refactor some layouts which contain keyboard name * use planck_mit
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
#define LAYOUT_numbrero_numpad( \
|
||||
#define LAYOUT_numpad( \
|
||||
K00, K01, K02, K03, K04, \
|
||||
K10, K11, K12, K13, \
|
||||
K20, K21, K22, K23, K14, \
|
||||
@@ -15,7 +15,7 @@
|
||||
{ K30, K31, K32, K33, K34 }, \
|
||||
{ KC_NO, K41, KC_NO, K43, KC_NO } \
|
||||
}
|
||||
#define LAYOUT_numbrero_ortho(\
|
||||
#define LAYOUT_ortho(\
|
||||
K00, K01, K02, K03, K04, \
|
||||
K10, K11, K12, K13, K14, \
|
||||
K20, K21, K22, K23, K24, \
|
||||
|
||||
Reference in New Issue
Block a user