1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
tmk_keyboard_custom/util.h

8 lines
82 B
C
Raw Normal View History

#ifndef UTIL_H
#define UTIL_H 1
#define XSTR(s) STR(s)
#define STR(s) #s
#endif