forked from mirrors/qmk_firmware
rename to proton c
This commit is contained in:
parent
5bb1e7869c
commit
459dfa510e
17 changed files with 13 additions and 13 deletions
|
@ -1 +0,0 @@
|
|||
# The default keymap for clueboard 60%
|
|
@ -23,8 +23,8 @@
|
|||
#define PRODUCT_ID 0x1770
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER QMK
|
||||
#define PRODUCT Handwire
|
||||
#define DESCRIPTION "Handwire protoboard"
|
||||
#define PRODUCT Proton C
|
||||
#define DESCRIPTION "Proton C protoboard"
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 12
|
|
@ -1,4 +1,4 @@
|
|||
#include "_qmk_handwire.h"
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
#define _______ KC_TRNS
|
||||
|
1
keyboards/proton_c/keymaps/default/readme.md
Normal file
1
keyboards/proton_c/keymaps/default/readme.md
Normal file
|
@ -0,0 +1 @@
|
|||
# The default keymap for the Proton C
|
|
@ -14,7 +14,7 @@
|
|||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "_qmk_handwire.h"
|
||||
#include "proton_c.h"
|
||||
|
||||
void matrix_init_kb(void) {
|
||||
|
|
@ -14,15 +14,15 @@
|
|||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#ifndef QMK_HANDWIRE_H
|
||||
#define QMK_HANDWIRE_H
|
||||
#ifndef PROTON_C_H
|
||||
#define PROTON_C_H
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
/*
|
||||
* These are shortcuts to help you work with the various layout options. If your
|
||||
* These are shortcuts to help you work with the various layout options. If your
|
||||
* keymap works with one of the LAYOUT_...() macros you are encouraged to use that
|
||||
* and to contribute your keymap to the corresponding layout in
|
||||
* and to contribute your keymap to the corresponding layout in
|
||||
* `qmk_firmware/layouts/community`.
|
||||
*/
|
||||
|
||||
|
@ -56,4 +56,4 @@
|
|||
{ k50, k51, k52, 0, 0, 0, 0 } \
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
|
@ -1,14 +1,14 @@
|
|||
# QMK Handwire
|
||||
# Proton C
|
||||
|
||||
An Arm-based handwire board.
|
||||
|
||||
* Keyboard Maintainer: [Jack Humbert](https://github.com/jackhumbert)
|
||||
* Hardware Supported: QMK Handwire
|
||||
* Hardware Supported: QMK Proton C
|
||||
* rev1 (1.0)
|
||||
* Hardware Availability: [qmk.fm](https://qmk.fm/)
|
||||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make _qmk_handwire:default
|
||||
make proton_c:default
|
||||
|
||||
See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information.
|
Loading…
Reference in a new issue