diff options
author | Krishna Mani <34562820+kmani314@users.noreply.github.com> | 2020-07-27 18:40:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-27 18:40:57 -0700 |
commit | f5fe6fe5cc352760971c374ed097f2fe4ad2427e (patch) | |
tree | 4e6d3e2c557929a3ea6831991b7eab616f8ef111 /keyboards/akegata_denki/device_one/device_one.c | |
parent | 84cd07b0d3409d1bbb72691fd79c8a9a885363a0 (diff) | |
download | qmk_firmware-f5fe6fe5cc352760971c374ed097f2fe4ad2427e.tar.gz |
[Keyboard] Add akegata denki device one (#9690)
* add device one
* fix layouts
* add other layouts
* column fixes, device id changes
* layouts cleanup, add readme
* add info.json, fix readme
* add template readme
* add smaller image
* fix image links, address requested changes
* Apply suggestions from code review
* Update keyboards/device_one/keymaps/ansi_split_backspace/keymap.c
* add akegata vendor folder
* Apply suggestions from code review
Diffstat (limited to 'keyboards/akegata_denki/device_one/device_one.c')
-rw-r--r-- | keyboards/akegata_denki/device_one/device_one.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/akegata_denki/device_one/device_one.c b/keyboards/akegata_denki/device_one/device_one.c new file mode 100644 index 000000000..06e03ee89 --- /dev/null +++ b/keyboards/akegata_denki/device_one/device_one.c @@ -0,0 +1 @@ +#include "device_one.h" |