qmk-dactyl-manuform-a/keyboards/alt67
patrickmt 30680c6eb3 Massdrop keyboard support (#3780)
* Massdrop SAMD51

Massdrop SAMD51 keyboards initial project upload

* Removing relocated files

Removing files that were relocated and not deleted from previous location

* LED queue fix and cleaning

Cleaned some white space or comments.
Fix for LED I2C command queue.
Cleaned up interrupts.
Added debug function for printing numbers to scope through m15 line.

* Factory programmed serial usage

Ability to use factory programmed serial in hub and keyboard usb descriptors

* USB serial number and bugfix

Added support for factory programmed serial and usage.
Incorporated bootloader's conditional compiling to align project closer.
Fixed issue when USB device attempted to send before enabled.
General white space and comment cleanup.

* Project cleanup

Cleaned up project in terms of white space, commented code, and unecessary files.
NKRO keyboard is now using correct setreport although KBD was fine to use.
Fixed broken linkage to __xprintf for serial debug statements.

* Fix for extra keys

Fixed possible USB hang on extra keys report set missing

* I2C cleanup

I2C cleanup and file renames necessary for master branch merge

* Boot tracing and clocks cleanup

Added optional boot debug trace mode through debug LED codes.
General clock code cleanup.

* Relocate ARM/Atmel headers

Moved ARM/Atmel header folder from drivers to lib and made necessary makefile changes.

* Pull request changes

Pull request changes

* Keymap and compile flag fix

Keymap fix for momentary layer.
Potential compile flag fix for Travis CI failure.

* va_list include fix

Fix for va_list compile failure

* Include file case fixes

Fixes for include files with incorrect case

* ctrl and alt67 keyboard readme

Added ctrl and alt67 keyboard readme files
2018-08-29 15:07:52 -04:00
..
keymaps/default Massdrop keyboard support (#3780) 2018-08-29 15:07:52 -04:00
alt67.h Massdrop keyboard support (#3780) 2018-08-29 15:07:52 -04:00
config.h Massdrop keyboard support (#3780) 2018-08-29 15:07:52 -04:00
config_led.h Massdrop keyboard support (#3780) 2018-08-29 15:07:52 -04:00
led_programs.c Massdrop keyboard support (#3780) 2018-08-29 15:07:52 -04:00
matrix.c Massdrop keyboard support (#3780) 2018-08-29 15:07:52 -04:00
matrix.h Massdrop keyboard support (#3780) 2018-08-29 15:07:52 -04:00
readme.md Massdrop keyboard support (#3780) 2018-08-29 15:07:52 -04:00
rules.mk Massdrop keyboard support (#3780) 2018-08-29 15:07:52 -04:00

readme.md

ALT

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. ALT67 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 alt67:default

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