Some checks failed
Update API Data / api_data (push) Has been skipped
Update develop after master merge / develop_update (push) Has been skipped
CLI CI / test (push) Failing after 3m28s
Unit Tests / test (push) Failing after 3m20s
Lint Format / lint (push) Failing after 3m54s
Regenerate Files / regen (push) Failing after 3m53s
CI Builds / CI Build (default) (push) Has been cancelled
CI Builds / CI Build (via) (push) Has been cancelled
Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
8 lines
176 B
C
8 lines
176 B
C
// Copyright 2023 QMK
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
#pragma once
|
|
|
|
#define RGBLIGHT_MAX_LAYERS 3
|
|
#define ENCODER_MAP_KEY_DELAY 10
|
|
#define ENCODER_DEFAULT_POS 0x3
|