qmk_firmware/keyboards/keebio/convolution
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
rev1 Move VIA config to keymap level (#23754) 2024-05-21 13:25:28 +01:00
convolution.c Remove useless "ifdef KEYBOARD_*" (#20078) 2023-03-16 20:18:33 +11:00
info.json Remove "command":false from keyboards (#25193) 2025-04-24 10:28:13 +10:00
readme.md [Keyboard] Add Convolution Rev. 1 PCB (#19283) 2022-12-12 18:50:23 -08:00

Convolution

A 65XT staggered keyboard made and sold by Keebio. More info at 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