diff options
author | Duccio <ducciobreschi@gmail.com> | 2022-02-07 20:28:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-07 11:28:20 -0800 |
commit | 67d10cbc7e074d441103363658845f4430c51fdd (patch) | |
tree | 4f8da66d2528b109c15c2fe3b0d262f02765e743 /keyboards/eternal_keypad/keymaps/kyek/config.h | |
parent | 3ca19fa9339e9a65ba9eb8d02f8a851ff5d0a20a (diff) |
[Keyboard] [eternal_keypad] Update product_id and add keymap (#16253)
Diffstat (limited to 'keyboards/eternal_keypad/keymaps/kyek/config.h')
-rw-r--r-- | keyboards/eternal_keypad/keymaps/kyek/config.h | 21 |
1 files changed, 21 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. + */ +#pragma once + +#define ONESHOT_TIMEOUT 2000 +#define FORCE_NKRO +#define USB_POLLING_INTERVAL_MS 1 +#define QMK_KEYS_PER_SCAN 12 |