1
0
Fork 0

[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
This commit is contained in:
Krishna Mani 2020-07-27 18:40:57 -07:00 committed by GitHub
parent 84cd07b0d3
commit f5fe6fe5cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 2854 additions and 2 deletions

View file

@ -43,4 +43,4 @@ void matrix_scan_user(void) {
bool process_record_user(uint16_t keycode, keyrecord_t *record) {
return true;
}
}