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/vinta/vinta.c | |
parent | 84cd07b0d3409d1bbb72691fd79c8a9a885363a0 (diff) | |
download | qmk_firmware-f5fe6fe5cc352760971c374ed097f2fe4ad2427e.tar.gz qmk_firmware-f5fe6fe5cc352760971c374ed097f2fe4ad2427e.zip |
[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/vinta/vinta.c')
-rw-r--r-- | keyboards/vinta/vinta.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/vinta/vinta.c b/keyboards/vinta/vinta.c index b5d40a1609..112e44fb8e 100644 --- a/keyboards/vinta/vinta.c +++ b/keyboards/vinta/vinta.c @@ -15,4 +15,4 @@ void matrix_scan_kb(void) { bool process_record_kb(uint16_t keycode, keyrecord_t *record) { return process_record_user(keycode, record); -}
\ No newline at end of file +} |