summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodash/mini/keymaps/default/config.h
diff options
context:
space:
mode:
authoromkbd <takuya.electronics@gmail.com>2018-09-15 19:57:46 +0200
committerDrashna Jaelre <drashna@live.com>2018-09-15 19:57:46 +0200
commitb65e2143751fd7c1721a6690597f523137c7c484 (patch)
treea1b0d5c8826de818b50e0797606e14f86595c59b /keyboards/ergodash/mini/keymaps/default/config.h
parent6bf2c077151bf6e71f5fe44f730c127eb667f5a6 (diff)
downloadqmk_firmware-b65e2143751fd7c1721a6690597f523137c7c484.tar.gz
qmk_firmware-b65e2143751fd7c1721a6690597f523137c7c484.tar.xz
Keyboard: add ergodash mini keyboard (#3901)
* add ergodash mini add ergodash mini (4rows version) fix keymap and readme * fix replace include guard remove includes * fix audio
Diffstat (limited to 'keyboards/ergodash/mini/keymaps/default/config.h')
-rw-r--r--keyboards/ergodash/mini/keymaps/default/config.h39
1 files changed, 39 insertions, 0 deletions
diff --git a/keyboards/ergodash/mini/keymaps/default/config.h b/keyboards/ergodash/mini/keymaps/default/config.h
new file mode 100644
index 000000000..a5a722fb2
--- /dev/null
+++ b/keyboards/ergodash/mini/keymaps/default/config.h
@@ -0,0 +1,39 @@
+/*
+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 RGBLIGHT_ANIMATIONS
+#define RGBLED_NUM 20
+#define RGBLIGHT_HUE_STEP 10
+#define RGBLIGHT_SAT_STEP 17
+#define RGBLIGHT_VAL_STEP 17