diff options
author | brickbots <rich@brickbots.com> | 2019-06-11 15:56:06 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-06-11 15:56:06 -0700 |
commit | 5343eaf89a1fb4e4f5a88ace3dee9cfa1354deeb (patch) | |
tree | 5703db1b11d4dcda0f991998017e99ebfc9de4ab /keyboards/plaid/keymaps/brickbots/config.h | |
parent | e6a81133dd3d0d4076a08be76340f905fdbf7c7f (diff) |
[Keymap] Adding personal keymap / clarifying default keymap readme (#6119)
* Adding led support for Plaid
* Adding led support for Plaid
* Update readme.md
Fixing bad markdown
* Adding my personal keymap
* Clarifying LED instructions / formatting
Diffstat (limited to 'keyboards/plaid/keymaps/brickbots/config.h')
-rw-r--r-- | keyboards/plaid/keymaps/brickbots/config.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/plaid/keymaps/brickbots/config.h b/keyboards/plaid/keymaps/brickbots/config.h new file mode 100644 index 0000000000..5733b9e4b0 --- /dev/null +++ b/keyboards/plaid/keymaps/brickbots/config.h @@ -0,0 +1,19 @@ +/* Copyright 2019 Takuya Urakawa (dm9records.com) + * + * 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 |