diff options
author | QMK Bot <hello@qmk.fm> | 2021-07-20 00:32:52 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-07-20 00:32:52 +0000 |
commit | a480520e4ec39d335b48b822ee95e6d1039c3782 (patch) | |
tree | da217d1b088f3aed1be1f917e3fd8701fcbacf1e /keyboards/idobo/keymaps/gkbd_orthon/config.h | |
parent | f9332747e324f4fd131c4251cbc4996c7e9eb0a3 (diff) | |
parent | 8bc8eadaf97e2b9d18d814074027e204abc0e335 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/idobo/keymaps/gkbd_orthon/config.h')
-rw-r--r-- | keyboards/idobo/keymaps/gkbd_orthon/config.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/idobo/keymaps/gkbd_orthon/config.h b/keyboards/idobo/keymaps/gkbd_orthon/config.h new file mode 100644 index 0000000000..e8fc39faad --- /dev/null +++ b/keyboards/idobo/keymaps/gkbd_orthon/config.h @@ -0,0 +1,20 @@ +/* Copyright 2021 Giorgi Chavchanidze + * + * 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 TAPPING_TERM 200 +#define IGNORE_MOD_TAP_INTERRUPT |