]> git.donarmstrong.com Git - qmk_firmware.git/commit
Keyboard: Add IBM 122-key Terminal keyboard and my Ergodox EZ keymap (Programmer...
authorLuke Stanley <lukexorz@users.noreply.github.com>
Wed, 5 Sep 2018 20:45:19 +0000 (15:45 -0500)
committerDrashna Jaelre <drashna@live.com>
Wed, 5 Sep 2018 20:45:19 +0000 (13:45 -0700)
commit155850187de7897dcd8f216d704fecce446f0a68
tree35e7c1005cdf481e0d57173642684b5a16c95012
parent2b09900bdc7f93d917cfd159f5e3b045612a7b85
Keyboard: Add IBM 122-key Terminal keyboard and my Ergodox EZ keymap (Programmer's Dvorak + Gaming/QWERTY layer) (#3850)

* added my lukaus keymap (programmers dvorak with QWERTY, function, and mouse/keypad layers)

* updated ergodox_ez keymap and initial commit for IBM Model M 122 key

* added my lukaus keymap (programmers dvorak with QWERTY, function, and mouse/keypad layers)

* updated ergodox_ez keymap and initial commit for IBM Model M 122 key

* Add keyboard information and separated my custom layout from the default

* Add readme to Lukaus' Ergodox EZ keymap

* added my lukaus keymap (programmers dvorak with QWERTY, function, and mouse/keypad layers)

* updated ergodox_ez keymap and initial commit for IBM Model M 122 key

* added my lukaus keymap (programmers dvorak with QWERTY, function, and mouse/keypad layers)

* updated ergodox_ez keymap and initial commit for IBM Model M 122 key

* Add keyboard information and separated my custom layout from the default

* Add readme to Lukaus' Ergodox EZ keymap

* added my lukaus keymap (programmers dvorak with QWERTY, function, and mouse/keypad layers)

* updated ergodox_ez keymap and initial commit for IBM Model M 122 key

* Fix merge conflict again?

* updated ergodox_ez keymap and initial commit for IBM Model M 122 key

* Add keyboard information and separated my custom layout from the default

* Add readme to Lukaus' Ergodox EZ keymap

* added my lukaus keymap (programmers dvorak with QWERTY, function, and mouse/keypad layers)

* added my lukaus keymap (programmers dvorak with QWERTY, function, and mouse/keypad layers)

* updated ergodox_ez keymap and initial commit for IBM Model M 122 key

* updated ergodox_ez keymap and initial commit for IBM Model M 122 key

* Add keyboard information and separated my custom layout from the default

* update keymap

* Update rules.mk to remove redundant commented line

* Fix missing key on default layout for IBM Model M 122 key

* Fix issues identified by drashna and noroadsleft

* Update readme for IBM 122 key
16 files changed:
keyboards/ergodox_ez/keymaps/lukaus/config.h [new file with mode: 0644]
keyboards/ergodox_ez/keymaps/lukaus/keymap.c [new file with mode: 0644]
keyboards/ergodox_ez/keymaps/lukaus/readme.md [new file with mode: 0644]
keyboards/ergodox_ez/keymaps/lukaus/rules.mk [new file with mode: 0644]
keyboards/handwired/ibm122m/config.h [new file with mode: 0644]
keyboards/handwired/ibm122m/ibm122m.c [new file with mode: 0644]
keyboards/handwired/ibm122m/ibm122m.h [new file with mode: 0644]
keyboards/handwired/ibm122m/info.json [new file with mode: 0644]
keyboards/handwired/ibm122m/keymaps/default/config.h [new file with mode: 0644]
keyboards/handwired/ibm122m/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/handwired/ibm122m/keymaps/default/readme.md [new file with mode: 0644]
keyboards/handwired/ibm122m/keymaps/lukaus/config.h [new file with mode: 0644]
keyboards/handwired/ibm122m/keymaps/lukaus/keymap.c [new file with mode: 0644]
keyboards/handwired/ibm122m/keymaps/lukaus/readme.md [new file with mode: 0644]
keyboards/handwired/ibm122m/readme.md [new file with mode: 0644]
keyboards/handwired/ibm122m/rules.mk [new file with mode: 0644]