Joel Challis 0bd02952ea Remove `"command":false` from keyboards (#25193) 1 year ago
..
keymaps f3bae56808 Update keycodes for keyboards with RGB Matrix (#24484) 1 year ago
chconf.h 53100496c3 Add KB30 keyboard (#19395) 3 years ago
config.h 275e9de350 Remove pointless `RGB_MATRIX_LED_COUNT`s (#24133) 2 years ago
halconf.h 53100496c3 Add KB30 keyboard (#19395) 3 years ago
kb30.c e96d6d9bd4 Migrate RGB Matrix layout for two boards (#23963) 2 years ago
keyboard.json 0bd02952ea Remove `"command":false` from keyboards (#25193) 1 year ago
mcuconf.h 53100496c3 Add KB30 keyboard (#19395) 3 years ago
readme.md 9b36ec5351 DOIO KB30 Refactor (#21250) 3 years ago

readme.md

Megalodon DOIO 30% Designer Keyboard

A hotswappable 30-key macropad with 3 rotary encoders (2 are clickable), an OLED screen, and RGB lighting.

  • Keyboard Maintainer: DOIO2022
  • Hardware Supported: Megalodon DOIO 30% Designer Keyboard with STM32F103
  • Hardware Availability: KeebMonkey

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

make doio/kb30:default

Accessing Bootloader Mode and Flashing

To access Bootloader Mode, do one of the following:

  • Bootmagic reset: Hold the top left key of the keyboard while connecting the USB cable.
  • Physical reset button: Briefly press the button on the back of the PCB - some may have pads you must short instead.
  • Keycode in layout: Press the key mapped to QK_BOOT if it is available.

Flashing example for this keyboard:

make doio/kb30:default:flash

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