]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] Add OSA keyboard (#6849)
authorJ.Flanagan <jrfhoutx@comcast.net>
Sat, 5 Oct 2019 17:44:55 +0000 (12:44 -0500)
committerDrashna Jaelre <drashna@live.com>
Sat, 5 Oct 2019 17:44:55 +0000 (10:44 -0700)
commit19b60c273ab63c250db748e5eead6baba88cd0d8
tree72a0fa65515e4d25e099c3ae68250ed0a8e39184
parentdbce3f648b342418f79de977068f2005d534cff7
[Keyboard] Add OSA keyboard (#6849)

* initial commit

restart of osa development

* minor changes

Minor changes
mostly changing naming and comment out rgb modes

* initial commit

restart of osa development

* minor changes

Minor changes
mostly changing naming and comment out rgb modes

* more minor changes

comment out some functions
correct some spelling errors
change some of the descriptive text

* Minor Changes

Minor changers per PR requests

* Minor Changes

Minor changes per PR suggestions

* Major Changes

Per PR suggestion from noroadsleft:

- changed macro to LAYOUT_all in info.json, dualsplit/keymap.c and ocm/keymap.c, and osa.h

- added osa.h macros for other layouts per suggestion and used suggested naming

-  changed naming of layout macros to correspond to macros and naming in default/keymap.c, dualsplit/keymap.c, ocm/keymap.c, splitbs/keymap.c, and splitrs/keymap.c

- removed duplicate layers from all keymaps and edited per suggestions

- compiled each keymap to check for and correct any potential errors. all compiled with no errors

* Minor Change

- fixed imgur image link in readme.md to be correct format

* Minor Changes

changes to macro layouts in osa.h
changes to dualsplit/keymap.c - added arrows to layer 1

* Changes

- Made changes to info.json to match osa.h
- changes to osa.c enabling indicator LEDs
- changed "dualsplit" directory name to "all" to match keymap naming in osa.h, info.json, and keymap.c
- minor changes to all/keymap.c

* Update keyboards/sck/osa/rules.mk

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/sck/osa/readme.md

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Changes to info.json

- revert to info.json from version in b3b49c3 per requested changes
21 files changed:
keyboards/sck/osa/config.h [new file with mode: 0644]
keyboards/sck/osa/info.json [new file with mode: 0644]
keyboards/sck/osa/keymaps/all/config.h [new file with mode: 0644]
keyboards/sck/osa/keymaps/all/keymap.c [new file with mode: 0644]
keyboards/sck/osa/keymaps/all/readme.md [new file with mode: 0644]
keyboards/sck/osa/keymaps/default/config.h [new file with mode: 0644]
keyboards/sck/osa/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/sck/osa/keymaps/default/readme.md [new file with mode: 0644]
keyboards/sck/osa/keymaps/ocm/config.h [new file with mode: 0644]
keyboards/sck/osa/keymaps/ocm/keymap.c [new file with mode: 0644]
keyboards/sck/osa/keymaps/ocm/readme.md [new file with mode: 0644]
keyboards/sck/osa/keymaps/splitbs/config.h [new file with mode: 0644]
keyboards/sck/osa/keymaps/splitbs/keymap.c [new file with mode: 0644]
keyboards/sck/osa/keymaps/splitbs/readme.md [new file with mode: 0644]
keyboards/sck/osa/keymaps/splitrs/config.h [new file with mode: 0644]
keyboards/sck/osa/keymaps/splitrs/keymap.c [new file with mode: 0644]
keyboards/sck/osa/keymaps/splitrs/readme.md [new file with mode: 0644]
keyboards/sck/osa/osa.c [new file with mode: 0644]
keyboards/sck/osa/osa.h [new file with mode: 0644]
keyboards/sck/osa/readme.md [new file with mode: 0644]
keyboards/sck/osa/rules.mk [new file with mode: 0644]