qmk_firmware/keyboards/dark/magnum_ergo_1
James Young 4d31c51725
Migrate `LOCKING_*_ENABLE` to Data-Driven: D, Part 1 (#23749)
Affects:

  - `dailycraft/owl8`
  - `dailycraft/sandbox/rev1`
  - `dailycraft/sandbox/rev2`
  - `dailycraft/stickey4`
  - `dailycraft/wings42/rev1`
  - `dailycraft/wings42/rev1_extkeys`
  - `dailycraft/wings42/rev2`
  - `daji/seis_cinco`
  - `dark/magnum_ergo_1`
  - `darkproject/kd83a_bfg_edition`
  - `darkproject/kd87a_bfg_edition`
  - `dc01/arrow`
  - `dc01/left`
  - `dc01/numpad`
  - `dc01/right`
  - `dcpedit/redherring`
  - `delikeeb/flatbread60`
  - `delikeeb/vaguettelite`
  - `delikeeb/vanana/rev1`
  - `delikeeb/vanana/rev2`
  - `delikeeb/vaneela`
  - `delikeeb/vaneelaex`
  - `delikeeb/waaffle/rev3/elite_c`
  - `delikeeb/waaffle/rev3/pro_micro`
  - `deltapad`
  - `deltasplit75/v2`
  - `dk60`
  - `dm9records/lain`
  - `dm9records/plaid`
  - `dm9records/tartan`
  - `dmqdesign/spin`
2024-05-20 20:31:42 +01:00
..
keymaps Add Magnum Ergo 1 by dark (#22139) 2023-11-28 23:46:15 -08:00
config.h Migrate `LOCKING_*_ENABLE` to Data-Driven: D, Part 1 (#23749) 2024-05-20 20:31:42 +01:00
halconf.h Add Magnum Ergo 1 by dark (#22139) 2023-11-28 23:46:15 -08:00
keyboard.json Migrate `LOCKING_*_ENABLE` to Data-Driven: D, Part 1 (#23749) 2024-05-20 20:31:42 +01:00
magnum_ergo_1.c Update GPIO API usage in keyboard code (#23361) 2024-05-03 15:21:29 +10:00
mcuconf.h Add Magnum Ergo 1 by dark (#22139) 2023-11-28 23:46:15 -08:00
readme.md Add Magnum Ergo 1 by dark (#22139) 2023-11-28 23:46:15 -08:00

readme.md

Gondolindrim X Dark Magnum Ergo 1 PCB QMK firmware

The Magnum Ergo 1 is an Alice-layout ergonomic keyboard designed by Dark, with a PCB designer by Gondolindrim.

  • Keyboard Maintainer: Gondolindrim
  • Hardware Supported: proprietary PCB using STM32F4x1C microcontroller;
  • Availability: as of november 2022 both keyboard and PCB were sold in a private Group Buy; therefore availability is limited.

How to flash

Enter bootloader

The DFU state in the bootloader can be accessed in 3 ways:

  • Bootmagic reset: Hold down the key at (0,0) in the matrix (usually the top left key, grave accent in the default keymap) and plug in the keyboard;
  • Physical reset button: press the button on the front of the PCB, next to caps lock, for at least five seconds;
  • Keycode in layout: Press the key mapped to QK_BOOT; in the default layout, that is top left key ('grave') in layer 1.

How to compile and flash

You can compile the Iron 165R2 default keymap by using the following:

make magnum_ergo_1:default

And use dfu-util in the command line or through a GUI like QMK toolbox to upload the firmware to the PCB. To directly flash the PCB after it is put into a DFU state, use:

make magnum_ergo_1:default:flash