2022-05-11 04:12:47 -07:00
|
|
|
// Copyright 2020 Pierre Chevalier <pierrechevalier83@gmail.com>
|
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
// Good defaults for home row modifiers
|
|
|
|
#define TAPPING_TERM 230
|
|
|
|
|
2023-04-02 01:28:00 -07:00
|
|
|
// Handle master/slave detection on low cost Promicro
|
|
|
|
#ifdef __AVR__
|
|
|
|
# define SPLIT_USB_DETECT
|
|
|
|
#endif
|