diff options
Diffstat (limited to 'keyboards/maple_computing/6ball/6ball.h')
-rw-r--r-- | keyboards/maple_computing/6ball/6ball.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/maple_computing/6ball/6ball.h b/keyboards/maple_computing/6ball/6ball.h new file mode 100644 index 0000000000..ef73a72053 --- /dev/null +++ b/keyboards/maple_computing/6ball/6ball.h @@ -0,0 +1,10 @@ +#pragma once + +#include "quantum.h" + +#define LAYOUT( \ + k05, k00, k01, \ + k04, k03, k02 \ +) { \ + { k00, k01, k02, k03, k04, k05 } \ +} |