qmk_firmware/keyboards/kabedon/kabedon98e
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 Migrate LOCKING_*_ENABLE to Data-Driven: K, Part 1 (#23768) 2024-05-22 21:41:34 +01:00
halconf.h [Keyboard] Add kabedon98e (#13314) 2021-07-06 14:47:24 -07:00
keyboard.json Remove "command":false from keyboards (#25193) 2025-04-24 10:28:13 +10:00
mcuconf.h [Keyboard] Add kabedon98e (#13314) 2021-07-06 14:47:24 -07:00
readme.md [Keyboard] Add kabedon98e (#13314) 2021-07-06 14:47:24 -07:00

KabeDon 98e

KabeDon98e

A mechanical keyboard PCB similar to 980 layout, it has two encoders. This PCB uses kailh hot swap socket. Kabedon980 includes RGB underflow.

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

make kabedon/kabedon98e:default

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