Browse Source

[Keyboard] Quick fixes for the Mun to unblock customers (#14505)

pull/14494/merge
XScorpion2 2 years ago
committed by GitHub
parent
commit
0e34efd9a2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      keyboards/rgbkb/mun/keymaps/xulkal2/rules.mk
  2. +2
    -2
      keyboards/rgbkb/mun/rules.mk

+ 1
- 1
keyboards/rgbkb/mun/keymaps/xulkal2/rules.mk View File

@ -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

+ 2
- 2
keyboards/rgbkb/mun/rules.mk View File

@ -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

Loading…
Cancel
Save