]> git.donarmstrong.com Git - qmk_firmware.git/commit
Keyboard: Adding ortho60 to handwired (#4672)
authorAndrew Kannan <andrew.kannan@klaviyo.com>
Tue, 18 Dec 2018 16:26:43 +0000 (11:26 -0500)
committerDrashna Jaelre <drashna@live.com>
Tue, 18 Dec 2018 16:26:43 +0000 (08:26 -0800)
commit20e134e6817f2927dfa146524f84335b0b7cced3
tree8400bae1bc4a240148bbb2facd4355a4bbc8c889
parent398204b2a03bdac68fccb6f7592ed3ea52741ce5
Keyboard: Adding ortho60 to handwired (#4672)

* Adding ortho60 to handwired

* update to use LAYOUT_ortho_5x12

* Address PR comments about layout macros

* Add default layout to info.json for configurator

* Hack to xyverz layout until RGB branch is merged

* Fix undef RGBDIPIN in xyverz 12x5 layout

* Revert change to xvyerz's layout

* Fix typo

* Fix order

* Revert xyverz rules.mk
21 files changed:
keyboards/handwired/ortho60/boards/GENERIC_STM32_F103/board.c [new file with mode: 0644]
keyboards/handwired/ortho60/boards/GENERIC_STM32_F103/board.h [new file with mode: 0644]
keyboards/handwired/ortho60/boards/GENERIC_STM32_F103/board.mk [new file with mode: 0644]
keyboards/handwired/ortho60/bootloader_defs.h [new file with mode: 0644]
keyboards/handwired/ortho60/chconf.h [new file with mode: 0644]
keyboards/handwired/ortho60/config.h [new file with mode: 0644]
keyboards/handwired/ortho60/halconf.h [new file with mode: 0644]
keyboards/handwired/ortho60/hsv2rgb.c [new file with mode: 0644]
keyboards/handwired/ortho60/hsv2rgb.h [new file with mode: 0644]
keyboards/handwired/ortho60/info.json [new file with mode: 0644]
keyboards/handwired/ortho60/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/handwired/ortho60/ld/MKL26Z64.ld [new file with mode: 0644]
keyboards/handwired/ortho60/ld/STM32F103x8_stm32duino_bootloader.ld [new file with mode: 0644]
keyboards/handwired/ortho60/led.c [new file with mode: 0644]
keyboards/handwired/ortho60/mcuconf.h [new file with mode: 0644]
keyboards/handwired/ortho60/ortho60.c [new file with mode: 0644]
keyboards/handwired/ortho60/ortho60.h [new file with mode: 0644]
keyboards/handwired/ortho60/readme.md [new file with mode: 0644]
keyboards/handwired/ortho60/rules.mk [new file with mode: 0644]
keyboards/handwired/ortho60/underglow.c [new file with mode: 0644]
keyboards/handwired/ortho60/underglow.h [new file with mode: 0644]