summaryrefslogtreecommitdiff
path: root/keyboards/handwired/dactyl_manuform/dactyl_manuform.h
diff options
context:
space:
mode:
authorDmitriy Kuminov <coding@dmik.org>2022-01-13 20:18:20 +0300
committerGitHub <noreply@github.com>2022-01-13 09:18:20 -0800
commit5c583851f965920a84847940b73562d5f26b5846 (patch)
tree17dae49d4aa9e3be20733d98c1b719d8b1deb795 /keyboards/handwired/dactyl_manuform/dactyl_manuform.h
parentddc4c0d2527b059bdcd53e1e364a03907cf9c9fe (diff)
[Keyboard] Add Dactyl Manuform 6x6_4 and Kinesis keyboards (#15475)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/handwired/dactyl_manuform/dactyl_manuform.h')
-rw-r--r--keyboards/handwired/dactyl_manuform/dactyl_manuform.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/handwired/dactyl_manuform/dactyl_manuform.h b/keyboards/handwired/dactyl_manuform/dactyl_manuform.h
index c6d71f9114..d304814d7d 100644
--- a/keyboards/handwired/dactyl_manuform/dactyl_manuform.h
+++ b/keyboards/handwired/dactyl_manuform/dactyl_manuform.h
@@ -16,6 +16,10 @@
# include "5x7.h"
#elif defined(KEYBOARD_handwired_dactyl_manuform_6x6)
# include "6x6.h"
+#elif defined(KEYBOARD_handwired_dactyl_manuform_6x6_4)
+# include "6x6_4.h"
+#elif defined(KEYBOARD_handwired_dactyl_manuform_6x6_kinesis)
+# include "6x6_kinesis.h"
#elif defined(KEYBOARD_handwired_dactyl_manuform_6x7)
# include "6x7.h"
#elif defined(KEYBOARD_handwired_dactyl_manuform_dmote_62key)