diff options
author | Jordi Orlando <jordi.orlando@gmail.com> | 2016-07-28 14:36:20 -0500 |
---|---|---|
committer | Jordi Orlando <jordi.orlando@gmail.com> | 2016-07-28 14:36:20 -0500 |
commit | 3b39910cb9506b9deb93f6395792e806e429aa61 (patch) | |
tree | f7d7b80dbf4d3f696da7a7e26d5178ce5b302be7 /keyboards/preonic/keymaps/0xdec/config.h | |
parent | 80667e898a17dfae86189d9f5f7dfcc9c7a08eea (diff) |
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.h | 10 |
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 0000000000..5fc9b6f341 --- /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 |