summaryrefslogtreecommitdiff
path: root/keyboards/pearl/keymaps/cijanzen/config.h
diff options
context:
space:
mode:
authorchristopherjanzen2018-05-02 12:57:33 -0500
committerDrashna Jaelre2018-05-02 10:57:33 -0700
commitd1dfefc8971be50f85da4084a78de00a163c6482 (patch)
treed38cd501599621cf288344ef3baf887a17efad61 /keyboards/pearl/keymaps/cijanzen/config.h
parentddb1c83695008bbf87d6bebc836b408ed70a8abb (diff)
Add cijanzen Pearl 40% keymap (#2878)
* Add personal keymap for Pearl 40% * Updating readme and adding keymap image * Updated readme * Force make to use Python 3 * cleanup keymap * updated keymap image * update readme for new keymap image * reverting atmega32a_program * removed redundant sections of user config and rules * fixed user config file * fixed led indicators to properly show layer 4
Diffstat (limited to 'keyboards/pearl/keymaps/cijanzen/config.h')
-rw-r--r--keyboards/pearl/keymaps/cijanzen/config.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/pearl/keymaps/cijanzen/config.h b/keyboards/pearl/keymaps/cijanzen/config.h
new file mode 100644
index 000000000..b34fdad90
--- /dev/null
+++ b/keyboards/pearl/keymaps/cijanzen/config.h
@@ -0,0 +1,27 @@
+/*
+Copyright 2017 Luiz Ribeiro <luizribeiro@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
+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
+
+#undef BACKLIGHT_LEVELS
+#define BACKLIGHT_LEVELS 3
+
+
+#endif