aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/xd004/xd004.h
blob: a53ad537f7823603edf27b118c1184e791540a2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#pragma once

#include "quantum.h"
//#include "led.h"

/* XD60 Keymap Definition Macro */
/*
    +--------------------------------+
    |   K0      K1      K2      K3   [----- USB
    +--------------------------------+
*/
#define LAYOUT_all(K00, K01, K02, K03) \
    {                                  \
        { K00, K01, K02, K03 }         \
    }