diff options
author | Xelus22 <17491233+Xelus22@users.noreply.github.com> | 2021-12-15 05:53:36 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-14 10:53:36 -0800 |
commit | 58fbafeeabc21e1f850b0e4672b5f1e4a5359ce5 (patch) | |
tree | af8661826080d54361b5aa89508ec63f89a85603 /keyboards/xelus/la_plus/keymaps/default/config.h | |
parent | 99b35940bc4166eae3853c9e2fa94bd2be72742e (diff) | |
download | qmk_firmware-58fbafeeabc21e1f850b0e4672b5f1e4a5359ce5.tar.gz qmk_firmware-58fbafeeabc21e1f850b0e4672b5f1e4a5359ce5.zip |
[Keyboard] Add La+ (#15460)
Diffstat (limited to 'keyboards/xelus/la_plus/keymaps/default/config.h')
-rw-r--r-- | keyboards/xelus/la_plus/keymaps/default/config.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/xelus/la_plus/keymaps/default/config.h b/keyboards/xelus/la_plus/keymaps/default/config.h new file mode 100644 index 0000000000..393166c4f4 --- /dev/null +++ b/keyboards/xelus/la_plus/keymaps/default/config.h @@ -0,0 +1,21 @@ +/* Copyright 2021 Harrison Chan (Xelus) + * + * 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 USB_POLLING_INTERVAL_MS 1 +#define QMK_KEYS_PER_SCAN 4 + |