summaryrefslogtreecommitdiff
path: root/keyboards/crkbd/keymaps/kidbrazil/rules.mk
diff options
context:
space:
mode:
authorLucas Moreira <hello@lucasmoreira.dev>2019-12-18 03:37:56 -0500
committerDrashna Jaelre <drashna@live.com>2019-12-18 00:37:56 -0800
commit3415dcef6fbd7e3ed96159747e2b428780642b3a (patch)
treeb2463c967b57c15e5517a56df17bbee3d2bfb6fe /keyboards/crkbd/keymaps/kidbrazil/rules.mk
parent7048b9403472464e3b2c9eea4ffbaf5be9538785 (diff)
[Keymap] CRKBD Custom Keymap - KidBrazil (#7630)
* Added KidBrazil custom keymap for CRKBD -Custom Font -Custom OLED output * Added missing readme * Oled Timeout Update for KidBrazil Keymap (#1) * Setup Oled timeout based on simple timer * Cleaned up comments and added timeout for LEDs * Fixed some small errors * Updated oled timout with matrix scan * Updated oled timout with matrix scan * Update withou eeprom * Update timer code * Use process user instead of keymap * Added ifdef to protect oledtimer * Updated with half timeout state for logo * Removed middle tier timer * Final cleanup of unused files * Updated code as per suggestions & requests * Second round of revisions
Diffstat (limited to 'keyboards/crkbd/keymaps/kidbrazil/rules.mk')
-rw-r--r--keyboards/crkbd/keymaps/kidbrazil/rules.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/crkbd/keymaps/kidbrazil/rules.mk b/keyboards/crkbd/keymaps/kidbrazil/rules.mk
new file mode 100644
index 0000000000..ad03b86bfc
--- /dev/null
+++ b/keyboards/crkbd/keymaps/kidbrazil/rules.mk
@@ -0,0 +1,17 @@
+CONSOLE_ENABLE = no # Console for debug
+COMMAND_ENABLE = no # Commands for debug and configuration
+MIDI_ENABLE = no # MIDI controls
+AUDIO_ENABLE = no # Audio output on port C6
+MOUSEKEY_ENABLE = no
+RGBLIGHT_ENABLE = no
+RGB_MATRIX_ENABLE = WS2812
+OLED_DRIVER_ENABLE = yes
+
+# If you want to change the display of OLED, you need to change here
+SRC += ./keyboards/crkbd/keymaps/kidbrazil/logo_reader.c \
+ #./lib/rgb_state_reader.c \
+ #./lib/logo_reader.c \
+ #./lib/keylogger.c \
+ # ./lib/mode_icon_reader.c \
+ # ./lib/host_led_state_reader.c \
+ # ./lib/timelogger.c \