]> git.donarmstrong.com Git - qmk_firmware.git/commit
Adding SX60 work by amnobis and configurator settings (#3122)
authorJason <jagor@microsoft.com>
Tue, 5 Jun 2018 19:43:20 +0000 (12:43 -0700)
committerDrashna Jaelre <drashna@live.com>
Tue, 5 Jun 2018 19:43:20 +0000 (12:43 -0700)
commit96546c79c0e931c89e4ac60a154b669925d5d34d
tree82577992a3c9fcb312b8872016a5bae40b36ceb2
parent1ae011d91902c8a12e23ee5f1f934ac5a0238b87
Adding SX60 work by amnobis and configurator settings (#3122)

* Add SX60

* Add config maps and layouts as well as readmes.

* cleanup and fixes

* correct readme

* add missing closing commenty tag

* Changing includes to QMK_KEYBOARD_H

* Update settings.json

Remove config change that was added automatically by vscode.

* Update readme.md

fix readme formatting
21 files changed:
keyboards/e6v2/keymaps/amnesia0287/keymap.c
keyboards/e6v2/keymaps/amnesia0287/readme.md
keyboards/e6v2/keymaps/default/readme.md
keyboards/e6v2/readme.md
keyboards/sx60/config.h [new file with mode: 0755]
keyboards/sx60/i2cmaster.h [new file with mode: 0644]
keyboards/sx60/info.json [new file with mode: 0644]
keyboards/sx60/keymaps/amnobis/config.h [new file with mode: 0644]
keyboards/sx60/keymaps/amnobis/keymap.c [new file with mode: 0644]
keyboards/sx60/keymaps/amnobis/readme.md [new file with mode: 0644]
keyboards/sx60/keymaps/amnobis/rules.mk [new file with mode: 0644]
keyboards/sx60/keymaps/default/config.h [new file with mode: 0644]
keyboards/sx60/keymaps/default/keymap.c [new file with mode: 0755]
keyboards/sx60/keymaps/default/readme.md [new file with mode: 0644]
keyboards/sx60/keymaps/default/rules.mk [new file with mode: 0644]
keyboards/sx60/matrix.c [new file with mode: 0644]
keyboards/sx60/readme.md [new file with mode: 0644]
keyboards/sx60/rules.mk [new file with mode: 0755]
keyboards/sx60/sx60.c [new file with mode: 0755]
keyboards/sx60/sx60.h [new file with mode: 0755]
keyboards/sx60/twimaster.c [new file with mode: 0644]