qmk/common/config.h

44 lines
900 B
C
Raw Permalink Normal View History

2024-09-22 17:58:29 +02:00
/**
* SPDX-FileCopyrightText: 2024 Christoph Cullmann <christoph@cullmann.io>
* SPDX-License-Identifier: GPL-2.0-or-later
*/
2023-08-12 22:02:23 +02:00
#pragma once
// no more than 8 layers
#define LAYER_STATE_8BIT
// we don't have any lock switches
#undef LOCKING_SUPPORT_ENABLE
#undef LOCKING_RESYNC_ENABLE
// deactivate more features
#define NO_ACTION_MACRO
#define NO_ACTION_FUNCTION
2023-10-08 18:46:26 +02:00
#define NO_MUSIC_MODE
2023-08-12 22:02:23 +02:00
// enable NKRO by default
#define FORCE_NKRO
// Reduce input latency by lowering the USB polling interval
// from its 10ms default to the 1ms minimum that USB 1.x (Full Speed) allows:
#define USB_POLLING_INTERVAL_MS 1
// home row mods
#define CHORDAL_HOLD
#define PERMISSIVE_HOLD
2024-11-20 22:08:00 +01:00
#define TAPPING_TERM 250
2024-11-04 10:45:21 +01:00
// no auto repeat stuff
#define QUICK_TAP_TERM 0
//
// underglow configuration
//
// no lights if we sleep
#define RGBLIGHT_SLEEP
// the modes we do use for lights
#define RGBLIGHT_EFFECT_BREATHING