]> git.donarmstrong.com Git - qmk_firmware.git/commit
Keyboard: Add new keyboard Zinc (#4245)
authorMonksoffunk <monksoffunk@users.noreply.github.com>
Sat, 27 Oct 2018 04:23:49 +0000 (13:23 +0900)
committerDrashna Jaelre <drashna@live.com>
Sat, 27 Oct 2018 04:23:49 +0000 (21:23 -0700)
commit23cd9f4dee791464196faaf6692599325cfe6f3c
tree51a18c3beaa8f1937b1aa1efd5209ca8583b944a
parent73e92ef0c06de389d39d3ca0a8c98da2196ebec7
Keyboard: Add new keyboard Zinc (#4245)

* Add Zinc keyboard

* Fix photo

* Fix readme.md

* Fix RGB LED init of monks/keymap.c

* Fix default keymap and readme.jp

* Fix change DEFS of RGB ANIMATIONS to LED_ANIMATIONS

* Add EOL

* Use serial_config_simpleapi.h

* Fix comment char

* Fix error handling in split_scomm.c : mtei works

* Fix keymaps

* Remove DISABLE_LEADER definition

* Remove pro_micro.h

* Add 2 spaces after Hardware name

* Fix keymaps
  - remove audio codes
  - change LAYOUT to LAYOUT_ortho_4X12
  - change "persistent_default_layer_set" to core function

* Use the Community Layouts feature
  -  with some clean up
42 files changed:
keyboards/zinc/config.h [new file with mode: 0644]
keyboards/zinc/i2c.c [new file with mode: 0644]
keyboards/zinc/i2c.h [new file with mode: 0644]
keyboards/zinc/info.json [new file with mode: 0644]
keyboards/zinc/keymaps/default/config.h [new file with mode: 0644]
keyboards/zinc/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/zinc/keymaps/default/readme_jp.md [new file with mode: 0644]
keyboards/zinc/keymaps/default/rules.mk [new file with mode: 0644]
keyboards/zinc/keymaps/monks/config.h [new file with mode: 0644]
keyboards/zinc/keymaps/monks/keymap.c [new file with mode: 0644]
keyboards/zinc/keymaps/monks/readme_jp.md [new file with mode: 0644]
keyboards/zinc/keymaps/monks/rules.mk [new file with mode: 0644]
keyboards/zinc/readme.md [new file with mode: 0644]
keyboards/zinc/rev1/config.h [new file with mode: 0644]
keyboards/zinc/rev1/info.json [new file with mode: 0644]
keyboards/zinc/rev1/matrix.c [new file with mode: 0644]
keyboards/zinc/rev1/rev1.c [new file with mode: 0644]
keyboards/zinc/rev1/rev1.h [new file with mode: 0644]
keyboards/zinc/rev1/rules.mk [new file with mode: 0644]
keyboards/zinc/rev1/serial_config.h [new file with mode: 0644]
keyboards/zinc/rev1/serial_config_simpleapi.h [new file with mode: 0644]
keyboards/zinc/rev1/split_scomm.c [new file with mode: 0644]
keyboards/zinc/rev1/split_scomm.h [new file with mode: 0644]
keyboards/zinc/rev1/split_util.c [new file with mode: 0644]
keyboards/zinc/rev1/split_util.h [new file with mode: 0644]
keyboards/zinc/reva/config.h [new file with mode: 0644]
keyboards/zinc/reva/info.json [new file with mode: 0644]
keyboards/zinc/reva/matrix.c [new file with mode: 0644]
keyboards/zinc/reva/reva.c [new file with mode: 0644]
keyboards/zinc/reva/reva.h [new file with mode: 0644]
keyboards/zinc/reva/rules.mk [new file with mode: 0644]
keyboards/zinc/reva/serial_config.h [new file with mode: 0644]
keyboards/zinc/reva/serial_config_simpleapi.h [new file with mode: 0644]
keyboards/zinc/reva/split_scomm.c [new file with mode: 0644]
keyboards/zinc/reva/split_scomm.h [new file with mode: 0644]
keyboards/zinc/reva/split_util.c [new file with mode: 0644]
keyboards/zinc/reva/split_util.h [new file with mode: 0644]
keyboards/zinc/rules.mk [new file with mode: 0644]
keyboards/zinc/serial.c [new file with mode: 0644]
keyboards/zinc/serial.h [new file with mode: 0644]
keyboards/zinc/zinc.c [new file with mode: 0644]
keyboards/zinc/zinc.h [new file with mode: 0644]