aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/nafuda/nafuda.h
blob: 008a9c16f4bcc7c0de286a8b690ffe3395a5b8c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#pragma once

#include "quantum.h"

/*
 * ,-----------------.
 * |     | L01 |     |
 * |-----------------+
 * | L10 | L11 | L12 |
 * |-----------------+
 * | L20 | L21 | L22 |
 * |-----------------'
 */

#define LAYOUT( \
         L01,      \
    L10, L11, L12, \
    L20, L21, L22  \
  ) \
  { \
    {KC_NO,  L01,KC_NO  },  \
    {  L10,  L11,  L12  },  \
    {  L20,  L21,  L22  }   \
  }