Skip to content

Commit

Permalink
feat(qmk): disable rgb matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Sep 18, 2024
1 parent 236b468 commit 3b6517d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions coban_pad9a/keymaps/haunt98/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ ENCODER_MAP_ENABLE = yes
# https://github.com/qmk/qmk_firmware/blob/master/docs/features/mouse_keys.md
MOUSEKEY_ENABLE = no

# https://github.com/qmk/qmk_firmware/blob/master/docs/features/rgb_matrix.md
RGB_MATRIX_ENABLE = no
3 changes: 0 additions & 3 deletions dztech_dz60rgb_wkl/keymaps/haunt98/rules.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Optimize
# https://github.com/qmk/qmk_firmware/blob/master/docs/features/mouse_keys.md
MOUSEKEY_ENABLE = no

# https://github.com/qmk/qmk_firmware/blob/master/docs/features/rgb_matrix.md
RGB_MATRIX_ENABLE = no
3 changes: 3 additions & 0 deletions users/haunt98/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ CONSOLE_ENABLE = no
COMMAND_ENABLE = no
EXTRAKEY_ENABLE = yes

# https://github.com/qmk/qmk_firmware/blob/master/docs/features/rgb_matrix.md
RGB_MATRIX_ENABLE = no

# Feature
# https://github.com/qmk/qmk_firmware/blob/master/docs/features/bootmagic.md
MAGIC_ENABLE = no
Expand Down

0 comments on commit 3b6517d

Please sign in to comment.