qmk_firmware/keyboards/mt/mt84
Ryan 5629ba1807
Remove legacy keycodes, part 4 (#18683)
* `KC_PGDOWN` -> `KC_PGDN`

* `KC_PSCREEN` -> `KC_PSCR`

* `KC_SCOLON` -> `KC_SCLN`

* `KC_BSLASH` -> `KC_BSLS`

* `KC_BSPACE` -> `KC_BSPC`
2022-10-13 18:28:14 +01:00
..
keymaps Remove legacy keycodes, part 4 (#18683) 2022-10-13 18:28:14 +01:00
config.h Change DRIVER_LED_COUNT to {LED,RGB}_MATRIX_LED_COUNT (#18399) 2022-09-23 22:46:23 +10:00
info.json Move keyboard USB IDs and strings to data driven: M (#17859) 2022-08-03 17:15:43 +10:00
mt84.c Change DRIVER_LED_COUNT to {LED,RGB}_MATRIX_LED_COUNT (#18399) 2022-09-23 22:46:23 +10:00
mt84.h move 麦田 boards into /mt (#16095) 2022-04-19 20:06:35 +10:00
readme.md move 麦田 boards into /mt (#16095) 2022-04-19 20:06:35 +10:00
rules.mk move 麦田 boards into /mt (#16095) 2022-04-19 20:06:35 +10:00

Mt84rgb

Mt84rgb

A 84% keyboard PCB made by MT. It supports standard 84-key layout, with hotswap sockets and per-key RGB backlight.

  • Keyboard Maintainer: MT
  • Hardware Supported: mt84rgb (atmega32u4)
  • Hardware Availability: 麦田外设

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

make mt/mt84:default

Flashing example for this keyboard:

make mt/mt84:default:flash

To put the board into bootloader mode, either press the reset button on the bottom the PCB or hold Space+B while plugging it in.

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