0
0
mirror of https://github.com/qmk/qmk_firmware.git synced 2024-12-18 23:53:23 +00:00
qmk_firmware/keyboards/bpiphany/four_banger/four_banger.h
2022-02-09 21:33:40 +00:00

12 lines
142 B
C

#pragma once
#include "quantum.h"
#define LAYOUT_ortho_2x2( \
k00, k01, \
k10, k11 \
) { \
{ k00, k01 }, \
{ k10, k11 } \
}