]> git.donarmstrong.com Git - qmk_firmware.git/commit
Keyboard: Add QC60 (#3472)
authorMichael Pio <mfmayol@up.edu.ph>
Wed, 25 Jul 2018 15:18:36 +0000 (23:18 +0800)
committerDrashna Jaelre <drashna@live.com>
Wed, 25 Jul 2018 15:18:36 +0000 (08:18 -0700)
commitc14e297ad586fa5686d51fdf2618fa87803a67c4
treeb79e6ab6856feb4481780a0fe54962476f69f286
parent9ce35e823b945aca427f11e1a4ae26d6ea672ff4
Keyboard: Add QC60 (#3472)

* Added initial files for QC60 prototype

* renamed all 'keymap' to 'layout'

* renamed layout macros to suggested naming convention of LAYOUT_macro_description

* replaced boilerplate

* removed rules.mk from keymap folders

* replaced 'qc60/rev1' with 'qc60/proto'

* replaced more boilerplate

* renamed DEFAULT_FOLDER to point at the correct folder

* updated readme
14 files changed:
keyboards/handwired/qc60/README.md [new file with mode: 0644]
keyboards/handwired/qc60/config.h [new file with mode: 0644]
keyboards/handwired/qc60/info.json [new file with mode: 0644]
keyboards/handwired/qc60/keymaps/default/config.h [new file with mode: 0644]
keyboards/handwired/qc60/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/handwired/qc60/keymaps/wntrmln/config.h [new file with mode: 0644]
keyboards/handwired/qc60/keymaps/wntrmln/keymap.c [new file with mode: 0644]
keyboards/handwired/qc60/proto/config.h [new file with mode: 0644]
keyboards/handwired/qc60/proto/proto.c [new file with mode: 0644]
keyboards/handwired/qc60/proto/proto.h [new file with mode: 0644]
keyboards/handwired/qc60/proto/rules.mk [new file with mode: 0644]
keyboards/handwired/qc60/qc60.c [new file with mode: 0644]
keyboards/handwired/qc60/qc60.h [new file with mode: 0644]
keyboards/handwired/qc60/rules.mk [new file with mode: 0644]