From ea819268f3d08868ca72bd7911de7979c866d8a5 Mon Sep 17 00:00:00 2001 From: BenKesselring Date: Fri, 6 Oct 2017 08:20:28 -0600 Subject: 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 --- .../ortho_4x12/colemak_mod_dh_wide/config.h | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 layouts/community/ortho_4x12/colemak_mod_dh_wide/config.h (limited to 'layouts/community/ortho_4x12/colemak_mod_dh_wide/config.h') 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 0000000000..3c3d9b8858 --- /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 +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 . +*/ + +#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 -- cgit v1.2.3