diff options
| author | Ben James <benjames1999@hotmail.co.uk> | 2017-08-19 20:00:16 +0100 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2017-08-20 20:57:22 -0400 |
| commit | e0d9cc945fa8359e013382c830a1edacdce5ce6c (patch) | |
| tree | c84dea8207f331601325bbb072b98d2aa0bc4bf4 | |
| parent | 7aa839915e8f6b49dff7ee86262c2fdaf7d9df3f (diff) | |
| download | qmk_firmware-e0d9cc945fa8359e013382c830a1edacdce5ce6c.tar.gz qmk_firmware-e0d9cc945fa8359e013382c830a1edacdce5ce6c.zip | |
Create config.h
| -rw-r--r-- | keyboards/satan/keymaps/ben_iso/config.h | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/keyboards/satan/keymaps/ben_iso/config.h b/keyboards/satan/keymaps/ben_iso/config.h new file mode 100644 index 000000000..84d55698c --- /dev/null +++ b/keyboards/satan/keymaps/ben_iso/config.h | |||
| @@ -0,0 +1,58 @@ | |||
| 1 | /* | ||
| 2 | Copyright 2012 Jun Wako <wakojun@gmail.com> | ||
| 3 | |||
| 4 | This program is free software: you can redistribute it and/or modify | ||
| 5 | it under the terms of the GNU General Public License as published by | ||
| 6 | the Free Software Foundation, either version 2 of the License, or | ||
| 7 | (at your option) any later version. | ||
| 8 | |||
| 9 | This program is distributed in the hope that it will be useful, | ||
| 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 12 | GNU General Public License for more details. | ||
| 13 | |||
| 14 | You should have received a copy of the GNU General Public License | ||
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 16 | */ | ||
| 17 | |||
| 18 | #ifndef CONFIG_H_BEN | ||
| 19 | #define CONFIG_H_BEN | ||
| 20 | |||
| 21 | #include "config_common.h" | ||
| 22 | #include "../../config.h" | ||
| 23 | |||
| 24 | /* USB Device descriptor parameter */ | ||
| 25 | #define VENDOR_ID 0xFEED | ||
| 26 | #define PRODUCT_ID 0x6060 | ||
| 27 | #define DEVICE_VER 0x0003 | ||
| 28 | #define MANUFACTURER SATAN | ||
| 29 | #define PRODUCT GH60 | ||
| 30 | #define DESCRIPTION QMK keyboard firmware for Satan GH60 with WS2812 support | ||
| 31 | |||
| 32 | /*MOUSE CONFIG OPTIONS */ | ||
| 33 | |||
| 34 | #define MOUSEKEY_INTERVAL 20 | ||
| 35 | #define MOUSEKEY_DELAY 0 | ||
| 36 | #define MOUSEKEY_TIME_TO_MAX 45 | ||
| 37 | #define MOUSEKEY_MAX_SPEED 3 | ||
| 38 | #define MOUSEKEY_WHEEL_DELAY 0 | ||
| 39 | |||
| 40 | /* | ||
| 41 | * Feature disable options | ||
| 42 | * These options are also useful to firmware size reduction. | ||
| 43 | */ | ||
| 44 | |||
| 45 | /* disable debug print */ | ||
| 46 | //#define NO_DEBUG | ||
| 47 | |||
| 48 | /* disable print */ | ||
| 49 | //#define NO_PRINT | ||
| 50 | |||
| 51 | /* disable action features */ | ||
| 52 | //#define NO_ACTION_LAYER | ||
| 53 | //#define NO_ACTION_TAPPING | ||
| 54 | //#define NO_ACTION_ONESHOT | ||
| 55 | //#define NO_ACTION_MACRO | ||
| 56 | //#define NO_ACTION_FUNCTION | ||
| 57 | |||
| 58 | #endif | ||
