Skip to content

Commit

Permalink
[Keyboard] Quick fixes for the Mun to unblock customers (qmk#14505)
Browse files Browse the repository at this point in the history
  • Loading branch information
XScorpion2 authored and Billy Bryant committed Sep 29, 2021
1 parent 0f497f7 commit 6f126ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion keyboards/rgbkb/mun/keymaps/xulkal2/rules.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MOUSEKEY_ENABLE = yes # using for mouse wheel up and down, more granular than page up/down

OPT_DEFS += -DRGB_UNLIMITED_POWER
DEBOUNCE_TYPE = sym_eager_pk
#DEBOUNCE_TYPE = sym_eager_pk
4 changes: 2 additions & 2 deletions keyboards/rgbkb/mun/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ OPT = 3
OPT_DEFS += -DOLED_FONT_H=\"../common/glcdfont.c\"
OPT_DEFS += -Ikeyboards/rgbkb/common

# matrix optimisations
SRC += matrix.c
# matrix optimisations (broken, will fix later)
#SRC += matrix.c

DEFAULT_FOLDER = rgbkb/mun/rev1

0 comments on commit 6f126ac

Please sign in to comment.