mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-24 09:27:36 +06:00
8 lines
106 B
C
8 lines
106 B
C
|
#ifndef REV5_CONFIG_H
|
||
|
#define REV5_CONFIG_H
|
||
|
|
||
|
#include "config_common.h"
|
||
|
|
||
|
#define DEVICE_VER 0x0005
|
||
|
|
||
|
#endif
|