aboutsummaryrefslogtreecommitdiff
path: root/keyboards/ckeys/obelus/obelus.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ckeys/obelus/obelus.h')
-rw-r--r--keyboards/ckeys/obelus/obelus.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/keyboards/ckeys/obelus/obelus.h b/keyboards/ckeys/obelus/obelus.h
index 371b79df2..76ff4f1a9 100644
--- a/keyboards/ckeys/obelus/obelus.h
+++ b/keyboards/ckeys/obelus/obelus.h
@@ -1,5 +1,4 @@
1#ifndef OBELUS_H 1#pragma once
2#define OBELUS_H
3 2
4#include "quantum.h" 3#include "quantum.h"
5 4
@@ -12,12 +11,9 @@
12 k10, k11, k12, k13, \ 11 k10, k11, k12, k13, \
13 k20, k21, k22, k23, \ 12 k20, k21, k22, k23, \
14 k30, k31, k32, k33 \ 13 k30, k31, k32, k33 \
15) \ 14) { \
16{ \
17 { k00, k01, k02, k03 }, \ 15 { k00, k01, k02, k03 }, \
18 { k10, k11, k12, k13 }, \ 16 { k10, k11, k12, k13 }, \
19 { k20, k21, k22, k23 }, \ 17 { k20, k21, k22, k23 }, \
20 { k30, k31, k32, k33 } \ 18 { k30, k31, k32, k33 } \
21} 19}
22
23#endif