diff options
author | Joe Wasson <jwasson+github@gmail.com> | 2017-08-24 12:05:44 -0700 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-08-24 15:52:08 -0400 |
commit | ae91af95e24299384217b47bfc1a40f6d91cebdd (patch) | |
tree | 78b42175b80cf4fe74da3fb7bd742fc52cba1261 /keyboards/infinity60 | |
parent | 4b0c6dc50da4b7b3804135d9b4eca235a6fac187 (diff) | |
download | qmk_firmware-ae91af95e24299384217b47bfc1a40f6d91cebdd.tar.gz qmk_firmware-ae91af95e24299384217b47bfc1a40f6d91cebdd.zip |
Add split ansi layout and talljoe's keymap.
Diffstat (limited to 'keyboards/infinity60')
-rw-r--r-- | keyboards/infinity60/infinity60.h | 3 | ||||
-rw-r--r-- | keyboards/infinity60/rules.mk | 2 |
2 files changed, 4 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. | |||
19 | 19 | ||
20 | #include "quantum.h" | 20 | #include "quantum.h" |
21 | 21 | ||
22 | #ifdef INFINITY_PROTOTYPE | 22 | #define LAYOUT_60_ansi_split_bs_rshift KEYMAP |
23 | 23 | ||
24 | #ifdef INFINITY_PROTOTYPE | ||
24 | /* Infinity prototype */ | 25 | /* Infinity prototype */ |
25 | #define KEYMAP( \ | 26 | #define KEYMAP( \ |
26 | K00, K10, K20, K30, K40, K50, K60, K70, K80, K01, K11, K21, K31, K41, K86, \ | 27 | 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 | |||
65 | SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend | 65 | SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend |
66 | NKRO_ENABLE = yes # USB Nkey Rollover | 66 | NKRO_ENABLE = yes # USB Nkey Rollover |
67 | CUSTOM_MATRIX = yes # Custom matrix file | 67 | CUSTOM_MATRIX = yes # Custom matrix file |
68 | |||
69 | LAYOUTS = 60_ansi_split_bs_rshift \ No newline at end of file | ||