diff options
author | QMK Bot <hello@qmk.fm> | 2021-03-20 00:13:10 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-03-20 00:13:10 +0000 |
commit | 9d547a8443322afb2a4034168abd98e23397dbff (patch) | |
tree | 4f3aeca2b952d2dc92a8d74b72d284d8b50e1188 /keyboards/nckiibs/vanana/config.h | |
parent | c2dc3008b5fb87ad81de6c30f7923a95a3fcf4d7 (diff) | |
parent | 0ab88f534227f908ed7ab6f4e20f83a8a19b2423 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/nckiibs/vanana/config.h')
-rw-r--r-- | keyboards/nckiibs/vanana/config.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/nckiibs/vanana/config.h b/keyboards/nckiibs/vanana/config.h new file mode 100644 index 0000000000..3a5a888945 --- /dev/null +++ b/keyboards/nckiibs/vanana/config.h @@ -0,0 +1,24 @@ +/* +Copyright 2020 noclew + +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 + +#include "config_common.h" + +#define VENDOR_ID 0x9906 +#define PRODUCT_ID 0x0013 +#define MANUFACTURER dELIKEEb |