[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
18 changed files with 2854 additions and 2 deletions

View File

@@ -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);
}
}