]> git.donarmstrong.com Git - qmk_firmware.git/commit
Support KBD75 rev 2 (#3261)
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Fri, 29 Jun 2018 05:44:49 +0000 (22:44 -0700)
committerDrashna Jaelre <drashna@live.com>
Fri, 29 Jun 2018 05:44:49 +0000 (22:44 -0700)
commit1499dffb076d04e4755e287faf3e84862df167ce
treec6d8150477943bd7b7e97a7019c0aaa32b3d798f
parentb4888eee145628cbac0d523267a2c3bf5ccfd3a7
Support KBD75 rev 2 (#3261)

* Restructure kbd75 to support multiple revs

* add rev2 files

* fix config comments

* try and avoid duplicate code for LAYOUT macros

* keep the same layouts for rev2 for info.json

* Add QMK Configurator support for the numpad layout

* update readme to talk about rev2
13 files changed:
keyboards/kbd75/config.h
keyboards/kbd75/info.json [deleted file]
keyboards/kbd75/kbd75.h
keyboards/kbd75/readme.md
keyboards/kbd75/rev1/info.json [new file with mode: 0644]
keyboards/kbd75/rev1/rev1.c [new file with mode: 0644]
keyboards/kbd75/rev1/rev1.h [new file with mode: 0644]
keyboards/kbd75/rev1/rules.mk [new file with mode: 0644]
keyboards/kbd75/rev2/info.json [new file with mode: 0644]
keyboards/kbd75/rev2/rev2.c [new file with mode: 0644]
keyboards/kbd75/rev2/rev2.h [new file with mode: 0644]
keyboards/kbd75/rev2/rules.mk [new file with mode: 0644]
keyboards/kbd75/rules.mk