wrapper.h 186 B

12345678
  1. #pragma once
  2. #if (!defined(LAYOUT) && defined(KEYMAP))
  3. # define LAYOUT KEYMAP
  4. #endif
  5. #define KEYMAP_wrapper(...) LAYOUT(__VA_ARGS__)
  6. #define LAYOUT_wrapper(...) LAYOUT(__VA_ARGS__)