diff options
author | Danny <nooges@users.noreply.github.com> | 2019-02-08 16:20:38 -0500 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-02-08 13:20:38 -0800 |
commit | 941f8678a472823bb771ef918f60378d6193ecae (patch) | |
tree | 7474b10a16558b5722cfdcc1e4a25f67ebbf19f9 /keyboards/quefrency/keymaps/default65macro/config.h | |
parent | be3a59d0ff19ff3721e4d9f8a7c1d8f98202dc4e (diff) | |
download | qmk_firmware-941f8678a472823bb771ef918f60378d6193ecae.tar.gz |
Add support for Quefrency left half with 2x5 macro section (#5051)
Diffstat (limited to 'keyboards/quefrency/keymaps/default65macro/config.h')
-rw-r--r-- | keyboards/quefrency/keymaps/default65macro/config.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/quefrency/keymaps/default65macro/config.h b/keyboards/quefrency/keymaps/default65macro/config.h new file mode 100644 index 000000000..53bf8fb93 --- /dev/null +++ b/keyboards/quefrency/keymaps/default65macro/config.h @@ -0,0 +1,24 @@ +/* +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 + +// #define USE_I2C |