]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] Add: Initial steamvan firmware code (#6501)
authorJohn M Daly <jmdaly@gmail.com>
Tue, 13 Aug 2019 17:26:54 +0000 (13:26 -0400)
committerDrashna Jaelre <drashna@live.com>
Tue, 13 Aug 2019 17:26:54 +0000 (10:26 -0700)
commit50045624411df31968f7e2d2996ad342d689fe4f
treed079573ed167060bdd8ef40800275a2392123eae
parent0ec0d29e9f4d83af724d69efbaefeece57faddd9
[Keyboard] Add: Initial steamvan firmware code (#6501)

* Add: Initial steamvan firmware code

* Apply suggestions from code review

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update: Remove old macro commands, per reviewer comments

* Apply suggestions from code review

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update: Remove redundant backlight struct

* Update: Replace preprocessor defines with enum
17 files changed:
keyboards/handwired/steamvan/info.json [new file with mode: 0644]
keyboards/handwired/steamvan/keymaps/default/config.h [new file with mode: 0644]
keyboards/handwired/steamvan/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/handwired/steamvan/keymaps/default/readme.md [new file with mode: 0644]
keyboards/handwired/steamvan/keymaps/jmdaly/config.h [new file with mode: 0644]
keyboards/handwired/steamvan/keymaps/jmdaly/keymap.c [new file with mode: 0644]
keyboards/handwired/steamvan/keymaps/jmdaly/readme.md [new file with mode: 0644]
keyboards/handwired/steamvan/readme.md [new file with mode: 0644]
keyboards/handwired/steamvan/rev1/chconf.h [new file with mode: 0644]
keyboards/handwired/steamvan/rev1/config.h [new file with mode: 0644]
keyboards/handwired/steamvan/rev1/halconf.h [new file with mode: 0644]
keyboards/handwired/steamvan/rev1/led.c [new file with mode: 0644]
keyboards/handwired/steamvan/rev1/led_custom.h [new file with mode: 0644]
keyboards/handwired/steamvan/rev1/mcuconf.h [new file with mode: 0644]
keyboards/handwired/steamvan/rev1/rev1.c [new file with mode: 0644]
keyboards/handwired/steamvan/rev1/rev1.h [new file with mode: 0644]
keyboards/handwired/steamvan/rev1/rules.mk [new file with mode: 0644]