From 67d10cbc7e074d441103363658845f4430c51fdd Mon Sep 17 00:00:00 2001 From: Duccio Date: Mon, 7 Feb 2022 20:28:20 +0100 Subject: [Keyboard] [eternal_keypad] Update product_id and add keymap (#16253) --- keyboards/eternal_keypad/keymaps/kyek/config.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 keyboards/eternal_keypad/keymaps/kyek/config.h (limited to 'keyboards/eternal_keypad/keymaps/kyek/config.h') diff --git a/keyboards/eternal_keypad/keymaps/kyek/config.h b/keyboards/eternal_keypad/keymaps/kyek/config.h new file mode 100644 index 0000000000..226b16e546 --- /dev/null +++ b/keyboards/eternal_keypad/keymaps/kyek/config.h @@ -0,0 +1,21 @@ +/* Copyright 2021 duckyb + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ +#pragma once + +#define ONESHOT_TIMEOUT 2000 +#define FORCE_NKRO +#define USB_POLLING_INTERVAL_MS 1 +#define QMK_KEYS_PER_SCAN 12 -- cgit v1.2.3