1
0
Fork 0

[Keyboard] move unikeyboard boards to /unikeyboard (#16081)

This commit is contained in:
peepeetee 2022-02-01 03:42:53 +08:00 committed by GitHub
parent 4452be587b
commit 2e052b87c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
38 changed files with 5 additions and 5 deletions

View file

@ -0,0 +1,19 @@
#pragma once
#include "quantum.h"
#define LAYOUT_ortho_5x4( \
K000, K001, K002, K003, \
K100, K101, K102, K103, \
K200, K201, K202, K203, \
K300, K301, K302, K303, \
K400, K401, K402, K403 \
) { \
{ K000, K001, K002, K003 }, \
{ K100, K101, K102, K103 }, \
{ K200, K201, K202, K203 }, \
{ K300, K301, K302, K303 }, \
{ K400, K401, K402, K403 } \
}
#define LAYOUT LAYOUT_ortho_5x4