qmk-firmwares/keyboards/massdrop/alt
patrickmt 6e984a8b5e Update to arm_atsam wait and timer routines
Microsecond (us) delays are now handled by a busy wait loop according to MCU frequency. This replaces the system counter method which had an overhead of around 12us.
TC5 device and supporting routines removed as it was the old us delay counter.
wait_ms is now properly a macro to CLK_delay_ms.
wait_us is now properly a macro to CLK_delay_us.
Removed CLK_get_us as it has no use.
All calls to CLK_get_ms() have been replaced by timer_read64() with corrected typing.
All calls to CLK_delay_ms() have been replaced by wait_ms().
All calls to CLK_delay_us() have been replaced by wait_us() and timings verified or updated as needed after review on scope.
Corrected typing of variables using 64bit ms timer readings if needed.
2019-01-07 12:44:55 -08:00
..
keymaps Keymap: Added abishalom keymaps (#4495) 2018-11-27 09:22:49 -08:00
alt.h Massdrop keyboard updates for SEND_STRING, syscalls, stdio, debug prints, Auto Shift (#3973) 2018-09-28 21:32:15 -04:00
config.h Bringing Massdrop keyboard hardware configuration to keyboard level (#4593) 2018-12-10 11:28:06 -08:00
config_led.h Keyboard: Rename alt67 to alt (#3824) 2018-09-01 09:21:48 -07:00
info.json Keyboard: Rename alt67 to alt (#3824) 2018-09-01 09:21:48 -07:00
led_programs.c Keyboard: Rename alt67 to alt (#3824) 2018-09-01 09:21:48 -07:00
matrix.c Update to arm_atsam wait and timer routines 2019-01-07 12:44:55 -08:00
matrix.h Keyboard: Rename alt67 to alt (#3824) 2018-09-01 09:21:48 -07:00
readme.md Keyboard: Rename alt67 to alt (#3824) 2018-09-01 09:21:48 -07:00
rules.mk Massdrop keyboard updates for SEND_STRING, syscalls, stdio, debug prints, Auto Shift (#3973) 2018-09-28 21:32:15 -04:00

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. 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.