bigswitchseat.h 174 B

123456789101112
  1. // Copyright 2021 Danny Nguyen (@nooges)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #include "quantum.h"
  5. #define LAYOUT( \
  6. k00 \
  7. ) { \
  8. { k00 } \
  9. }