63d06655e6
* Split dmac_desc declaration and definition According to the official documentation[1] gcc 10 is more strict about correct extern usage. I've had to move the definition of dmac_desc and dmac_desc_wb from i2c_master.h to the corresponding .c file. This could be an issue if anyone includes the i2c_master.h file without liking with the object file. [1]: https://gcc.gnu.org/gcc-10/porting_to.html * Remove the keymap_config definition from keymaps The keymap_config def was conflicting with the one found in tmk_core/common/magic.c. Declaring it extern in magic.c breaks a bunch of keyboard that rely on that declaration (like the ergodox). Instead I've removed the one found in the keymap.c of the massdrop alt. The same change will have to be made to other keyboards. |
||
---|---|---|
.. | ||
keymaps | ||
alt.h | ||
config.h | ||
config_led.c | ||
config_led.h | ||
info.json | ||
matrix.c | ||
matrix.h | ||
readme.md | ||
rules.mk |
readme.md
ALT
The Massdrop ALT is a 65% 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. ALT 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 ALT Mechanical Keyboard
Make example for this keyboard (after setting up your build environment):
make massdrop/alt: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.