diff options
author | noclew <noclew@users.noreply.github.com> | 2021-05-12 20:19:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-12 17:19:48 -0700 |
commit | d200e3de8ebba08e374b53063638575e04bff543 (patch) | |
tree | 66d451fad3c08cf8e9917c5f682364c737fd79c2 /keyboards/delikeeb/waaffle/config.h | |
parent | 49bc835aa9046806e4e4374e4ad6518d894e358e (diff) |
[Keyboard] updated a vendor name / fixed minor keymap issues (#12881)
Diffstat (limited to 'keyboards/delikeeb/waaffle/config.h')
-rw-r--r-- | keyboards/delikeeb/waaffle/config.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/delikeeb/waaffle/config.h b/keyboards/delikeeb/waaffle/config.h new file mode 100644 index 0000000000..1b02e32c6d --- /dev/null +++ b/keyboards/delikeeb/waaffle/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 0x0012 +#define MANUFACTURER dELIKEEb |