diff options
author | IanGC <ian.canino@gmail.com> | 2019-09-17 13:15:07 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-09-17 10:15:07 -0700 |
commit | 32b2486c6b894894d0782eb46cc2d97542c92ea2 (patch) | |
tree | 715bc8e35eb26f412b181ed5437d2cef4de573b1 /keyboards/plaid/keymaps/thehalfdeafchef/config.h | |
parent | 55432d0d91d68150de249d540c06f38239f175b4 (diff) | |
download | qmk_firmware-32b2486c6b894894d0782eb46cc2d97542c92ea2.tar.gz qmk_firmware-32b2486c6b894894d0782eb46cc2d97542c92ea2.zip |
[Keymap] Plaid Keymap for Programmers (#6706)
* map programmer qwerty
* clarify and fix typo
* finishing touches
* use qmk
s templates for readme
* update copyright notice
* remove unnecessary code
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* remove unnecessary code
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/plaid/keymaps/thehalfdeafchef/keymap.c
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* fix documentation
* reformat code
* Apply suggestions from code review
Co-Authored-By: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/plaid/keymaps/thehalfdeafchef/config.h')
-rw-r--r-- | keyboards/plaid/keymaps/thehalfdeafchef/config.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/plaid/keymaps/thehalfdeafchef/config.h b/keyboards/plaid/keymaps/thehalfdeafchef/config.h new file mode 100644 index 0000000000..4bcbc6f673 --- /dev/null +++ b/keyboards/plaid/keymaps/thehalfdeafchef/config.h @@ -0,0 +1,19 @@ +/* Copyright 2019 Ian Canino (ian@thecommittedbug.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 + +// place overrides here |