]> git.donarmstrong.com Git - qmk_firmware.git/commit
Keyboard: Infinity60 refactor, Configurator support and readme update (#4707)
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>
Sat, 22 Dec 2018 03:39:48 +0000 (19:39 -0800)
committerDrashna Jaelre <drashna@live.com>
Sat, 22 Dec 2018 03:39:48 +0000 (19:39 -0800)
commitea1fe35ae7c5fa026309a1d51cd90450e48c6b39
tree1b16e0ce28a1bb8c2b89fec497a1afd42142b88e
parent4d98c69e0297973789564ce508f2e8dafe69c32b
Keyboard: Infinity60 refactor, Configurator support and readme update (#4707)

* 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
keyboards/infinity60/infinity60.h
keyboards/infinity60/info.json [new file with mode: 0644]
keyboards/infinity60/keymaps/default/keymap.c
keyboards/infinity60/keymaps/depariel/keymap.c
keyboards/infinity60/keymaps/hasu/keymap.c
keyboards/infinity60/keymaps/jpetermans/config.h
keyboards/infinity60/keymaps/jpetermans/keymap.c
keyboards/infinity60/keymaps/jpetermans/rules.mk [deleted file]
keyboards/infinity60/matrix.c
keyboards/infinity60/readme.md