From ae91af95e24299384217b47bfc1a40f6d91cebdd Mon Sep 17 00:00:00 2001 From: Joe Wasson Date: Thu, 24 Aug 2017 12:05:44 -0700 Subject: Add split ansi layout and talljoe's keymap. --- keyboards/infinity60/infinity60.h | 3 ++- keyboards/infinity60/rules.mk | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'keyboards/infinity60') diff --git a/keyboards/infinity60/infinity60.h b/keyboards/infinity60/infinity60.h index f1ba15e48..21b8eeba2 100644 --- a/keyboards/infinity60/infinity60.h +++ b/keyboards/infinity60/infinity60.h @@ -19,8 +19,9 @@ along with this program. If not, see . #include "quantum.h" -#ifdef INFINITY_PROTOTYPE +#define LAYOUT_60_ansi_split_bs_rshift KEYMAP +#ifdef INFINITY_PROTOTYPE /* Infinity prototype */ #define KEYMAP( \ K00, K10, K20, K30, K40, K50, K60, K70, K80, K01, K11, K21, K31, K41, K86, \ diff --git a/keyboards/infinity60/rules.mk b/keyboards/infinity60/rules.mk index a3ddd55c6..f689b5475 100644 --- a/keyboards/infinity60/rules.mk +++ b/keyboards/infinity60/rules.mk @@ -65,3 +65,5 @@ COMMAND_ENABLE = yes # Commands for debug and configuration SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend NKRO_ENABLE = yes # USB Nkey Rollover CUSTOM_MATRIX = yes # Custom matrix file + +LAYOUTS = 60_ansi_split_bs_rshift \ No newline at end of file -- cgit v1.2.3-24-g4f1b