qmk_firmware/keyboards/mechwild/bde
James Young 199f01cc57
Migrate LOCKING_*_ENABLE to Data-Driven: M, Part 1 (#23772)
Affects:

  - `m10a`
  - `machine_industries/m4_a`
  - `magic_force/mf34`
  - `majistic`
  - `makenova/omega/omega4`
  - `makrosu`
  - `manta60`
  - `maple_computing/christmas_tree/v2017`
  - `maple_computing/ivy/rev1`
  - `maple_computing/launchpad/rev1`
  - `maple_computing/minidox/rev1`
  - `maple_computing/the_ruler`
  - `marksard/leftover30`
  - `marksard/treadstone48/rev1`
  - `marksard/treadstone48/rev2`
  - `masterworks/classy_tkl/rev_a`
  - `maxipad`
  - `maxr1998/phoebe`
  - `mc_76k`
  - `mechkeys/acr60`
  - `mechkeys/alu84`
  - `mechkeys/espectro`
  - `mechkeys/mechmini/v2`
  - `mechkeys/mk60`
  - `mechlovin/hannah910/rev1`
  - `mechlovin/hannah910/rev2`
  - `mechlovin/hannah910/rev3`
  - `mechlovin/jay60`
  - `mechlovin/tmkl`
  - `mechwild/bde/lefty`
  - `mechwild/bde/rev2`
  - `mechwild/bde/righty`
  - `mechwild/mercutio`
  - `mechwild/mokulua/mirrored`
  - `mechwild/mokulua/standard`
  - `mechwild/murphpad`
  - `mechwild/obe`
  - `mechwild/puckbuddy`
  - `meletrix/zoom98`
  - `melgeek/mj6xy/rev3`
  - `meme`
  - `meow65`
  - `mesa/mesa_tkl`
  - `meson`
  - `mikeneko65`
  - `millipad`
  - `mini_elixivy`
  - `mini_ten_key_plus`
  - `minimon/index_tab`
  - `mint60`
  - `misonoworks/karina`
  - `miuni32`
  - `mixi`
2024-05-22 21:49:15 +01:00
..
lefty Migrate LOCKING_*_ENABLE to Data-Driven: M, Part 1 (#23772) 2024-05-22 21:49:15 +01:00
lib [Keyboard] BDE Rev2 (#15877) 2022-03-04 10:10:32 -08:00
rev2 Migrate LOCKING_*_ENABLE to Data-Driven: M, Part 1 (#23772) 2024-05-22 21:49:15 +01:00
righty Migrate LOCKING_*_ENABLE to Data-Driven: M, Part 1 (#23772) 2024-05-22 21:49:15 +01:00
info.json Data-Driven Keyboard Conversions: M, Part 2 (#23601) 2024-04-27 03:17:40 +01:00
readme.md [Keyboard] mechwild/bde cleanup and refactor (#18149) 2022-08-28 10:16:20 -07:00
rules.mk [Keyboard] mechwild/bde cleanup and refactor (#18149) 2022-08-28 10:16:20 -07:00

BIG DILL EXTENDED

BIG DILL EXTENDED

A 42 key keyboard.

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

make mechwild/bde:default

Flashing example for this keyboard:

make mechwild/bde:default:flash

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

Bootloader

Enter the bootloader in 3 ways:

  • Bootmagic reset: Hold down the top left key and plug in the keyboard. This will also clear EEPROM, so it is a good first step if the keyboard is misbehaving.
  • Physical reset: Press the 6x6mm button on the underside of the keyboard. On Rev1, it is above the Pro Micro; on Rev2, it is below the OLED.
  • Keycode in layout: Press the key mapped to QK_BOOT. In the pre-supplied keymaps it is on the second layer, replacing the R key.

As a Pro Micro-compatible board, the BDE defines caterina as its bootloader by default. Many popular Pro Micro alternatives like the Elite-C, Bit-C, Sea-Micro, Puchi-C etc should be flashed with a different bootloader such as atmel-dfu.

If the incorrect bootloader is specified, bootmagic reset and the QK_BOOT keycode will not work.

To avoid this problem, set the correct bootloader in your custom keymap's rules.mk file before compiling, or flash using an appropriate target (e.g. make mechwild/bde:default:dfu). See flashing instructions and bootloader information for more details.