mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-23 17:06:52 +06:00
8 lines
108 B
C
8 lines
108 B
C
|
#ifndef V2017_CONFIG_H
|
||
|
#define V2017_CONFIG_H
|
||
|
|
||
|
#include "config_common.h"
|
||
|
|
||
|
#define DEVICE_VER 0x2017
|
||
|
|
||
|
#endif
|