qmk-dactyl-manuform-a/keyboards/mode/eighty
Ryan 9dcd03b6ca
Set `BOOTLOADER = stm32-dfu` for all applicable STM32 boards (#12956)
* Set bootloader to stm32-dfu for STM32F303

* Set bootloader to stm32-dfu for STM32F0x2

* Set bootloader to stm32-dfu for STM32F4x1

* Set bootloader to stm32duino for sowbug

* Delete redundant bootloader_defs headers

* Add some missing MCU name comments

* Move APM32 dfu-suffix overrides underneath bootloader

* Remove redundant STM32_BOOTLOADER_ADDRESS defines/rules
2021-06-08 19:48:46 +10:00
..
m80h Set `BOOTLOADER = stm32-dfu` for all applicable STM32 boards (#12956) 2021-06-08 19:48:46 +10:00
m80s Set `BOOTLOADER = stm32-dfu` for all applicable STM32 boards (#12956) 2021-06-08 19:48:46 +10:00
chconf.h Fix up comments showing how to execute config migration. (#11621) 2021-01-20 02:19:36 +11:00
config.h Change PRODUCT_ID descriptors for M80S and M80H (#11371) 2020-12-31 12:58:59 +00:00
eighty.c
eighty.h
halconf.h Fix up comments showing how to execute config migration. (#11621) 2021-01-20 02:19:36 +11:00
mcuconf.h Fix up comments showing how to execute config migration. (#11621) 2021-01-20 02:19:36 +11:00
readme.md

readme.md

Mode Eighty

MODE80
Image Gallery

The Mode80 is a tenkeyless high-end keyboard sold by Mode Designs.

  • Keyboard Maintainer: Gondolindrim
  • Hardware Supported: proprietary PCB using STM32F072 controller
  • Hardware Availability: you can get a Mode Eighty as of today (dec. 2020) through the in stock sales or special groupbuy editions at https://shop.modedesigns.com/

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

make mode/eighty/m80h:default # Hotswap
make mode/eighty/m80s:default # Soldered

Flashing example for this keyboard:

make mode/eighty/m80h:default:flash # Hotswap
make mode/eighty/m80s:default:flash # Soldered

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