diff options
author | dsanchezseco <d.seco@protonmail.com> | 2019-10-08 20:16:38 +0200 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-10-08 11:16:38 -0700 |
commit | 19584b92c559b134401be1efa7a5f199eda12f89 (patch) | |
tree | 2de19354717ed624a7b04687289b5587e071a333 /keyboards/crkbd/keymaps/dsanchezseco/rules.mk | |
parent | 2707652c9877e5fc7dd67670f8e14962c31baf42 (diff) |
[Keymap] keymaps for planck and crkbd (#6895)
* using similar keymaps (with vim in mind) for planck and crkbd
* changed to rgb matrix and lower max brightness to prevent unresponsiveness
* readme and default rgb mode
* disable all the not wanted effects and activate the framebuffer ones
* changed effects
* changed custom keycodes to defines
* fixed comment
Diffstat (limited to 'keyboards/crkbd/keymaps/dsanchezseco/rules.mk')
-rw-r--r-- | keyboards/crkbd/keymaps/dsanchezseco/rules.mk | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/crkbd/keymaps/dsanchezseco/rules.mk b/keyboards/crkbd/keymaps/dsanchezseco/rules.mk new file mode 100644 index 0000000000..44f60368b8 --- /dev/null +++ b/keyboards/crkbd/keymaps/dsanchezseco/rules.mk @@ -0,0 +1,15 @@ + +# If you want to change the display of OLED, you need to change here +SRC += ./logo_reader.c + +# enable OLED displays +OLED_DRIVER_ENABLE = yes + +# enable media keys +EXTRAKEY_ENABLE = yes + +# enable LEDs +RGB_MATRIX_ENABLE = WS2812 + +# using elite-c controllers +BOOTLOADER = qmk-dfu |