From 7ebed894a8a99b340a3ffc9f6caffe1ac20d59ef Mon Sep 17 00:00:00 2001 From: Guido Bartolucci Date: Wed, 11 Jul 2018 11:41:15 -0400 Subject: Converted guidoism layout to new keyboard-agnostic form (#3367) * Initial commit of guidoism * created movement layer * movement layer works! * removed unnecessary layers * moved enter key up and recreated caps lock * cleaned up * num pad * checkpoint * checkpoint * checkpoint * Added num pad * changed max power draw so i can use this on ipad * move around quotes * added tri layer for a homed numpad * moved layout to new style * Update readme.md * Update readme.md * Update readme.md * Update readme.md * added keys to unicode conversion * removed adjust layer since its not used anymore --- layouts/community/ortho_4x12/guidoism/config.h | 29 ++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 layouts/community/ortho_4x12/guidoism/config.h (limited to 'layouts/community/ortho_4x12/guidoism/config.h') diff --git a/layouts/community/ortho_4x12/guidoism/config.h b/layouts/community/ortho_4x12/guidoism/config.h new file mode 100644 index 0000000000..6075393277 --- /dev/null +++ b/layouts/community/ortho_4x12/guidoism/config.h @@ -0,0 +1,29 @@ +/* +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 + +#define IGNORE_MOD_TAP_INTERRUPT +#define USB_MAX_POWER_CONSUMPTION 50 + +#endif -- cgit v1.2.3