summaryrefslogtreecommitdiffstats
path: root/keyboards/contra/keymaps/losinggeneration/config.h
diff options
context:
space:
mode:
authorHarley Laue <losinggeneration@gmail.com>2018-05-18 22:58:23 +0200
committerDrashna Jaelre <drashna@live.com>2018-05-18 22:58:23 +0200
commit8cdb4a91501fab114ae55def050d06c7b9569f30 (patch)
tree7cd77bef9b0740420c899c979b2fbc50be081bd8 /keyboards/contra/keymaps/losinggeneration/config.h
parente721deb4a60403e338382dbd3bf9e829439d67ac (diff)
downloadqmk_firmware-8cdb4a91501fab114ae55def050d06c7b9569f30.tar.gz
qmk_firmware-8cdb4a91501fab114ae55def050d06c7b9569f30.tar.xz
Add Contra layout & cleanup a few things (#2998)
* Have Del become backspace on the bottom layer for grid layouts * Fix modtap for ESC * Add sleep to Adjust layer
Diffstat (limited to 'keyboards/contra/keymaps/losinggeneration/config.h')
-rw-r--r--keyboards/contra/keymaps/losinggeneration/config.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/contra/keymaps/losinggeneration/config.h b/keyboards/contra/keymaps/losinggeneration/config.h
new file mode 100644
index 000000000..759b1d9a0
--- /dev/null
+++ b/keyboards/contra/keymaps/losinggeneration/config.h
@@ -0,0 +1,27 @@
+/*
+Copyright 2017 Danny Nguyen <danny@hexwire.com>
+Copyright 2018 Harley Laue <losinggeneration@gmail.com>
+
+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
+long 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 USE_MIT_LAYOUT
+
+#define TAPPING_TERM 250
+
+#endif