diff options
Diffstat (limited to 'keyboards/lily58/keymaps/druotoni/config.h')
| -rw-r--r-- | keyboards/lily58/keymaps/druotoni/config.h | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/keyboards/lily58/keymaps/druotoni/config.h b/keyboards/lily58/keymaps/druotoni/config.h new file mode 100644 index 000000000..37124fcaa --- /dev/null +++ b/keyboards/lily58/keymaps/druotoni/config.h | |||
| @@ -0,0 +1,55 @@ | |||
| 1 | // Copyright 2021 Nicolas Druoton (druotoni) | ||
| 2 | // Copyright 2012 Jun Wako <wakojun@gmail.com> | ||
| 3 | // Copyright 2015 Jack Humbert | ||
| 4 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 5 | |||
| 6 | #pragma once | ||
| 7 | |||
| 8 | #define MASTER_LEFT | ||
| 9 | #define OLED_DRIVER_ENABLE | ||
| 10 | |||
| 11 | // tapping toggle for my layers | ||
| 12 | #define TAPPING_TOGGLE 2 | ||
| 13 | |||
| 14 | // choose IS_LEFT or IS_RIGHT for compilation and flash firmware | ||
| 15 | #define IS_LEFT 1 | ||
| 16 | //#define IS_RIGHT 1 | ||
| 17 | |||
| 18 | // logo glitch | ||
| 19 | #define WITH_GLITCH | ||
| 20 | // boot sequence | ||
| 21 | #define WITH_BOOT | ||
| 22 | |||
| 23 | // custom transport for displaying on both side | ||
| 24 | #define SPLIT_TRANSACTION_IDS_USER USER_SYNC_A | ||
| 25 | |||
| 26 | // custom font | ||
| 27 | #ifdef OLED_FONT_H | ||
| 28 | # undef OLED_FONT_H | ||
| 29 | #endif | ||
| 30 | #define OLED_FONT_H "navi_font.c" | ||
| 31 | #undef OLED_FONT_END | ||
| 32 | #define OLED_FONT_END 125 | ||
| 33 | |||
| 34 | // more space | ||
| 35 | #define NO_ACTION_MACRO | ||
| 36 | #define NO_ACTION_FUNCTION | ||
| 37 | #define NO_ACTION_ONESHOT | ||
| 38 | #define DISABLE_LEADER | ||
| 39 | |||
| 40 | // ??? | ||
| 41 | #undef LOCKING_SUPPORT_ENABLE | ||
| 42 | #undef LOCKING_RESYNC_ENABLE | ||
| 43 | |||
| 44 | // small layer state | ||
| 45 | #define LAYER_STATE_8BIT | ||
| 46 | |||
| 47 | // no debug or trace | ||
| 48 | #ifndef NO_DEBUG | ||
| 49 | # define NO_DEBUG | ||
| 50 | #endif | ||
| 51 | #if !defined(NO_PRINT) && !defined(CONSOLE_ENABLE) | ||
| 52 | # define NO_PRINT | ||
| 53 | #endif | ||
| 54 | |||
| 55 | |||
