]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] Add handwired Wulkan keyboard (#6282)
authorNapoleon Wulkan <napoleon.wulkan@gmail.com>
Thu, 11 Jul 2019 18:31:36 +0000 (20:31 +0200)
committerDrashna Jaelre <drashna@live.com>
Thu, 11 Jul 2019 18:31:36 +0000 (11:31 -0700)
commite6420f0bd823fa660d217a2560a919785ccb2343
tree3016f923389308c0f664903270fa358634008367
parent3ee062222acc40683246585fe21e3d5fe00dce0b
[Keyboard] Add handwired Wulkan keyboard (#6282)

* added handwired keyboard wulkan

* added info.json for qmk configurator

* fixed spelling

* enum dont need to be assigned to zero

* removed cflag from readme

* updated rules.mk

* removed unneeded rows from config

* moved unicode to keymap conf

* fix adjust layer and comments for keymap
keyboards/handwired/wulkan/README.md [new file with mode: 0644]
keyboards/handwired/wulkan/config.h [new file with mode: 0644]
keyboards/handwired/wulkan/info.json [new file with mode: 0644]
keyboards/handwired/wulkan/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/handwired/wulkan/keymaps/default/rules.mk [new file with mode: 0644]
keyboards/handwired/wulkan/rules.mk [new file with mode: 0644]
keyboards/handwired/wulkan/wulkan.c [new file with mode: 0644]
keyboards/handwired/wulkan/wulkan.h [new file with mode: 0644]