diff options
author | Stephen Huan <stephen03.huan@gmail.com> | 2020-09-19 20:30:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-19 17:30:46 -0700 |
commit | 3abb60934886289725a18c7ea96b246e70f7af3a (patch) | |
tree | c8efb7f98888ac35d63fd5643738c024e6626c96 /keyboards/dm9records/plaid/keymaps/stephen-huan/config.h | |
parent | 6eab8a0b619b55ca612d9cf048d365b1ba442328 (diff) |
Add stephen-huan keymap and fix LED problem in the default Plaid keymap (#9306)
* change layers, add pinmode to fix LEDs
* fix LEDs by setting the pin mode
* edit README
* edit GPIO documentation, edit keymap
* add markov chain
* simplify LED logic
* undo documentation changes
* keymap changes, fix LED enum logic
Diffstat (limited to 'keyboards/dm9records/plaid/keymaps/stephen-huan/config.h')
-rw-r--r-- | keyboards/dm9records/plaid/keymaps/stephen-huan/config.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/dm9records/plaid/keymaps/stephen-huan/config.h b/keyboards/dm9records/plaid/keymaps/stephen-huan/config.h new file mode 100644 index 0000000000..5733b9e4b0 --- /dev/null +++ b/keyboards/dm9records/plaid/keymaps/stephen-huan/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 |