mirror of
https://github.com/hyprwm/aquamarine.git
synced 2024-11-17 02:35:59 +01:00
9 lines
193 B
C++
9 lines
193 B
C++
|
#include <unordered_map>
|
||
|
#include <string>
|
||
|
|
||
|
#define __AQ_PNP_PROP(pnp, manu) {pnp, manu}
|
||
|
inline std::unordered_map<std::string, std::string> PNPIDS = {
|
||
|
@HWDATA_PNP_IDS@
|
||
|
};
|
||
|
#undef __AQ_PNP_PROP
|