aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/lets_split/keymaps/tylerwince/config.h
diff options
context:
space:
mode:
authorTyler Wince <tyler@wince.dev>2019-05-27 20:28:37 -0700
committerDrashna Jaelre <drashna@live.com>2019-05-27 20:28:37 -0700
commit5aa4420f59907d4a6192b590fd5e9dfb1e295525 (patch)
tree9654d6be58030b78606e97d142bcce066606247c /keyboards/lets_split/keymaps/tylerwince/config.h
parenta23c3396a9a1e4aed8020c47e7dc8f2624085017 (diff)
downloadfirmware-5aa4420f59907d4a6192b590fd5e9dfb1e295525.tar.gz
firmware-5aa4420f59907d4a6192b590fd5e9dfb1e295525.tar.bz2
firmware-5aa4420f59907d4a6192b590fd5e9dfb1e295525.zip
[Keymap] Add lets_split keymap (#5992)
* tylerwince keymap added * modifications for PR * remove legacy import * fix some build errors * fix layers * restore custom_keycodes * remove trailing commas * change persistent layer function * update light noeeprom * layer state set user * missing trailing " * changes to single_default_layer
Diffstat (limited to 'keyboards/lets_split/keymaps/tylerwince/config.h')
-rw-r--r--keyboards/lets_split/keymaps/tylerwince/config.h40
1 files changed, 40 insertions, 0 deletions
diff --git a/keyboards/lets_split/keymaps/tylerwince/config.h b/keyboards/lets_split/keymaps/tylerwince/config.h
new file mode 100644
index 000000000..6fff5478d
--- /dev/null
+++ b/keyboards/lets_split/keymaps/tylerwince/config.h
@@ -0,0 +1,40 @@
+/*
+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/>.
+*/
+
+#pragma once
+
+/* Use I2C or Serial, not both */
+
+#define USE_SERIAL
+// #define USE_I2C
+
+/* Select hand configuration */
+
+#define MASTER_LEFT
+//#define MASTER_RIGHT
+// #define EE_HANDS
+
+#undef RGBLED_NUM
+#define RGBLED_NUM 12
+#define RGBLIGHT_ANIMATIONS
+#define RGBLIGHT_HUE_STEP 8
+#define RGBLIGHT_SAT_STEP 8
+#define RGBLIGHT_VAL_STEP 8
+