]> git.donarmstrong.com Git - qmk_firmware.git/commit - keyboards/fortitude60/split_util.h
Add support for staggerd column layout KB "Fortitude60" (#3090)
authorPekaso <pekaso34@gmail.com>
Sat, 2 Jun 2018 15:48:34 +0000 (00:48 +0900)
committerDrashna Jaelre <drashna@live.com>
Sat, 2 Jun 2018 15:48:34 +0000 (08:48 -0700)
commit2196dc9f868334beabd8c3585127a74bf42ce6b7
treeed3f7f2edbfd1b36c7082282e5cc89fb2a3892e2
parent9fb1e5d171906e9f10f4489f61d456a9f29499e8
Add support for staggerd column layout KB "Fortitude60" (#3090)

* modifying fortitude for working

* add accurate keymap

* backlight fix

* Fix slave LED Backlight

* Add readme.md

* modified readme.md

* Fixed make error

* Commit including suggestions

* Add dvorak and colemak layout and some fix
17 files changed:
keyboards/fortitude60/config.h [new file with mode: 0644]
keyboards/fortitude60/fortitude60.c [new file with mode: 0644]
keyboards/fortitude60/fortitude60.h [new file with mode: 0644]
keyboards/fortitude60/keymaps/default/config.h [new file with mode: 0644]
keyboards/fortitude60/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/fortitude60/keymaps/default/rules.mk [new file with mode: 0644]
keyboards/fortitude60/matrix.c [new file with mode: 0644]
keyboards/fortitude60/readme.md [new file with mode: 0644]
keyboards/fortitude60/rev1/config.h [new file with mode: 0644]
keyboards/fortitude60/rev1/rev1.c [new file with mode: 0644]
keyboards/fortitude60/rev1/rev1.h [new file with mode: 0644]
keyboards/fortitude60/rev1/rules.mk [new file with mode: 0644]
keyboards/fortitude60/rules.mk [new file with mode: 0644]
keyboards/fortitude60/serial.c [new file with mode: 0644]
keyboards/fortitude60/serial.h [new file with mode: 0644]
keyboards/fortitude60/split_util.c [new file with mode: 0644]
keyboards/fortitude60/split_util.h [new file with mode: 0644]