diff options
author | Depariel <tyler.lear@gmail.com> | 2016-07-31 23:12:16 -0400 |
---|---|---|
committer | Depariel <tyler.lear@gmail.com> | 2016-07-31 23:12:16 -0400 |
commit | a675c1aee028f5ba67b0c64df0fd24e51a92e288 (patch) | |
tree | 22a51f76c2a6b9056f06a1de2721714c0865fcf8 /keyboards/infinity_chibios/config.h | |
parent | 0c4177e0778d8d1f0f7b66e5f6203289eca154bf (diff) | |
download | qmk_firmware-a675c1aee028f5ba67b0c64df0fd24e51a92e288.tar.gz qmk_firmware-a675c1aee028f5ba67b0c64df0fd24e51a92e288.zip |
added support for Infinity 1.1a (4th drop) matrix, no LED support yet
Diffstat (limited to 'keyboards/infinity_chibios/config.h')
-rw-r--r-- | keyboards/infinity_chibios/config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/infinity_chibios/config.h b/keyboards/infinity_chibios/config.h index bd4becfc54..452cc2a9fb 100644 --- a/keyboards/infinity_chibios/config.h +++ b/keyboards/infinity_chibios/config.h @@ -52,8 +52,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. ) /* Keymap for Infinity prototype */ -#define INFINITY_PROTOTYPE +//#define INFINITY_PROTOTYPE +/* Keymap for Infinity 1.1a (first revision with LED support) */ +//#define INFINITY_LED /* * Feature disable options |