]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] add support for the RoPro Keyboard (#6210)
authorGarret G <45295190+TheRoyalSweatshirt@users.noreply.github.com>
Mon, 1 Jul 2019 19:44:02 +0000 (14:44 -0500)
committerDrashna Jaelre <drashna@live.com>
Mon, 1 Jul 2019 19:44:02 +0000 (12:44 -0700)
commit7095ae10f75db62f25b231d680720a00997cb779
treee0bb01d87b85fc402f1ea34af7c6d93b2e131a38
parentaa587a5abbbc4910de7e8635fdb3947632148983
[Keyboard] add support for the RoPro Keyboard (#6210)

* add support for the RoPro Keyboard

* Update Readme.md

* update to missing keys in default keymap.c

* update default.c

* update formatting in ropro.h

* Update formatting on Readme.md

* Update rules.mk

* update to bootloader

* Create New File; config.h

added config.h file to pull request

* major transfer swap of ropro.h and config.h

* Update JSON to match Keymap

* Update New Layer Identifier

* Update Newbs Guide Info readme + Formatting

* Update Matrix Clarification

* Omit Layout for Clarity

* Changed default keymapbFile Title

default.c —> keymap.c

* Update Config.h

Add Rotary Encoder pins (this May not be correct)

* Add Rotary Encoder Build option

* Added rotary Encoder ID to keymap.c

* Update ropro.h

Added Commas at end of macro lines

* Update ropro.h

Added 1 “,”

* Update keymap.c

Omit suggested Line

* Update ropro.h

Format of “Lower”

* Apply suggestions from code review

Formatting of various suggested changes

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* update ropro.h

fixed rotary encoder click batch

* Update keymap.c

fixed rotary encoder click batch

* update config.h

fixed rotary encoder click batch

* "Clean Up" Keymap.c

* Update config.h

focus on Rotary and RGB activation and routing

* Update ropro.h

focus on rotary click

* update rules.mk

add RGB "underglow" function

* update readme.md

formatting and picture modifications

* update config.h

re add pragma

* Update keyboards/ropro/ropro.h

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/ropro/info.json

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/ropro/readme.md

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/ropro/keymaps/default/keymap.c

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/ropro/keymaps/default/keymap.c

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
keyboards/ropro/config.h [new file with mode: 0644]
keyboards/ropro/info.json [new file with mode: 0644]
keyboards/ropro/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/ropro/keymaps/default/readme.md [new file with mode: 0644]
keyboards/ropro/readme.md [new file with mode: 0644]
keyboards/ropro/ropro.c [new file with mode: 0644]
keyboards/ropro/ropro.h [new file with mode: 0644]
keyboards/ropro/rules.mk [new file with mode: 0644]