summaryrefslogtreecommitdiffstats
path: root/keyboards/preonic/keymaps/0xdec/config.h
diff options
context:
space:
mode:
authorJordi Orlando <jordi.orlando@gmail.com>2016-07-28 21:36:20 +0200
committerJordi Orlando <jordi.orlando@gmail.com>2016-07-28 21:36:20 +0200
commit3b39910cb9506b9deb93f6395792e806e429aa61 (patch)
treef7d7b80dbf4d3f696da7a7e26d5178ce5b302be7 /keyboards/preonic/keymaps/0xdec/config.h
parent80667e898a17dfae86189d9f5f7dfcc9c7a08eea (diff)
downloadqmk_firmware-3b39910cb9506b9deb93f6395792e806e429aa61.tar.gz
qmk_firmware-3b39910cb9506b9deb93f6395792e806e429aa61.tar.xz
Create 0xdec Preonic keymap
An ergonomically optimized Colemak keymap for the grid-layout Preonic
Diffstat (limited to 'keyboards/preonic/keymaps/0xdec/config.h')
-rw-r--r--keyboards/preonic/keymaps/0xdec/config.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/preonic/keymaps/0xdec/config.h b/keyboards/preonic/keymaps/0xdec/config.h
new file mode 100644
index 000000000..5fc9b6f34
--- /dev/null
+++ b/keyboards/preonic/keymaps/0xdec/config.h
@@ -0,0 +1,10 @@
+#ifndef CONFIG_USER_H
+#define CONFIG_USER_H
+
+#include "../../config.h"
+
+// Number of backlight levels
+#undef BACKLIGHT_LEVELS
+#define BACKLIGHT_LEVELS 5
+
+#endif