]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] IBM Model M (ANSI/ISO) Teensy 2.0++ conversion (#5560)
authoriw0rm3r <49209191+iw0rm3r@users.noreply.github.com>
Mon, 15 Apr 2019 03:58:56 +0000 (06:58 +0300)
committerDrashna Jaelre <drashna@live.com>
Mon, 15 Apr 2019 03:58:56 +0000 (20:58 -0700)
commit49746830402cc0e1c0227c6c3c06ebc22fcd016c
treef52f7c8afe9b922b67ae354c1d08504cd2228d71
parent5fcd744ddba591829a129560992b2e43fb615d4d
[Keyboard] IBM Model M (ANSI/ISO) Teensy 2.0++ conversion (#5560)

* Added initial modelm101 config

* Update keyboards/modelm101/keymaps/default/keymap.c

Co-Authored-By: iw0rm3r <49209191+iw0rm3r@users.noreply.github.com>
* Update keyboards/modelm101/keymaps/iw0rm3r/keymap.c

Co-Authored-By: iw0rm3r <49209191+iw0rm3r@users.noreply.github.com>
* Update keyboards/modelm101/readme.md

Co-Authored-By: iw0rm3r <49209191+iw0rm3r@users.noreply.github.com>
* Added wiring notes to clarify use of the config

* Small fix

* Small fix

* Moved modelm101 to converter directory

* Added info.json file for QMK configurator

* Corrected path

Co-Authored-By: iw0rm3r <49209191+iw0rm3r@users.noreply.github.com>
* Update keyboards/converter/modelm101/readme.md

Co-Authored-By: iw0rm3r <49209191+iw0rm3r@users.noreply.github.com>
* Update keyboards/converter/modelm101/modelm101.c

Co-Authored-By: iw0rm3r <49209191+iw0rm3r@users.noreply.github.com>
* Update keyboards/converter/modelm101/modelm101.c

Co-Authored-By: iw0rm3r <49209191+iw0rm3r@users.noreply.github.com>
* Update keyboards/converter/modelm101/modelm101.c

Co-Authored-By: iw0rm3r <49209191+iw0rm3r@users.noreply.github.com>
* Update keyboards/converter/modelm101/modelm101.c

Co-Authored-By: iw0rm3r <49209191+iw0rm3r@users.noreply.github.com>
* Update keyboards/converter/modelm101/modelm101.c

Co-Authored-By: iw0rm3r <49209191+iw0rm3r@users.noreply.github.com>
* Update keyboards/converter/modelm101/modelm101.c

Co-Authored-By: iw0rm3r <49209191+iw0rm3r@users.noreply.github.com>
* Replaced DDR and PORT with QMK functions
12 files changed:
keyboards/converter/modelm101/config.h [new file with mode: 0644]
keyboards/converter/modelm101/info.json [new file with mode: 0644]
keyboards/converter/modelm101/keymaps/default/config.h [new file with mode: 0644]
keyboards/converter/modelm101/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/converter/modelm101/keymaps/default/readme.md [new file with mode: 0644]
keyboards/converter/modelm101/keymaps/iw0rm3r/config.h [new file with mode: 0644]
keyboards/converter/modelm101/keymaps/iw0rm3r/keymap.c [new file with mode: 0644]
keyboards/converter/modelm101/keymaps/iw0rm3r/readme.md [new file with mode: 0644]
keyboards/converter/modelm101/modelm101.c [new file with mode: 0644]
keyboards/converter/modelm101/modelm101.h [new file with mode: 0644]
keyboards/converter/modelm101/readme.md [new file with mode: 0644]
keyboards/converter/modelm101/rules.mk [new file with mode: 0644]