mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-26 19:11:13 +00:00
- 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 |
||
---|---|---|
.. | ||
keymaps/default | ||
rev1 | ||
convolution.c | ||
info.json | ||
readme.md |
Convolution
A 65XT staggered keyboard made and sold by Keebio. More info at Keebio.
- Keyboard Maintainer: Bakingpy/nooges
- Hardware Availability: Keebio
Make example for this keyboard (after setting up your build environment):
make keebio/convolution/rev1:default
Example of flashing this keyboard:
make keebio/convolution/rev1:default:flash
See build environment setup then the make instructions for more information.
A build guide for this keyboard can be found here: Keebio Build Guides