You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
366 B

  1. #pragma once
  2. #ifdef KEYBOARD_boston_meetup_2019
  3. #include "2019.h"
  4. #define LAYOUT( \
  5. K00, \
  6. K10, K11, K12, K13, \
  7. K20, K21, K22, K23, \
  8. K30, K31, K32, K33 \
  9. ) \
  10. { \
  11. { K00, KC_NO, KC_NO, KC_NO }, \
  12. { K10, K11, K12, K13 }, \
  13. { K20, K21, K22, K23 }, \
  14. { K30, K31, K32, K33 } \
  15. }
  16. #endif
  17. #include "quantum.h"