diff options
Diffstat (limited to 'keyboards/bpiphany/kitten_paw/config.h')
| -rw-r--r-- | keyboards/bpiphany/kitten_paw/config.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/bpiphany/kitten_paw/config.h b/keyboards/bpiphany/kitten_paw/config.h index d7089734a..5ecf6d8dd 100644 --- a/keyboards/bpiphany/kitten_paw/config.h +++ b/keyboards/bpiphany/kitten_paw/config.h | |||
| @@ -20,7 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 20 | 20 | ||
| 21 | #include "config_common.h" | 21 | #include "config_common.h" |
| 22 | 22 | ||
| 23 | |||
| 24 | /* USB Device descriptor parameter */ | 23 | /* USB Device descriptor parameter */ |
| 25 | #define VENDOR_ID 0xFEED | 24 | #define VENDOR_ID 0xFEED |
| 26 | #define PRODUCT_ID 0x6050 | 25 | #define PRODUCT_ID 0x6050 |
| @@ -53,7 +52,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 53 | // #define BACKLIGHT_BREATHING | 52 | // #define BACKLIGHT_BREATHING |
| 54 | // #define BACKLIGHT_LEVELS 3 | 53 | // #define BACKLIGHT_LEVELS 3 |
| 55 | 54 | ||
| 56 | |||
| 57 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 55 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
| 58 | #define DEBOUNCING_DELAY 5 | 56 | #define DEBOUNCING_DELAY 5 |
| 59 | 57 | ||
| @@ -100,11 +98,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 100 | * | 98 | * |
| 101 | */ | 99 | */ |
| 102 | 100 | ||
| 103 | /* key combination for magic key command */ | ||
| 104 | #define IS_COMMAND() ( \ | ||
| 105 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
| 106 | ) | ||
| 107 | |||
| 108 | /* control how magic key switches layers */ | 101 | /* control how magic key switches layers */ |
| 109 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | 102 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true |
| 110 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | 103 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true |
