qmk_firmware/keyboards/massdrop/ctrl
Ryan c6f1b594a2
Remove legacy keycodes, part 2 (#18660)
* `KC_SYSREQ` -> `KC_SYRQ`

And one `KC_ALT_ERASE` -> `KC_ERAS`

* `KC_NONUS_BSLASH` -> `KC_NUBS`

* `KC_NUMLOCK` -> `KC_NUM`

* `KC_CLCK` -> `KC_CAPS`

* `KC_SCROLLLOCK` -> `KC_SCRL`

* `KC_LBRACKET` -> `KC_LBRC`

* `KC_RBRACKET` -> `KC_RBRC`

* `KC_CAPSLOCK` -> `KC_CAPS`
2022-10-10 20:06:26 +01:00
..
keymaps Remove legacy keycodes, part 2 (#18660) 2022-10-10 20:06:26 +01:00
config.h Switch over MANUFACTURER and PRODUCT to string literals (#18183) 2022-08-28 09:59:40 -07:00
config_led.c Fix Per Key LED Indicator Callbacks (#18450) 2022-10-04 15:24:22 -07:00
config_led.h Change DRIVER_LED_COUNT to {LED,RGB}_MATRIX_LED_COUNT (#18399) 2022-09-23 22:46:23 +10:00
ctrl.c [Keyboard] Fix matrix delay on Drop boards (#13671) 2021-07-23 23:36:39 +01:00
ctrl.h Initial USB2422 driver (#14835) 2021-10-22 00:49:58 +01:00
DOCUMENTATION.md
info.json Switch over MANUFACTURER and PRODUCT to string literals (#18183) 2022-08-28 09:59:40 -07:00
readme.md
rules.mk Refactor bootloader_jump() implementations (#15450) 2021-12-27 21:10:07 +11:00

CTRL

CTRL

The Massdrop CTRL is a TKL mechanical keyboard featuring dual USB-C connectors, an integrated Hi-Speed USB 2.0 hub, and fully customizable RGB backlighting and underlighting.

Keyboard Maintainer: Massdrop
Hardware Supported: Massdrop, Inc. CTRL PCBs utilizing Microchip's ATSAMD51J18A MCU and USB2422 2-Port USB 2.0 Hi-Speed Hub Controller, and ISSI's IS31FL3733 LED Drivers.
Hardware Availability: Massdrop CTRL Mechanical Keyboard

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

make massdrop/ctrl:default

For information on flashing this keyboard, visit the following links:

Massdrop Loader Releases
Massdrop Loader Repository and Instructions

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