My local repo of qmk firmware.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
qmk_firmware/keyboards/doio/kb30
Nick Brassel 416af0171c
Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353)
2 years ago
..
keymaps DOIO KB30 Refactor (#21250) 2 years ago
chconf.h
config.h Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303) 2 years ago
halconf.h
info.json DOIO KB30 Refactor (#21250) 2 years ago
kb30.c Move small macropad-ish layouts to data driven (#20341) 2 years ago
mcuconf.h
readme.md DOIO KB30 Refactor (#21250) 2 years ago
rules.mk Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353) 2 years ago

readme.md

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.