You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

21 lines
242 B

#ifndef REV1_H
#define REV1_H
#include "../launchpad.h"
#include "quantum.h"
#define LAYOUT( \
K00, K01, \
K10, K11, \
K20, K21, \
K30, K31 \
) \
{ \
{ K00, K01 }, \
{ K10, K11 }, \
{ K20, K21 }, \
{ K30, K31 } \
}
#endif