aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/aplx6/aplx6.h
blob: 6990d388e7349b08b037b681a182c09d16d90061 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once
#include "quantum.h"

#define LAYOUT( \
      k000, k001, k002, \
      k100, k101, k102 \
) \
{ \
    { k000, k001, k002 }, \
    { k100, k101, k102 }  \
}