This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.

9 lines
135 B
C
Raw Normal View History

#pragma once
#include "quantum.h"
#define LAYOUT( \
K00, K01, K02, K03, K04, K05 ) { \
{ K00, K01, K02, K03, K04, K05 } \
}