~ruther/qmk_firmware

ref: 6b81ba1d4c20c6eb859d49a6e140f15ff190ce9d qmk_firmware/keyboards/handwired/pytest/pytest.h -rw-r--r-- 129 bytes
6b81ba1d — QMK Bot Merge remote-tracking branch 'origin/master' into develop 2 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