]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] Adding RGBKB Zygomorph Keyboard (#5841)
authorXScorpion2 <rcalt2vt@gmail.com>
Sun, 12 May 2019 05:42:57 +0000 (00:42 -0500)
committerDrashna Jaelre <drashna@live.com>
Sun, 12 May 2019 05:42:57 +0000 (22:42 -0700)
commit8d46bb9cabb9c8e81c7ca1266d97a0126cc80767
tree703c68832f3714a847a67fb1fea2775caad8e32b
parentc6184d2e7ed9695c22635431394e501b1d5e6271
[Keyboard] Adding RGBKB Zygomorph Keyboard (#5841)

* Initial Zygomorph 5x6 code

Split is not working yet

* layout changes

implement 4 row config option (not done yet), remove layout comments in layout.c

* Zygomorph layouts for 5x12, 5x6, 4x12, and 4x6

Also, info.json *should* be nearly usable
 for the configurator

* temporary fix for pin D5 being broken

* show D5 issue comment

* add build notes

* Pin B7 broken in split why?

* remove fix

* Fix some pin assignments

* begin to fix keymap

* Create new 5x6 layout

* update key positions

* Initial Zygomorph 5x6 code

Split is not working yet

* layout changes

implement 4 row config option (not done yet), remove layout comments in layout.c

* Zygomorph layouts for 5x12, 5x6, 4x12, and 4x6

Also, info.json *should* be nearly usable
 for the configurator

* temporary fix for pin D5 being broken

* show D5 issue comment

* add build notes

* Pin B7 broken in split why?

* remove fix

* Fix some pin assignments

* begin to fix keymap

* Create new 5x6 layout

* Rough first pass at split common conversion.
Keymap cleanup to cover just the basics.
Broke OLED code out into separate example.

* Fix readme

* Removal of old encoder / oled driver, fix for layout macros

* small update

* xulkal zygomorph keymaps

* Removed the LED_MIRRORED option as leds are always mirrored on Zygomorph

* Xulkal keymaps update

* split rgb light support

* fix line endings

* Apply suggestions from code review

Co-Authored-By: zvecr <git@zvecr.com>
* More layout and compile fixes from pr review

* Cleaning up rules.mk files

* Apply suggestions from code review

Co-Authored-By: zvecr <git@zvecr.com>
* Updating defaults

* Apply suggestions from code review

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
30 files changed:
keyboards/sol/keymaps/xulkal/keymap.c
keyboards/zygomorph/common/glcdfont.c [new file with mode: 0644]
keyboards/zygomorph/config.h [new file with mode: 0644]
keyboards/zygomorph/keymaps/5x6pad/keymap.c [new file with mode: 0644]
keyboards/zygomorph/keymaps/5x6pad/rules.mk [new file with mode: 0644]
keyboards/zygomorph/keymaps/default/config.h [new file with mode: 0644]
keyboards/zygomorph/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/zygomorph/keymaps/default/readme.md [new file with mode: 0644]
keyboards/zygomorph/keymaps/default/rules.mk [new file with mode: 0644]
keyboards/zygomorph/keymaps/default_oled/config.h [new file with mode: 0644]
keyboards/zygomorph/keymaps/default_oled/keymap.c [new file with mode: 0644]
keyboards/zygomorph/keymaps/default_oled/rules.mk [new file with mode: 0644]
keyboards/zygomorph/keymaps/kageurufu/config.h [new file with mode: 0644]
keyboards/zygomorph/keymaps/kageurufu/keymap.c [new file with mode: 0644]
keyboards/zygomorph/keymaps/kageurufu/readme.md [new file with mode: 0644]
keyboards/zygomorph/keymaps/kageurufu/rules.mk [new file with mode: 0644]
keyboards/zygomorph/keymaps/xulkal/config.h [new file with mode: 0644]
keyboards/zygomorph/keymaps/xulkal/keymap.c [new file with mode: 0644]
keyboards/zygomorph/keymaps/xulkal/rules.mk [new file with mode: 0644]
keyboards/zygomorph/readme.md [new file with mode: 0644]
keyboards/zygomorph/rev1/config.h [new file with mode: 0644]
keyboards/zygomorph/rev1/info.json [new file with mode: 0644]
keyboards/zygomorph/rev1/rev1.c [new file with mode: 0644]
keyboards/zygomorph/rev1/rev1.h [new file with mode: 0644]
keyboards/zygomorph/rev1/rules.mk [new file with mode: 0644]
keyboards/zygomorph/rules.mk [new file with mode: 0644]
keyboards/zygomorph/zygomorph.c [new file with mode: 0644]
keyboards/zygomorph/zygomorph.h [new file with mode: 0644]
users/xulkal/layouts.h
users/xulkal/process_records.h