diff options
author | Commander1024 <47283778+Commander1024@users.noreply.github.com> | 2022-11-30 20:20:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-30 11:20:45 -0800 |
commit | 402d3d8a8648eb8d19d628dbced04bf414307595 (patch) | |
tree | b06a00607d06fb8af2cc5f0a2cfc786a3191c323 /keyboards/handwired/daskeyboard/daskeyboard4/config.h | |
parent | a5c2eea6c16696773796b3c1df678c9cf20900b1 (diff) |
[Keyboard] Daskeyboard4 (#18675)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/handwired/daskeyboard/daskeyboard4/config.h')
-rw-r--r-- | keyboards/handwired/daskeyboard/daskeyboard4/config.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/handwired/daskeyboard/daskeyboard4/config.h b/keyboards/handwired/daskeyboard/daskeyboard4/config.h new file mode 100644 index 0000000000..df121b6832 --- /dev/null +++ b/keyboards/handwired/daskeyboard/daskeyboard4/config.h @@ -0,0 +1,24 @@ +// Copyright 2022 Commander1024 (@Commander1024) +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +/* configure bootmagic lite trigger to ESC */ +#define BOOTMAGIC_LITE_ROW 5 +#define BOOTMAGIC_LITE_COLUMN 16 + +/* + * Feature disable options + * These options are also useful to firmware size reduction. + */ + +/* disable debug print */ +//#define NO_DEBUG + +/* disable print */ +//#define NO_PRINT + +/* disable action features */ +//#define NO_ACTION_LAYER +//#define NO_ACTION_TAPPING +//#define NO_ACTION_ONESHOT |