diff options
author | christopherjanzen <chrisisaakjanzen@gmail.com> | 2018-05-02 12:57:33 -0500 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-05-02 10:57:33 -0700 |
commit | d1dfefc8971be50f85da4084a78de00a163c6482 (patch) | |
tree | d38cd501599621cf288344ef3baf887a17efad61 /keyboards/pearl/keymaps/cijanzen/rules.mk | |
parent | ddb1c83695008bbf87d6bebc836b408ed70a8abb (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/rules.mk')
-rw-r--r-- | keyboards/pearl/keymaps/cijanzen/rules.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/keyboards/pearl/keymaps/cijanzen/rules.mk b/keyboards/pearl/keymaps/cijanzen/rules.mk new file mode 100644 index 0000000000..863b9419ad --- /dev/null +++ b/keyboards/pearl/keymaps/cijanzen/rules.mk @@ -0,0 +1,11 @@ +# build options +BOOTMAGIC_ENABLE = yes +MOUSEKEY_ENABLE = no +EXTRAKEY_ENABLE = yes +CONSOLE_ENABLE = no +COMMAND_ENABLE = yes +BACKLIGHT_ENABLE = yes +RGBLIGHT_ENABLE = yes +RGBLIGHT_CUSTOM_DRIVER = yes +# TAP_DANCE_ENABLE = yes +AUTO_SHIFT_ENABLE = yes |