summaryrefslogtreecommitdiff
path: root/layouts/community/ortho_4x12/guidoism/config.h
diff options
context:
space:
mode:
authorGuido Bartolucci <guido@bartolucci.org>2018-07-11 11:41:15 -0400
committerDrashna Jaelre <drashna@live.com>2018-07-11 08:41:15 -0700
commit7ebed894a8a99b340a3ffc9f6caffe1ac20d59ef (patch)
tree092e9c1e636f5b08d854bcf54305af8f01ba0bab /layouts/community/ortho_4x12/guidoism/config.h
parent9ce7374563e841c8bbfc8145f233edd8e3880850 (diff)
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
Diffstat (limited to 'layouts/community/ortho_4x12/guidoism/config.h')
-rw-r--r--layouts/community/ortho_4x12/guidoism/config.h29
1 files changed, 29 insertions, 0 deletions
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 <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
+
+#define IGNORE_MOD_TAP_INTERRUPT
+#define USB_MAX_POWER_CONSUMPTION 50
+
+#endif