diff options
author | Dan <loksonarius@users.noreply.github.com> | 2019-03-01 11:28:46 -0500 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-03-01 08:28:46 -0800 |
commit | 41d8be7e75e68f41cdc890d7b9f99ba8d58990d4 (patch) | |
tree | 576dbd282e818207b0b914fd9377e83ae7e09c1d /keyboards/keebio/levinson/keymaps/dcompact/config.h | |
parent | a1de199aa9d86d0c325985825e07d5d769a5d786 (diff) |
[Keymap] DCompact Layout Updates pt. 3 (#5209)
* Fix whitespace and Markdown errors
* Add DCompact layout implementation for Levinson keyboard
* Rename README.md to readme.md
* Rename README.md to readme.md
* Rename README.md to readme.md
* Update keyboards/keebio/levinson/keymaps/dcompact/keymap.c
Co-Authored-By: loksonarius <loksonarius@users.noreply.github.com>
* Update keyboards/keebio/levinson/keymaps/dcompact/keymap.c
Co-Authored-By: loksonarius <loksonarius@users.noreply.github.com>
Diffstat (limited to 'keyboards/keebio/levinson/keymaps/dcompact/config.h')
-rw-r--r-- | keyboards/keebio/levinson/keymaps/dcompact/config.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/keyboards/keebio/levinson/keymaps/dcompact/config.h b/keyboards/keebio/levinson/keymaps/dcompact/config.h new file mode 100644 index 0000000000..be2d71e8f0 --- /dev/null +++ b/keyboards/keebio/levinson/keymaps/dcompact/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> + +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 + +/* Select hand configuration */ +// #define MASTER_RIGHT +// #define EE_HANDS |