]> git.donarmstrong.com Git - qmk_firmware.git/commit
Keyboard: Add Catch 22 Hotswap Macropad to QMK (#3576)
authorYan-Fa Li <yanfali@gmail.com>
Mon, 6 Aug 2018 15:40:00 +0000 (08:40 -0700)
committerDrashna Jaelre <drashna@live.com>
Mon, 6 Aug 2018 15:40:00 +0000 (08:40 -0700)
commit16d6fd6e8ec8e6423b600459298797c2f14f9647
tree2f179b69ba19bef1a829eb8ceaa712ebfabbe029
parent2b0f5d3beaecf67848d4326add039190d99bba26
Keyboard: Add Catch 22 Hotswap Macropad to QMK (#3576)

* Initial Commit of catch22 macropad by rockydbull

* Add configurator info.json

* Use macros

* Use pragma once

* Use CA22 as product id

* Clean up readme

* Use the layer define value

* Feedback from @drashna
keyboards/catch22/README.md [new file with mode: 0644]
keyboards/catch22/catch22.c [new file with mode: 0644]
keyboards/catch22/catch22.h [new file with mode: 0644]
keyboards/catch22/config.h [new file with mode: 0644]
keyboards/catch22/info.json [new file with mode: 0644]
keyboards/catch22/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/catch22/rules.mk [new file with mode: 0644]