diff options
author | Roger <rogthefrog@users.noreply.github.com> | 2021-01-10 21:49:19 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-10 21:49:19 -0800 |
commit | 466424c3c2952f4d102036b8e250b417dd8d9b98 (patch) | |
tree | 2ae8696b722b5b7b41b62eeb554956874caacaf4 /keyboards/keebio/quefrency/keymaps/rogthefrog/config.h | |
parent | efbaf68d5ace3a8f574cc1e3ae375a9f1d7fd0ba (diff) |
[Keymap] Quefrency layout for rogthefrog (#11140)
* noop; indent and comment cleanup
* config for rogthefrog layout
* removed encoder function as there is no encoder on this pcb
* removed unnecessary declaration
* replaced individual constants with an enum for extensibility
* removed unused enum
* Added GPL license language
* added copyright for my changes, per GPL
* noop; removed unneeded line continuations; fixed indentation
Diffstat (limited to 'keyboards/keebio/quefrency/keymaps/rogthefrog/config.h')
-rw-r--r-- | keyboards/keebio/quefrency/keymaps/rogthefrog/config.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/keyboards/keebio/quefrency/keymaps/rogthefrog/config.h b/keyboards/keebio/quefrency/keymaps/rogthefrog/config.h new file mode 100644 index 0000000000..583a363b91 --- /dev/null +++ b/keyboards/keebio/quefrency/keymaps/rogthefrog/config.h @@ -0,0 +1,28 @@ +/* +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> +Copyright 2020 Roger Billerey-Mosier + +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 |