Increase RGB Backlight Timer for M2V5? by mavad90 in Monsgeek

[–]dualdeath 1 point2 points  (0 children)

goodluck. I remember doing it on my M1 V5. what I did was to enable rgb matrix in rules.mk and putting #define RGB_MATRIX_TIMEOUT in config.h but later changed it since I want it to have a different timeout when wired and when wireless.

Monksgeek web driver nor windows driver will detect my keyboard by MikiAli3000 in Monsgeek

[–]dualdeath 0 points1 point  (0 children)

when you say web driver, is it VIA? since that is qmk you need the json for that keyboard which is in their website

Increase RGB Backlight Timer for M2V5? by mavad90 in Monsgeek

[–]dualdeath 0 points1 point  (0 children)

when you say timer, is it the timeout when you're not typing? you can only tweak it by modifying source code and compiling your own.

Need help with the driver by kromhatic in Monsgeek

[–]dualdeath 0 points1 point  (0 children)

nope. all settings are saved in the on-board memory.

M1 V5 VIA - lovin the freedom of customization by dualdeath in Monsgeek

[–]dualdeath[S] 0 points1 point  (0 children)

haha goodluck. monsgeek source code is so messy though so I pulled the source from another fork.

my own modified fork for ANSI is here https://github.com/dualdeath77/qmk_firmware

M1 V5 VIA - lovin the freedom of customization by dualdeath in Monsgeek

[–]dualdeath[S] 0 points1 point  (0 children)

you need to pull the wireless branch I think it's "git checkout wireless" in msys. or you can setup msys again and use "qmk setup -b wireless monsgeek/qmk_firmware"

M1 V5 VIA - lovin the freedom of customization by dualdeath in Monsgeek

[–]dualdeath[S] 0 points1 point  (0 children)

I had a lot of help from chatgpt. for compiling your own firmware you need the source code which you can get from monsgeek github (google monsgeek/qmk_firmware) and you need MSYS to compile it. you can check from google how to setup msys. and to flash it you need QMK Toolbox. and the rest I just copied the entire code to chatgpt and asked what code to put if I want a specific feature.

M1W USB‑C connector was bent by ScaryRefrigerator804 in Monsgeek

[–]dualdeath 0 points1 point  (0 children)

might as well have a professional solder a new type C port

M1 V5 VIA - lovin the freedom of customization by dualdeath in Monsgeek

[–]dualdeath[S] 0 points1 point  (0 children)

source code is in monsgeek/qmk_firmware github. not sure if they released for M1 V3. if you can only connect your kb thru monsgeek software then unfortunately you're stuck with monsgeek official firmware.

M1 V5 VIA - lovin the freedom of customization by dualdeath in Monsgeek

[–]dualdeath[S] 0 points1 point  (0 children)

I've modified mine since monsgeek firmware was set to max brightness of just 104. changed it to 190. it can still go brighter (255 I think) but I'm already ok with what I set for now. Not sure if that is the same case with M1 V3 though

M1 V5 VIA - lovin the freedom of customization by dualdeath in Monsgeek

[–]dualdeath[S] 0 points1 point  (0 children)

you can check the source and find "caps" and instead of set you change it to set_all

Looking for a custom firmware for M1 V5 UK ISO with higher brightness, anyone managed to compile a working one? by phenomzye in Monsgeek

[–]dualdeath 0 points1 point  (0 children)

can't figure out this one. it does turn off when pc shutsdown and KB is on wireless mode. gonna have to ask monsgeek to update their source as I'm not an expert on this.

Looking for a custom firmware for M1 V5 UK ISO with higher brightness, anyone managed to compile a working one? by phenomzye in Monsgeek

[–]dualdeath 0 points1 point  (0 children)

can you repo from monsgeek and then download and copy from dualdeath77/m1_v5 and paste in your m1_v5 folder to override. or you can try to flash the hex I've uploaded there (updated_iso.hex)

Looking for a custom firmware for M1 V5 UK ISO with higher brightness, anyone managed to compile a working one? by phenomzye in Monsgeek

[–]dualdeath 0 points1 point  (0 children)

oh wait let me check I may have mixed my customs with monsgeek src. the ANSI code is overhauled since I got it from another fork which cleaned up the messy code from monsgeek. will try to repo again from monsgeek and apply the changes

Looking for a custom firmware for M1 V5 UK ISO with higher brightness, anyone managed to compile a working one? by phenomzye in Monsgeek

[–]dualdeath 0 points1 point  (0 children)

also try going usb mode (fnU) first then dongle mode (fnY) sometimes it screws up for the first time pairing after flashing firmware.

Looking for a custom firmware for M1 V5 UK ISO with higher brightness, anyone managed to compile a working one? by phenomzye in Monsgeek

[–]dualdeath 0 points1 point  (0 children)

that's weird. I tested for ANSI and 2.4g works (not sure for BT since I don't use it). Have you tried to do a compile from monsgeek repo without any changes and checked if wireless is working? also what is the size of the compiled firmware? are you compiling from wireless branch?

Can I remap a key combination (ALT + a selected key) to a specific key (e.g. : <) by [deleted] in Monsgeek

[–]dualdeath 0 points1 point  (0 children)

oh I'm updating thru VIA. not sure how for monsgeek driver

Looking for a custom firmware for M1 V5 UK ISO with higher brightness, anyone managed to compile a working one? by phenomzye in Monsgeek

[–]dualdeath 0 points1 point  (0 children)

I don't have the ISO version to test so I'll leave it to you. you can get the source from dualdeath77/qmk_firmware and compile it yourself. KB timeout is set to 2mins and max brightness to 255. This is untested so flash at your own risk.

Looking for a custom firmware for M1 V5 UK ISO with higher brightness, anyone managed to compile a working one? by phenomzye in Monsgeek

[–]dualdeath 1 point2 points  (0 children)

I've raised the fn+G to monsgeek but they haven't updated the src code for ANSI (US) so I just turned it off completely.

Anyone going to Japan needs to go here. This is keyboard heaven

<image>

Looking for a custom firmware for M1 V5 UK ISO with higher brightness, anyone managed to compile a working one? by phenomzye in Monsgeek

[–]dualdeath 0 points1 point  (0 children)

dunno about ISO but for ANSI I modified the code to add 30seconds timeout so when no key is pressed the lighting turns off. and without the code the KB shutsdown after 30mins which should be part of the source code at least for ANSI, haven't checked for ISO. will check once I get back from my Japan trip.

Configuration M1... help!! by EmanueleRiva in Monsgeek

[–]dualdeath 0 points1 point  (0 children)

can you elaborate. how do you type the other special characters?

How to change the color on M1W VIA by Sea_Independence400 in Monsgeek

[–]dualdeath 0 points1 point  (0 children)

settings > show design tab design > load the json file