qmk_firmware/keyboards/wekey/we27
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
keyboard.json Remove empty url fields (#25181) 2025-04-22 17:59:00 +01:00
readme.md
rgb_matrix_kb.inc Rename RGB/HSV structs: keyboard-level code (#24476) 2024-10-12 19:00:56 +01:00
rules.mk Migrate build target markers to keyboard.json - W (#23511) 2024-04-13 06:31:34 +01:00
we27.c Remove encoder in-matrix workaround code (#20389) 2023-06-19 09:46:27 -06:00

we27

we27

A customizable 20% hot-swap, RGB numpad and encoder.

  • Keyboard Maintainer: @wekey
  • Hardware Supported: WE27 PCB rev1
  • Hardware Availability: custom pcb group buys

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

make wekey/we27:default

Flashing example for this keyboard:

make wekey/we27:default:flash

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