~ruther/qmk_firmware

ref: c0185116d780cee4bf61c70be0221be2e8ce5962 qmk_firmware/keyboards/maple_computing/the_ruler/the_ruler.h -rw-r--r-- 135 bytes
c0185116 — Joel Challis More validation of declared LAYOUT macro names (#16520) 3 years ago
                                                                                
1
2
3
4
5
6
7
8
#pragma once

#include "quantum.h"

#define LAYOUT( \
    K00, K01, K02, K03, K04, K05 ) { \
    { K00, K01, K02, K03, K04, K05 }  \
}