]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] Doro67 RGB PCB (#5677)
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Mon, 22 Apr 2019 02:59:39 +0000 (19:59 -0700)
committerDrashna Jaelre <drashna@live.com>
Mon, 22 Apr 2019 02:59:39 +0000 (19:59 -0700)
commit81d8e6ef3e4d69dba8e9ba40db525ab4181ab3e3
treec4ae5db53750a4a2bafe3efcf13686f1cba3973f
parent98f7af6d3b0e8f1b9d2926de1a10f60661769cc0
[Keyboard] Doro67 RGB PCB  (#5677)

* initial commit

* get rid of some of the vanilla code

* set up matrix and pins

* Create LAYOUT macro and an appropriate keymap

* support for caps lock LED

* add some documentation to the doro67 parent readme

* align the language used in the several readme files

* initial commit

* get rid of some of the vanilla code

* set up matrix and pins

* Create LAYOUT macro and an appropriate keymap

* support for caps lock LED

* add some documentation to the doro67 parent readme

* align the language used in the several readme files

* Use RGB Matrix and fix enter key bug

* fix formatting

* remove merge conflict artifacts

* make a more useful default keymap

* add configurator support for the RGB pcb

* fix rgb matrix based on new info. Multipler should be reversed

* forgot to actually set the pin output for caps lock led

* fix offset keys in layer 1 keymap

* code cleanup

* use macros for the rgb_led calculations struct

* set RGB led num to 67 as I mistakenly counted the caps lock led

* cleanup config.h file

* add RGB note in readme

* get consistent naming in config file

* fix some inconsistencies

* readjust matrix and get rid of macros based on drashna's suggestions
13 files changed:
keyboards/doro67/multi/readme.md
keyboards/doro67/readme.md
keyboards/doro67/regular/config.h
keyboards/doro67/regular/readme.md
keyboards/doro67/rgb/config.h [new file with mode: 0644]
keyboards/doro67/rgb/info.json [new file with mode: 0644]
keyboards/doro67/rgb/keymaps/default/config.h [new file with mode: 0644]
keyboards/doro67/rgb/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/doro67/rgb/keymaps/default/readme.md [new file with mode: 0644]
keyboards/doro67/rgb/readme.md [new file with mode: 0644]
keyboards/doro67/rgb/rgb.c [new file with mode: 0644]
keyboards/doro67/rgb/rgb.h [new file with mode: 0644]
keyboards/doro67/rgb/rules.mk [new file with mode: 0644]