]> git.donarmstrong.com Git - qmk_firmware.git/commit
Keyboard: Adding initial luddite keyboard framework (#4029)
authorAndrew Kannan <andrew.kannan@klaviyo.com>
Mon, 1 Oct 2018 16:25:16 +0000 (12:25 -0400)
committerDrashna Jaelre <drashna@live.com>
Mon, 1 Oct 2018 16:25:16 +0000 (09:25 -0700)
commit45a4a0a7fc32f521ad6487c19201340b81aaad5c
tree3d568ab5ef55cc7d2311f87c6631187c6714f6b0
parent3907ed034bec6730d8bff401ac632161540ea3cb
Keyboard: Adding initial luddite keyboard framework (#4029)

* Adding initial luddite keyboard framework

* Use pragma and update readme

* Remove duplicate macro definitions
keyboards/luddite/README.md [new file with mode: 0644]
keyboards/luddite/config.h [new file with mode: 0644]
keyboards/luddite/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/luddite/luddite.c [new file with mode: 0644]
keyboards/luddite/luddite.h [new file with mode: 0644]
keyboards/luddite/rules.mk [new file with mode: 0644]