]> git.donarmstrong.com Git - qmk_firmware.git/commit
Keyboard: Add namecard keyboard (#4044)
authortakashiski <takashiskibb@gmail.com>
Wed, 3 Oct 2018 15:34:43 +0000 (00:34 +0900)
committerDrashna Jaelre <drashna@live.com>
Wed, 3 Oct 2018 15:34:43 +0000 (08:34 -0700)
commit5368235f223d0537c7456cd8d36d5430f4b58312
treedbf974a96fb422cd96bf325cbc55fce85abfbebc
parent404db1d06fa9c0dd25fff3bfa1b2ebed7273a8fc
Keyboard: Add namecard keyboard (#4044)

* create namecard2x4

* create default keymaps

* Update README

* fixed typo and func remove dont need.

* update infomation on readme

* update missed point

* remove explicit initialize

* update default keymap's readme

* add my name to copyright

* change keymap style to LAYOUT macro and fixed typo LAYOUT macro
keyboards/namecard2x4/config.h [new file with mode: 0644]
keyboards/namecard2x4/info.json [new file with mode: 0644]
keyboards/namecard2x4/keymaps/default/config.h [new file with mode: 0644]
keyboards/namecard2x4/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/namecard2x4/keymaps/default/readme.md [new file with mode: 0644]
keyboards/namecard2x4/namecard2x4.c [new file with mode: 0644]
keyboards/namecard2x4/namecard2x4.h [new file with mode: 0644]
keyboards/namecard2x4/readme.md [new file with mode: 0644]
keyboards/namecard2x4/rules.mk [new file with mode: 0644]