diff options
author | Danny <nooges@users.noreply.github.com> | 2018-09-06 15:49:13 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-09-06 12:49:13 -0700 |
commit | 7f7c278c3eef4739f2f0f99faa17f3467f8b534a (patch) | |
tree | 9bc4b68e62346939f0b0e86d7ce834ef53ea1bf9 /keyboards/quefrency/keymaps/default65/config.h | |
parent | e0c9f1d9b94f66f2cb8ddab0c041dbea24c87e0f (diff) |
Keyboard: Add support for Quefrency 65% right half (#3865)
* Add support for Quefrency 65% right half
* Add support for additional thumb key on Rev. 1.1 PCB
Diffstat (limited to 'keyboards/quefrency/keymaps/default65/config.h')
-rw-r--r-- | keyboards/quefrency/keymaps/default65/config.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/quefrency/keymaps/default65/config.h b/keyboards/quefrency/keymaps/default65/config.h new file mode 100644 index 0000000000..f9efe78c5b --- /dev/null +++ b/keyboards/quefrency/keymaps/default65/config.h @@ -0,0 +1,27 @@ +/* +This is the c configuration file for the keymap + +Copyright 2012 Jun Wako <wakojun@gmail.com> +Copyright 2015 Jack Humbert +Copyright 2018 Danny Nguyen <danny@keeb.io> + +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 + +/* Use I2C or Serial, not both */ + +#define USE_SERIAL +// #define USE_I2C |