summaryrefslogtreecommitdiffstats
path: root/layouts/community/ortho_4x12/colemak_mod_dh_wide/config.h
diff options
context:
space:
mode:
authorBenKesselring <bskesselring@gmail.com>2017-10-06 16:20:28 +0200
committerJack Humbert <jack.humb@gmail.com>2017-10-06 16:20:28 +0200
commitea819268f3d08868ca72bd7911de7979c866d8a5 (patch)
tree3fece682193ab1f46179f168c50aece2acbfcaf3 /layouts/community/ortho_4x12/colemak_mod_dh_wide/config.h
parente0834cfda937ed9b89a31f4cf719e30cef8ec33e (diff)
downloadqmk_firmware-ea819268f3d08868ca72bd7911de7979c866d8a5.tar.gz
qmk_firmware-ea819268f3d08868ca72bd7911de7979c866d8a5.tar.xz
Add new 4x12 ortho layout & add credit to XD75 port (#1782)
* add xd75, preliminary RGB' * fix RGB * add backlight support (probably) * updated readme and tweaked keymap * added xd75 to list in /keyboards * copyright ALL the things, create blank slate for Colemak Mod-DH Split/Wide keymap * Add preliminary split Colemak Mod-DH layout * changing stuff to compile properly * attribution * moar attribution * removed incomplete keymap * Create Colemak Mod-DH Wide layout for 4x12 ortho. * Move Adjust key * Add layou timage to readme * fix naming * Fix stupid issue with not understanding how the keymap works * forgot to switch COLEMAK to COLEMAKDH... * Remove and link image * Remove and link image
Diffstat (limited to 'layouts/community/ortho_4x12/colemak_mod_dh_wide/config.h')
-rw-r--r--layouts/community/ortho_4x12/colemak_mod_dh_wide/config.h37
1 files changed, 37 insertions, 0 deletions
diff --git a/layouts/community/ortho_4x12/colemak_mod_dh_wide/config.h b/layouts/community/ortho_4x12/colemak_mod_dh_wide/config.h
new file mode 100644
index 000000000..3c3d9b885
--- /dev/null
+++ b/layouts/community/ortho_4x12/colemak_mod_dh_wide/config.h
@@ -0,0 +1,37 @@
+/*
+This is the c configuration file for the keymap
+
+Copyright 2012 Jun Wako <wakojun@gmail.com>
+Copyright 2015 Jack Humbert
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
+#ifndef CONFIG_USER_H
+#define CONFIG_USER_H
+
+#include QMK_KEYBOARD_CONFIG_H
+
+/* Use I2C or Serial, not both */
+
+#define USE_SERIAL
+// #define USE_I2C
+
+/* Select hand configuration */
+
+#define MASTER_LEFT
+// #define _MASTER_RIGHT
+// #define EE_HANDS
+
+#endif \ No newline at end of file