summaryrefslogtreecommitdiff
path: root/keyboards/crkbd/keymaps/mcrown/rules.mk
diff options
context:
space:
mode:
authorMarioCorona <mariocc@comunidad.unam.mx>2021-04-17 10:46:46 -0500
committerGitHub <noreply@github.com>2021-04-17 17:46:46 +0200
commitc32264d9b7382e86c7df75edfe3bc4154d714e25 (patch)
treec2268ad770b30e199c30b452fdde9f66e3f6dd16 /keyboards/crkbd/keymaps/mcrown/rules.mk
parent09a392433a34dfcc3416c58d7f01563504abef2f (diff)
mcrown crkbd new keymap (#12092)
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
Diffstat (limited to 'keyboards/crkbd/keymaps/mcrown/rules.mk')
-rw-r--r--keyboards/crkbd/keymaps/mcrown/rules.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/crkbd/keymaps/mcrown/rules.mk b/keyboards/crkbd/keymaps/mcrown/rules.mk
new file mode 100644
index 0000000000..df09acc6c0
--- /dev/null
+++ b/keyboards/crkbd/keymaps/mcrown/rules.mk
@@ -0,0 +1,18 @@
+
+# Build Options
+# change to "no" to disable the options, or define them in the Makefile in
+# the appropriate keymap folder that will get included automatically
+#
+MOUSEKEY_ENABLE = no # Mouse keys(+4700)
+EXTRAKEY_ENABLE = no # Audio control and System control(+450)
+RGB_MATRIX_ENABLE = yes # Enable RGB Matrix.
+OLED_DRIVER_ENABLE = yes
+
+# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
+SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
+
+# If you want to change the display of OLED, you need to change here
+SRC += ./lib/rgb_state_reader.c \
+ ./lib/layer_state_reader.c \
+ ./lib/logo_reader.c \
+ ./oled.c\