Mech Keys - aesser11/home-lab GitHub Wiki
- install qmk msys QMK MSYS
- setup build env
qmk setup
- keymaps are stored in the
keyboards/
directory
qmk setup -H "C:/Users/USERNAME/Documents/GitHub/qmk_firmware"
qmk new-keymap -kb <keyboard_name>
qmk compile -kb <keyboard> -km <keymap>
default Ex:
qmk compile -kb <keyboard> -km default
gmmk pro with user defined config named aesser11
Ex:
qmk compile -kb gmmk/pro -km aesser11
qmk flash -kb <keyboard> -km <keymap>
- my keymap uses
fn
+r
- default gmmk pro keymap uses this method: Unplug your keyboard, hold down the
Spacebar
andB
at the same time, plug in your keyboard and wait a second before releasing the keys
- Hold down both
shift
keys and pressPause
- Hold down both
shift
keys and pressB
- Unplug your keyboard, hold down the top or bottom left key (usually
Escape
orLeft Control
) and plug in your keyboard - Press the physical
RESET
button, usually located on the underside of the PCB - Locate header pins on the PCB labeled
RESET
andGND
, and short them together while plugging your PCB in
- https://www.reddit.com/r/glorious/comments/nuvo9w/input_latency_gmmk_pro/
- https://www.pcgamingrace.com/pages/product-guides?guide=GMMK_PRO#How-To-Use
- https://www.reddit.com/r/glorious/comments/qidnto/the_best_way_to_fix_gmmk_pro_input_latency_with/