diff options
author | Brendan Wrafter <brendan@geteverwise.com> | 2019-05-07 01:33:41 -0400 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-05-06 22:33:41 -0700 |
commit | 7a751f114114bf3b78d5d8fc8bedf2b42b665dba (patch) | |
tree | 48ed913a695fcfca973619ab7a660879f68dfdc0 /keyboards/boardwalk/keymaps/brendanwr/config.h | |
parent | e83e3165559eba17a965541726b5c09112bab9d5 (diff) | |
download | qmk_firmware-7a751f114114bf3b78d5d8fc8bedf2b42b665dba.tar.gz qmk_firmware-7a751f114114bf3b78d5d8fc8bedf2b42b665dba.zip |
Add Boardwalk keymap (#5806)
* Add Boardwalk keyboard layout
* Remove backslashes
Diffstat (limited to 'keyboards/boardwalk/keymaps/brendanwr/config.h')
-rw-r--r-- | keyboards/boardwalk/keymaps/brendanwr/config.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/boardwalk/keymaps/brendanwr/config.h b/keyboards/boardwalk/keymaps/brendanwr/config.h new file mode 100644 index 0000000000..a2530241f4 --- /dev/null +++ b/keyboards/boardwalk/keymaps/brendanwr/config.h @@ -0,0 +1,16 @@ +/* + * 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 |