qmk_firmware/keyboards/mechboards/sofle/pro
Nick Brassel b2b6afffcb
Remove any instances of rules.mk which only enabled encoder map.
- Command executed:
  find keyboards -name rules.mk | while read f ; do if [ "$(cat $f | grep -v ENCODER_MAP_ENABLE | sed -e 's@#.*@@g')" = "" ]; then echo $f ; fi; done | while read f ; do git rm -rf $f ; done
2025-06-03 10:01:45 +10:00
..
keymaps/default Remove any instances of rules.mk which only enabled encoder map. 2025-06-03 10:01:45 +10:00
config.h Add Mechboards Sofle (#25004) 2025-03-11 02:42:33 -07:00
keyboard.json Remove duplication of RGB Matrix defaults (#25146) 2025-04-17 20:59:59 -06:00
post_rules.mk Add Mechboards Sofle (#25004) 2025-03-11 02:42:33 -07:00
pro.c Add Mechboards Sofle (#25004) 2025-03-11 02:42:33 -07:00
readme.md Add Mechboards Sofle (#25004) 2025-03-11 02:42:33 -07:00

Sofle Pro

A refreshed PCB with per key RGB, battery, power switch support.

Make example for this keyboard (after setting up your build environment):

qmk compile -kb mechboards/sofle/pro -km default

Flashing example for this keyboard:

qmk flash -kb mechboards/sofle/pro -km default

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.

Bootloader

Enter the bootloader in 3 ways:

  • Bootmagic reset: Hold down the top left key or the top right key depending on which side you're connecting to USB.
  • Physical reset button: Double press the button below the TRRS socket.
  • Keycode in layout: Press the key mapped to QK_BOOT if it is available