diff options
| author | XScorpion2 <rcalt2vt@gmail.com> | 2021-09-19 13:31:17 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-19 11:31:17 -0700 |
| commit | 0e34efd9a2dd401a7cd38f552f7247b8afcb65fc (patch) | |
| tree | ab6222cdbc49528e3f5cb9347049c3f8e6e511b5 | |
| parent | d9ca201f79dce27de667c638ed6404bd4d10146a (diff) | |
| download | qmk_firmware-0e34efd9a2dd401a7cd38f552f7247b8afcb65fc.tar.gz qmk_firmware-0e34efd9a2dd401a7cd38f552f7247b8afcb65fc.zip | |
[Keyboard] Quick fixes for the Mun to unblock customers (#14505)
| -rw-r--r-- | keyboards/rgbkb/mun/keymaps/xulkal2/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/rgbkb/mun/rules.mk | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/rgbkb/mun/keymaps/xulkal2/rules.mk b/keyboards/rgbkb/mun/keymaps/xulkal2/rules.mk index b62630516..e35ec125e 100644 --- a/keyboards/rgbkb/mun/keymaps/xulkal2/rules.mk +++ b/keyboards/rgbkb/mun/keymaps/xulkal2/rules.mk | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | MOUSEKEY_ENABLE = yes # using for mouse wheel up and down, more granular than page up/down | 1 | MOUSEKEY_ENABLE = yes # using for mouse wheel up and down, more granular than page up/down |
| 2 | 2 | ||
| 3 | OPT_DEFS += -DRGB_UNLIMITED_POWER | 3 | OPT_DEFS += -DRGB_UNLIMITED_POWER |
| 4 | DEBOUNCE_TYPE = sym_eager_pk \ No newline at end of file | 4 | #DEBOUNCE_TYPE = sym_eager_pk \ No newline at end of file |
diff --git a/keyboards/rgbkb/mun/rules.mk b/keyboards/rgbkb/mun/rules.mk index e81196f9e..145d9d4aa 100644 --- a/keyboards/rgbkb/mun/rules.mk +++ b/keyboards/rgbkb/mun/rules.mk | |||
| @@ -39,7 +39,7 @@ OPT = 3 | |||
| 39 | OPT_DEFS += -DOLED_FONT_H=\"../common/glcdfont.c\" | 39 | OPT_DEFS += -DOLED_FONT_H=\"../common/glcdfont.c\" |
| 40 | OPT_DEFS += -Ikeyboards/rgbkb/common | 40 | OPT_DEFS += -Ikeyboards/rgbkb/common |
| 41 | 41 | ||
| 42 | # matrix optimisations | 42 | # matrix optimisations (broken, will fix later) |
| 43 | SRC += matrix.c | 43 | #SRC += matrix.c |
| 44 | 44 | ||
| 45 | DEFAULT_FOLDER = rgbkb/mun/rev1 | 45 | DEFAULT_FOLDER = rgbkb/mun/rev1 |
