From 7ed370814b4ef534c59d7e72ac31867ab1886559 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Mon, 8 Jul 2019 13:35:29 -0700 Subject: [PATCH] Cherry-picked part two of this change --- src/kaleidoscope/hardware/key_indexes.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/kaleidoscope/hardware/key_indexes.h b/src/kaleidoscope/hardware/key_indexes.h index fec3b839..e000c44c 100644 --- a/src/kaleidoscope/hardware/key_indexes.h +++ b/src/kaleidoscope/hardware/key_indexes.h @@ -17,6 +17,8 @@ #pragma once +typedef HARDWARE_IMPLEMENTATION::KeyAddr KeyAddr; + /* To be used by the hardware implementations, `keyIndex` tells us the index of * a key, from which we can figure out the row and column as needed. The index * starts at one, so that plugins that work with a list of key indexes can use