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 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
 | 
				
			||||||
 | 
					
 | 
				
			||||||
							
								
								
									
										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
 | 
					 * 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,15 +14,15 @@
 | 
				
			||||||
 * 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"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 * 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
 | 
					 * 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`.
 | 
					 * `qmk_firmware/layouts/community`.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -56,4 +56,4 @@
 | 
				
			||||||
    { k50, k51, k52, 0,   0,   0,   0   } \
 | 
					    { k50, k51, k52, 0,   0,   0,   0   } \
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
| 
						 | 
					@ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue