diff options
author | Herpiko Dwi Aguno <herpiko@aguno.xyz> | 2020-06-30 06:32:59 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-29 16:32:59 -0700 |
commit | 6d6340a82b3ed61f5dd2a40dac78712d7bd736fd (patch) | |
tree | ec643d06acf6a4f0635c70d7b96e1397769ce040 /keyboards/handwired/unk/keymaps/default/config.h | |
parent | 67beec5e94eefade8d22be10a5308373ddb54118 (diff) | |
download | qmk_firmware-6d6340a82b3ed61f5dd2a40dac78712d7bd736fd.tar.gz |
[Keyboard] Add UNK keyboard. (#9571)
* Add UNK keyboard.
* Update keyboards/handwired/unk/info.json
* Use KC_NO to block out nonexistent matrix positions.
* Update keyboards/handwired/unk/readme.md
* Update keyboards/handwired/unk/keymaps/default/keymap.c
Diffstat (limited to 'keyboards/handwired/unk/keymaps/default/config.h')
-rw-r--r-- | keyboards/handwired/unk/keymaps/default/config.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/handwired/unk/keymaps/default/config.h b/keyboards/handwired/unk/keymaps/default/config.h new file mode 100644 index 000000000..3d2b4c7be --- /dev/null +++ b/keyboards/handwired/unk/keymaps/default/config.h @@ -0,0 +1,25 @@ +/* +Copyright 2020 Herpiko Dwi Aguno <herpiko@gmail.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 + +#define USE_SERIAL + +#define MASTER_LEFT +// #define MASTER_RIGHT +// #define EE_HANDS |