diff options
Diffstat (limited to 'keyboards/tada68/config.h')
-rwxr-xr-x | keyboards/tada68/config.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/keyboards/tada68/config.h b/keyboards/tada68/config.h index a8fa37a5b7..89ed8c3113 100755 --- a/keyboards/tada68/config.h +++ b/keyboards/tada68/config.h @@ -15,14 +15,13 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef CONFIG_H -#define CONFIG_H +#pragma once #include "config_common.h" /* USB Device descriptor parameter */ #define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x6060 +#define PRODUCT_ID 0x4C17 #define DEVICE_VER 0x0003 #define MANUFACTURER TADA #define PRODUCT TADA68 @@ -75,5 +74,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. //#define NO_ACTION_ONESHOT //#define NO_ACTION_MACRO //#define NO_ACTION_FUNCTION - -#endif |