be45071b5f
* Add Moondrop Dash75 * Update config.h
13 lines
272 B
C
13 lines
272 B
C
// Copyright 2023 moondroplab (@moondroplab)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#ifndef SERIAL_NUMBER
|
|
# define SERIAL_NUMBER "Dash 75"
|
|
#endif
|
|
|
|
#define USB_SUSPEND_WAKEUP_DELAY 5000 // wait for USB hub to start
|
|
|
|
#define HOLD_ON_OTHER_KEY_PRESS
|