diff options
author | Drew Smathers <drew.smathers@gmail.com> | 2019-09-17 10:24:15 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-09-17 10:24:15 -0700 |
commit | bb3569dce39ef43b78d3da06d832311d16cbbe5f (patch) | |
tree | 3be98b3b274bdec1c9b6bd8e5a1297968c18818a /keyboards/idobo/keymaps/drewdobo/config.h | |
parent | b364a40e60ae13c17cfaa49172e187ff7a25d5e7 (diff) | |
download | qmk_firmware-bb3569dce39ef43b78d3da06d832311d16cbbe5f.tar.gz |
[Keymap] idobo/drewdobo keymap v1 (#6744)
Diffstat (limited to 'keyboards/idobo/keymaps/drewdobo/config.h')
-rw-r--r-- | keyboards/idobo/keymaps/drewdobo/config.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/idobo/keymaps/drewdobo/config.h b/keyboards/idobo/keymaps/drewdobo/config.h new file mode 100644 index 000000000..58787ce12 --- /dev/null +++ b/keyboards/idobo/keymaps/drewdobo/config.h @@ -0,0 +1,23 @@ +/* Copyright 2017 Benjamin Kesselring + * + * 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 + + +// place overrides here + + +#define TAPPING_TOGGLE 5 |