diff options
author | Joel Challis <git@zvecr.com> | 2019-08-15 22:01:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-15 22:01:34 +0100 |
commit | fadb69e2031a259248dd575384da8846ba0c2aa3 (patch) | |
tree | d7e7d80b62db0044af127c69b8b90ea6d489b0cc /keyboards/lets_split_eh/eh/eh.h | |
parent | ee8d9bd40ad4f5b8d23be951d652143582d42938 (diff) | |
download | qmk_firmware-fadb69e2031a259248dd575384da8846ba0c2aa3.tar.gz |
Refactor of lets_split_eh to enable RGB split animations (#6411)
Diffstat (limited to 'keyboards/lets_split_eh/eh/eh.h')
-rw-r--r-- | keyboards/lets_split_eh/eh/eh.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/lets_split_eh/eh/eh.h b/keyboards/lets_split_eh/eh/eh.h index 7dc84fe18..ff3722978 100644 --- a/keyboards/lets_split_eh/eh/eh.h +++ b/keyboards/lets_split_eh/eh/eh.h @@ -1,5 +1,4 @@ -#ifndef EH_H -#define EH_H +#pragma once #include "lets_split_eh.h" @@ -23,5 +22,3 @@ } #define LAYOUT_ortho_4x12 LAYOUT - -#endif |