summaryrefslogtreecommitdiffstats
path: root/keyboards/idobao/montex/v1rgb/v1rgb.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-06-16 02:08:34 +0000
committerQMK Bot <hello@qmk.fm>2022-06-16 02:08:34 +0000
commitfa9ecc431d51339dae1a4841d49b881282e14519 (patch)
tree3989af8f0d653fcb5dd864fb4c8ee8e9db3a796d /keyboards/idobao/montex/v1rgb/v1rgb.h
parentcac5f962759508b71c92b173eaa415db7ab95d17 (diff)
parent8e128452db4a5c93f0214a1f6ea38e213445235c (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/idobao/montex/v1rgb/v1rgb.h')
-rwxr-xr-xkeyboards/idobao/montex/v1rgb/v1rgb.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/idobao/montex/v1rgb/v1rgb.h b/keyboards/idobao/montex/v1rgb/v1rgb.h
new file mode 100755
index 0000000000..e069771c6f
--- /dev/null
+++ b/keyboards/idobao/montex/v1rgb/v1rgb.h
@@ -0,0 +1,24 @@
+// Copyright 2022 peepeetee (@peepeetee)
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+#include "quantum.h"
+
+#define ___ KC_NO
+
+#define LAYOUT_numpad_6x5( \
+ K00, K01, K02, K03, K04, \
+ K10, K11, K12, K13, K14, \
+ K20, K21, K22, K23, K24, \
+ K30, K31, K32, K33, \
+ K40, K41, K42, K43, K53, \
+ K50, K51, K52 \
+) { \
+ { K00, K01, K02, K03, K04 }, \
+ { K10, K11, K12, K13, K14 }, \
+ { K20, K21, K22, K23, K24 }, \
+ { K30, K31, K32, K33, ___ }, \
+ { K40, K41, K42, K43, ___ }, \
+ { K50, K51, K52, K53, ___ }, \
+}