qmk_firmware/keyboards/doio/kb30
James Young 03f0d68342
Migrate LOCKING_*_ENABLE to Data-Driven: D, Part 2 (#23750)
Affects:

  - `do60`
  - `doio/kb30`
  - `donutcables/scrabblepad`
  - `doppelganger`
  - `doro67/rgb`
  - `dotmod/dymium65`
  - `draytronics/daisy`
  - `draytronics/elise`
  - `draytronics/elise_v2`
  - `drewkeys/iskar`
  - `drhigsby/bkf`
  - `drhigsby/dubba175`
  - `drhigsby/ogurec`
  - `drhigsby/packrat`
  - `dtisaac/cg108`
  - `dumbo`
  - `dz60`
  - `dztech/bocc`
  - `dztech/duo_s`
2024-05-20 20:34:57 +01:00
..
keymaps DOIO KB30 Refactor (#21250) 2023-06-15 13:18:56 +01:00
chconf.h Add KB30 keyboard (#19395) 2023-01-01 11:40:01 +11:00
config.h Migrate LOCKING_*_ENABLE to Data-Driven: D, Part 2 (#23750) 2024-05-20 20:34:57 +01:00
halconf.h Add KB30 keyboard (#19395) 2023-01-01 11:40:01 +11:00
kb30.c Move small macropad-ish layouts to data driven (#20341) 2023-04-05 15:46:59 +10:00
keyboard.json Migrate LOCKING_*_ENABLE to Data-Driven: D, Part 2 (#23750) 2024-05-20 20:34:57 +01:00
mcuconf.h Add KB30 keyboard (#19395) 2023-01-01 11:40:01 +11:00
readme.md DOIO KB30 Refactor (#21250) 2023-06-15 13:18:56 +01:00

Megalodon DOIO 30% Designer Keyboard

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.