~ruther/qmk_firmware

ref: c49438feec9fb6be368d6377ca05d0c86d310d4f qmk_firmware/keyboards/handwired/pytest/pytest.h -rw-r--r-- 129 bytes
c49438fe — Brandon Claveria [Keyboard] Digicarp65 (#15926) 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include "quantum.h"

#define LAYOUT_ortho_1x1( \
    k00 \
) { \
    { k00 } \
}

#define LAYOUT LAYOUT_ortho_1x1