diff options
Diffstat (limited to 'keyboards/dekunukem/duckypad/keymaps/default/config.h')
| -rw-r--r-- | keyboards/dekunukem/duckypad/keymaps/default/config.h | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/keyboards/dekunukem/duckypad/keymaps/default/config.h b/keyboards/dekunukem/duckypad/keymaps/default/config.h new file mode 100644 index 000000000..9d26b7116 --- /dev/null +++ b/keyboards/dekunukem/duckypad/keymaps/default/config.h | |||
| @@ -0,0 +1,59 @@ | |||
| 1 | /* | ||
| 2 | |||
| 3 | Default Keymap Config for dekuNukem/duckyPad QMK firmware | ||
| 4 | |||
| 5 | Copyright (C) 2020 Max Bridgland | ||
| 6 | |||
| 7 | This program is free software: you can redistribute it and/or modify | ||
| 8 | it under the terms of the GNU General Public License as published by | ||
| 9 | the Free Software Foundation, either version 3 of the License, or | ||
| 10 | (at your option) any later version. | ||
| 11 | |||
| 12 | This program is distributed in the hope that it will be useful, | ||
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 15 | GNU General Public License for more details. | ||
| 16 | |||
| 17 | You should have received a copy of the GNU General Public License | ||
| 18 | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 19 | */ | ||
| 20 | |||
| 21 | #pragma once | ||
| 22 | |||
| 23 | #define NO_ACTION_FUNCTION | ||
| 24 | #define NO_ACTION_ONESHOT | ||
| 25 | |||
| 26 | #define OLED_TIMEOUT 90000 | ||
| 27 | #define RGB_DISABLE_TIMEOUT 90000 | ||
| 28 | |||
| 29 | #define MT_0_0 " 1 " | ||
| 30 | #define MT_0_1 " 2 " | ||
| 31 | #define MT_0_2 " 3 " | ||
| 32 | #define MT_0_3 " 4 " | ||
| 33 | #define MT_0_4 " 5 " | ||
| 34 | #define MT_0_5 " 6 " | ||
| 35 | #define MT_0_6 " 7 " | ||
| 36 | #define MT_0_7 " 8 " | ||
| 37 | #define MT_0_8 " 9 " | ||
| 38 | #define MT_0_9 " . " | ||
| 39 | #define MT_0_10 " 0 " | ||
| 40 | #define MT_0_11 " = " | ||
| 41 | #define MT_0_12 " - " | ||
| 42 | #define MT_0_13 " + " | ||
| 43 | #define MT_0_14 " enter" | ||
| 44 | |||
| 45 | #define MT_1_0 " stat " | ||
| 46 | #define MT_1_1 " brth " | ||
| 47 | #define MT_1_2 " rbow " | ||
| 48 | #define MT_1_3 " swrl " | ||
| 49 | #define MT_1_4 " spd- " | ||
| 50 | #define MT_1_5 " spd+ " | ||
| 51 | #define MT_1_6 " eff- " | ||
| 52 | #define MT_1_7 " sat- " | ||
| 53 | #define MT_1_8 " sat+ " | ||
| 54 | #define MT_1_9 " eff+ " | ||
| 55 | #define MT_1_10 " hue- " | ||
| 56 | #define MT_1_11 " hue+ " | ||
| 57 | #define MT_1_12 " powr " | ||
| 58 | #define MT_1_13 " bri- " | ||
| 59 | #define MT_1_14 " bri+ " | ||
