summaryrefslogtreecommitdiff
path: root/keyboards/clueboard/california/california.h
blob: 853b360e2ecf13f27ee98e9fe00aa2e8ad9553b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#pragma once

#include "quantum.h"

// Any changes to the layout names and/or definitions must also be made to info.json

#define LAYOUT( \
    K00, K01, \
    K10, K11, \
         K21, \
    K30, K31, \
    K40, K41, \
         K51 \
) { \
    { K00, K01 }, \
    { K10, K11 }, \
    { KC_NO, K21 }, \
    { K30, K31 }, \
    { K40, K41 }, \
    { KC_NO, K51 }  \
}