summaryrefslogtreecommitdiff
path: root/keyboards/infinity60/info.json
AgeCommit message (Collapse)Author
2021-09-12Remove width, height and key_count from info.json (#14274)Ryan
2021-02-27remove keyboard_folder from info.jsonZach White
2021-01-23Infinity60 refactor (#11650)Ryan
2018-12-21Keyboard: Infinity60 refactor, Configurator support and readme update (#4707)noroadsleft
* Infinity60: refactor - infinity60.h / keymap.c - renamed layout macro to LAYOUT_60_ansi_split_bs_rshift; removed layout macro alias - updated to #pragma once - keymaps now use #include QMK_KEYBOARD_H - keymaps/jpetermans/config.h updated to #pragma once - keymaps/jpetermans/rules.mk deleted (complete contents were deprecated make instructions) * Infinity 60%: Configurator support * Infinity60: readme update Updated the Docs links. * Infinity60: bugfix depariel keymap Had a typo. * Infinity60: edit matrix.c per @drashna - https://github.com/qmk/qmk_firmware/pull/4707#issuecomment-449540676