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.

14 lines
219 B
C
Raw Normal View History

#pragma once
2017-11-01 14:25:44 -04:00
#include "quantum.h"
#define LAYOUT_ortho_2x4( \
k01, k02, k03, k04, \
k05, k06, k07, k08 \
) { \
{ k01, k02, k03, k04 }, \
{ k05, k06, k07, k08 } \
2017-11-01 14:25:44 -04:00
}
#define LAYOUT LAYOUT_ortho_2x4