rename to proton c

keymap_folders
Jack Humbert 7 years ago
parent 5bb1e7869c
commit 459dfa510e

@ -1 +0,0 @@
# The default keymap for clueboard 60%

@ -23,8 +23,8 @@
#define PRODUCT_ID 0x1770 #define PRODUCT_ID 0x1770
#define DEVICE_VER 0x0001 #define DEVICE_VER 0x0001
#define MANUFACTURER QMK #define MANUFACTURER QMK
#define PRODUCT Handwire #define PRODUCT Proton C
#define DESCRIPTION "Handwire protoboard" #define DESCRIPTION "Proton C protoboard"
/* key matrix size */ /* key matrix size */
#define MATRIX_ROWS 12 #define MATRIX_ROWS 12

@ -1,4 +1,4 @@
#include "_qmk_handwire.h" #include QMK_KEYBOARD_H
#define _______ KC_TRNS #define _______ KC_TRNS

@ -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 * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * 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) { void matrix_init_kb(void) {

@ -14,8 +14,8 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef QMK_HANDWIRE_H #ifndef PROTON_C_H
#define QMK_HANDWIRE_H #define PROTON_C_H
#include "quantum.h" #include "quantum.h"

@ -1,14 +1,14 @@
# QMK Handwire # Proton C
An Arm-based handwire board. An Arm-based handwire board.
* Keyboard Maintainer: [Jack Humbert](https://github.com/jackhumbert) * Keyboard Maintainer: [Jack Humbert](https://github.com/jackhumbert)
* Hardware Supported: QMK Handwire * Hardware Supported: QMK Proton C
* rev1 (1.0) * rev1 (1.0)
* Hardware Availability: [qmk.fm](https://qmk.fm/) * Hardware Availability: [qmk.fm](https://qmk.fm/)
Make example for this keyboard (after setting up your build environment): 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. 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…
Cancel
Save