Move keyboard USB IDs and strings to data driven, pass 2: handwired (#18079)
This commit is contained in:
		| @@ -18,13 +18,6 @@ | ||||
|  | ||||
| #include "config_common.h" | ||||
|  | ||||
| /* USB Device descriptor parameter */ | ||||
| #define VENDOR_ID       0xFEED | ||||
| #define PRODUCT_ID      0xDAD3 | ||||
| #define DEVICE_VER      0x0100 | ||||
| #define MANUFACTURER    GhostSeven | ||||
| #define PRODUCT         Bento Macropad Rev. 1 | ||||
|  | ||||
| /* key matrix size */ | ||||
| #define MATRIX_ROWS 2 | ||||
| #define MATRIX_COLS 3 | ||||
|   | ||||
| @@ -1,7 +1,13 @@ | ||||
| { | ||||
|   "keyboard_name": "Bento Macropad", | ||||
|   "keyboard_name": "Bento Macropad Rev. 1", | ||||
|   "manufacturer": "GhostSeven", | ||||
|   "url": "https://www.thingiverse.com/thing:4416966", | ||||
|   "maintainer": "Ghostseven", | ||||
|   "usb": { | ||||
|     "vid": "0xFEED", | ||||
|     "pid": "0xDAD3", | ||||
|     "device_version": "1.0.0" | ||||
|   }, | ||||
|   "layouts": { | ||||
|     "LAYOUT": { | ||||
|       "layout": [ | ||||
| @@ -1,7 +1,11 @@ | ||||
| { | ||||
|   "keyboard_name": "CO60", | ||||
|   "manufacturer": "John M Daly", | ||||
|   "url": "https://github.com/jmdaly/CO60", | ||||
|   "maintainer": "qmk", | ||||
|   "usb": { | ||||
|     "vid": "0xFEED", | ||||
|     "pid": "0x0000" | ||||
|   }, | ||||
|   "layouts": { | ||||
|     "LAYOUT_all": { | ||||
|       "layout": [{"label":"Esc", "x":0, "y":0}, {"label":"!", "x":1, "y":0}, {"label":"@", "x":2, "y":0}, {"label":"#", "x":3, "y":0}, {"label":"$", "x":4, "y":0}, {"label":"%", "x":5, "y":0}, {"label":"^", "x":6, "y":0}, {"label":"&", "x":7, "y":0}, {"label":"*", "x":8, "y":0}, {"label":"(", "x":9, "y":0}, {"label":")", "x":10, "y":0}, {"label":"_", "x":11, "y":0}, {"label":"+", "x":12, "y":0}, {"label":"~", "x":13, "y":0}, {"label":"Del", "x":14, "y":0}, {"label":"Tab", "x":0, "y":1, "w":1.5}, {"label":"Q", "x":1.5, "y":1}, {"label":"W", "x":2.5, "y":1}, {"label":"E", "x":3.5, "y":1}, {"label":"R", "x":4.5, "y":1}, {"label":"T", "x":5.5, "y":1}, {"label":"Y", "x":6.5, "y":1}, {"label":"U", "x":7.5, "y":1}, {"label":"I", "x":8.5, "y":1}, {"label":"O", "x":9.5, "y":1}, {"label":"P", "x":10.5, "y":1}, {"label":"{", "x":11.5, "y":1}, {"label":"}", "x":12.5, "y":1}, {"label":"|", "x":13.5, "y":1, "w":1.5}, {"label":"Caps Lock", "x":0, "y":2, "w":1.75}, {"label":"A", "x":1.75, "y":2}, {"label":"S", "x":2.75, "y":2}, {"label":"D", "x":3.75, "y":2}, {"label":"F", "x":4.75, "y":2}, {"label":"G", "x":5.75, "y":2}, {"label":"H", "x":6.75, "y":2}, {"label":"J", "x":7.75, "y":2}, {"label":"K", "x":8.75, "y":2}, {"label":"L", "x":9.75, "y":2}, {"label":":", "x":10.75, "y":2}, {"label":"\"", "x":11.75, "y":2}, {"x":12.75, "y":2}, {"label":"Enter", "x":13.75, "y":2, "w":1.25}, {"label":"Shift", "x":0, "y":3, "w":1.25}, {"x":1.25, "y":3}, {"label":"Z", "x":2.25, "y":3}, {"label":"X", "x":3.25, "y":3}, {"label":"C", "x":4.25, "y":3}, {"label":"V", "x":5.25, "y":3}, {"label":"B", "x":6.25, "y":3}, {"label":"N", "x":7.25, "y":3}, {"label":"M", "x":8.25, "y":3}, {"label":"<", "x":9.25, "y":3}, {"label":">", "x":10.25, "y":3}, {"label":"?", "x":11.25, "y":3}, {"label":"Shift", "x":12.25, "y":3, "w":1.75}, {"label":"Fn", "x":14, "y":3}, {"label":"Ctrl", "x":0, "y":4, "w":1.25}, {"label":"Win", "x":1.25, "y":4, "w":1.25}, {"label":"Alt", "x":2.5, "y":4, "w":1.25}, {"label":"LSpace", "x":3.75, "y":4, "w":2.25}, {"label":"Fn", "x":6, "y":4, "w":1.25}, {"label":"RSpace", "x":7.25, "y":4, "w":2.75}, {"label":"Alt", "x":10, "y":4, "w":1}, {"label":"Win", "x":11, "y":4, "w":1}, {"label":"Menu", "x":12, "y":4, "w":1}, {"label":"Ctrl", "x":13, "y":4, "w":1}, {"label":"Fn", "x":14, "y":4, "w":1}] | ||||
|   | ||||
| @@ -19,13 +19,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  | ||||
| #include "config_common.h" | ||||
|  | ||||
| /* USB Device descriptor parameter */ | ||||
| #define VENDOR_ID       0xFEED | ||||
| #define PRODUCT_ID      0x0000 | ||||
| #define DEVICE_VER      0x0001 | ||||
| #define MANUFACTURER    John M Daly | ||||
| #define PRODUCT         CO60 | ||||
|  | ||||
| /* key matrix size */ | ||||
| #define MATRIX_ROWS 5 | ||||
| #define MATRIX_COLS 15 | ||||
|   | ||||
							
								
								
									
										6
									
								
								keyboards/handwired/co60/rev1/info.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								keyboards/handwired/co60/rev1/info.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,6 @@ | ||||
| { | ||||
|     "keyboard_name": "CO60 rev 1", | ||||
|     "usb": { | ||||
|         "device_version": "1.0.0" | ||||
|     } | ||||
| } | ||||
| @@ -18,13 +18,6 @@ | ||||
|  | ||||
| #include "config_common.h" | ||||
|  | ||||
| /* USB Device descriptor parameter */ | ||||
| #define VENDOR_ID       0xFEED | ||||
| #define PRODUCT_ID      0x0000 | ||||
| #define DEVICE_VER      0x0001 | ||||
| #define MANUFACTURER    John M Daly | ||||
| #define PRODUCT         CO60 rev6 | ||||
|  | ||||
| /* key matrix size */ | ||||
| #define MATRIX_ROWS 5 | ||||
| #define MATRIX_COLS 15 | ||||
|   | ||||
							
								
								
									
										6
									
								
								keyboards/handwired/co60/rev6/info.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								keyboards/handwired/co60/rev6/info.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,6 @@ | ||||
| { | ||||
|     "keyboard_name": "CO60 rev 6", | ||||
|     "usb": { | ||||
|         "device_version": "6.0.0" | ||||
|     } | ||||
| } | ||||
| @@ -19,13 +19,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  | ||||
| #include "config_common.h" | ||||
|  | ||||
| /* USB Device descriptor parameter */ | ||||
| #define VENDOR_ID       0xFEED | ||||
| #define PRODUCT_ID      0x0000 | ||||
| #define DEVICE_VER	0x0001 | ||||
| #define MANUFACTURER    John M Daly | ||||
| #define PRODUCT         CO60 rev7 | ||||
|  | ||||
| /* key matrix size */ | ||||
| #define MATRIX_ROWS 5 | ||||
| #define MATRIX_COLS 15 | ||||
|   | ||||
							
								
								
									
										6
									
								
								keyboards/handwired/co60/rev7/info.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								keyboards/handwired/co60/rev7/info.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,6 @@ | ||||
| { | ||||
|     "keyboard_name": "CO60 rev 7", | ||||
|     "usb": { | ||||
|         "device_version": "7.0.0" | ||||
|     } | ||||
| } | ||||
| @@ -18,14 +18,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  | ||||
| #include "config_common.h" | ||||
|  | ||||
| #define PRODUCT_ID      0x3536 | ||||
| #define DEVICE_VER      0x0003 | ||||
| #ifdef MANUFACTURER | ||||
|  #undef MANUFACTURER | ||||
| #endif | ||||
| #define MANUFACTURER    DLFord | ||||
| #define PRODUCT         Dactyl Minidox (3x5+3) | ||||
|  | ||||
| // Communication | ||||
| // #define USE_I2C | ||||
| #define USE_SERIAL | ||||
|   | ||||
| @@ -1,7 +1,13 @@ | ||||
| { | ||||
|     "keyboard_name": "Dactyl Manuform 3x5_3", | ||||
|     "keyboard_name": "Dactyl Minidox (3x5+3)", | ||||
|     "manufacturer": "DLFord", | ||||
|     "url": "https://www.dlford.io/keyboard-build-guide-per-key-rgb-leds/", | ||||
|     "maintainer": "dlford", | ||||
|     "usb": { | ||||
|         "vid": "0x444D", | ||||
|         "pid": "0x3536", | ||||
|         "device_version": "0.0.3" | ||||
|     }, | ||||
|     "layouts": { | ||||
|         "LAYOUT_split_3x5_3": { | ||||
|             "layout": [ | ||||
|   | ||||
| @@ -20,11 +20,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  | ||||
| #include "config_common.h" | ||||
|  | ||||
| /* USB Device descriptor parameter */ | ||||
| #define PRODUCT_ID   0x3435 | ||||
| #define DEVICE_VER   0x0001 | ||||
| #define MANUFACTURER tshort | ||||
|  | ||||
| /* key matrix size */ | ||||
| // Rows are doubled-up | ||||
| #define MATRIX_ROWS 10 | ||||
|   | ||||
| @@ -1,7 +1,13 @@ | ||||
| { | ||||
|     "keyboard_name": "Dactyl Manuform 4x5", | ||||
|     "manufacturer": "tshort", | ||||
|     "url": "", | ||||
|     "maintainer": "qmk", | ||||
|     "usb": { | ||||
|         "vid": "0x444D", | ||||
|         "pid": "0x3435", | ||||
|         "device_version": "0.0.1" | ||||
|     }, | ||||
|     "layouts": { | ||||
|         "LAYOUT": { | ||||
|             "layout": [ | ||||
|   | ||||
| @@ -5,15 +5,6 @@ | ||||
|  | ||||
| #include "config_common.h" | ||||
|  | ||||
|  | ||||
| /* USB Device descriptor parameters */ | ||||
| #define PRODUCT_ID 0x3435 | ||||
| #define DEVICE_VER 0x0001 | ||||
|  | ||||
| #ifndef MANUFACTURER | ||||
| #define MANUFACTURER ssedrick | ||||
| #endif | ||||
|  | ||||
| #define MATRIX_ROWS 10 | ||||
| #define MATRIX_COLUMNS 5 | ||||
|  | ||||
|   | ||||
| @@ -1,7 +1,13 @@ | ||||
| { | ||||
|     "keyboard_name": "Dactyl Manuform 4x5 5 thumb keys", | ||||
|     "manufacturer": "ssedrick", | ||||
|     "url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/handwired/dactyl_manuform/4x5_5", | ||||
|     "maintainer": "ssedrick", | ||||
|     "usb": { | ||||
|         "vid": "0x444D", | ||||
|         "pid": "0x3435", | ||||
|         "device_version": "0.0.1" | ||||
|     }, | ||||
|     "layouts": { | ||||
|         "LAYOUT": { | ||||
|             "layout": [ | ||||
|   | ||||
| @@ -20,10 +20,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  | ||||
| #include "config_common.h" | ||||
|  | ||||
| /* USB Device descriptor parameter */ | ||||
| #define PRODUCT_ID 0x3436 | ||||
| #define DEVICE_VER 0x0001 | ||||
|  | ||||
| /* key matrix size */ | ||||
| // Rows are doubled-up | ||||
| #define MATRIX_ROWS 10 | ||||
|   | ||||
| @@ -1,7 +1,13 @@ | ||||
| { | ||||
|     "keyboard_name": "Dactyl Manuform 4x6", | ||||
|     "manufacturer": "tshort", | ||||
|     "url": "", | ||||
|     "maintainer": "qmk", | ||||
|     "usb": { | ||||
|         "vid": "0x444D", | ||||
|         "pid": "0x3436", | ||||
|         "device_version": "0.0.1" | ||||
|     }, | ||||
|     "layouts": { | ||||
|         "LAYOUT": { | ||||
|             "layout": [ | ||||
|   | ||||
| @@ -20,10 +20,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  | ||||
| #include "config_common.h" | ||||
|  | ||||
| /* USB Device descriptor parameter */ | ||||
| #define PRODUCT_ID 0x3436 | ||||
| #define DEVICE_VER 0x0001 | ||||
|  | ||||
| /* key matrix size */ | ||||
| // Rows are doubled-up | ||||
| #define MATRIX_ROWS 10 | ||||
|   | ||||
| @@ -1,7 +1,13 @@ | ||||
| { | ||||
|     "keyboard_name": "Dactyl Manuform 4x6 5 thumb keys", | ||||
|     "manufacturer": "tshort", | ||||
|     "url": "", | ||||
|     "maintainer": "qmk", | ||||
|     "usb": { | ||||
|         "vid": "0x444D", | ||||
|         "pid": "0x3436", | ||||
|         "device_version": "0.0.1" | ||||
|     }, | ||||
|     "layouts": { | ||||
|         "LAYOUT": { | ||||
|             "layout": [ | ||||
|   | ||||
| @@ -20,10 +20,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  | ||||
| #include "config_common.h" | ||||
|  | ||||
| #define PRODUCT_ID 0x3536 | ||||
| #define DEVICE_VER 0x0001 | ||||
| #define PRODUCT    Dactyl-Manuform (5x6) | ||||
|  | ||||
| /* key matrix size */ | ||||
| // Rows are doubled-up | ||||
| #define MATRIX_ROWS 12 | ||||
|   | ||||
| @@ -1,7 +1,13 @@ | ||||
| { | ||||
|     "keyboard_name": "Dactyl Manuform 5x6", | ||||
|     "keyboard_name": "Dactyl-Manuform (5x6)", | ||||
|     "manufacturer": "tshort", | ||||
|     "url": "", | ||||
|     "maintainer": "qmk", | ||||
|     "usb": { | ||||
|         "vid": "0x444D", | ||||
|         "pid": "0x3536", | ||||
|         "device_version": "0.0.1" | ||||
|     }, | ||||
|     "layouts": { | ||||
|         "LAYOUT_5x6": { | ||||
|             "layout": [ | ||||
|   | ||||
| @@ -19,10 +19,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  | ||||
| #include "config_common.h" | ||||
|  | ||||
| #define PRODUCT_ID 0x3536 | ||||
| #define DEVICE_VER 0x0003 | ||||
| #define PRODUCT    Dactyl-Manuform (5x6+2) | ||||
|  | ||||
| /* key matrix size */ | ||||
| #define MATRIX_ROWS 12 | ||||
| #define MATRIX_COLS 6 | ||||
|   | ||||
| @@ -1,7 +1,13 @@ | ||||
| { | ||||
|     "keyboard_name": "Dactyl Manuform 5x6 2 extra keys and 5 thumb keys", | ||||
|     "keyboard_name": "Dactyl-Manuform (5x6+2)", | ||||
|     "manufacturer": "tshort", | ||||
|     "url": "", | ||||
|     "maintainer": "jceb", | ||||
|     "usb": { | ||||
|         "vid": "0x444D", | ||||
|         "pid": "0x3536", | ||||
|         "device_version": "0.0.3" | ||||
|     }, | ||||
|     "layouts": { | ||||
|         "LAYOUT_5x6_2_5": { | ||||
|             "layout": [ | ||||
|   | ||||
| @@ -20,10 +20,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  | ||||
| #include "config_common.h" | ||||
|  | ||||
| #define PRODUCT_ID 0x3536 | ||||
| #define DEVICE_VER 0x0002 | ||||
| #define PRODUCT    Dactyl-Manuform (5x6) | ||||
|  | ||||
| /* key matrix size */ | ||||
| // Rows are doubled-up | ||||
| #define MATRIX_ROWS 12 | ||||
|   | ||||
| @@ -1,7 +1,13 @@ | ||||
| { | ||||
|     "keyboard_name": "Dactyl Manuform 5x6 5 thumb keys", | ||||
|     "keyboard_name": "Dactyl-Manuform (5x6)", | ||||
|     "manufacturer": "tshort", | ||||
|     "url": "", | ||||
|     "maintainer": "jceb", | ||||
|     "usb": { | ||||
|         "vid": "0x444D", | ||||
|         "pid": "0x3536", | ||||
|         "device_version": "0.0.2" | ||||
|     }, | ||||
|     "layouts": { | ||||
|         "LAYOUT_5x6_5": { | ||||
|             "layout": [ | ||||
|   | ||||
| @@ -20,10 +20,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  | ||||
| #include "config_common.h" | ||||
|  | ||||
| #define PRODUCT_ID 0x3537 | ||||
| #define DEVICE_VER 0x0001 | ||||
| #define PRODUCT    Dactyl-Manuform (5x7) | ||||
|  | ||||
| /* key matrix size */ | ||||
| // Rows are doubled-up | ||||
| #define MATRIX_ROWS 12 | ||||
|   | ||||
| @@ -1,7 +1,13 @@ | ||||
| { | ||||
|     "keyboard_name": "Dactyl Manuform 5x7", | ||||
|     "keyboard_name": "Dactyl-Manuform (5x7)", | ||||
|     "manufacturer": "tshort", | ||||
|     "url": "", | ||||
|     "maintainer": "qmk", | ||||
|     "usb": { | ||||
|         "vid": "0x444D", | ||||
|         "pid": "0x3537", | ||||
|         "device_version": "0.0.1" | ||||
|     }, | ||||
|     "layouts": { | ||||
|         "LAYOUT_5x7": { | ||||
|             "layout": [ | ||||
|   | ||||
| @@ -20,10 +20,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  | ||||
| #include "config_common.h" | ||||
|  | ||||
| #define PRODUCT_ID  0x3636 | ||||
| #define DEVICE_VER  0x0001 | ||||
| #define PRODUCT     "Dactyl-Manuform (6x6)" | ||||
|  | ||||
| /* USB Device descriptor parameter */ | ||||
|  | ||||
| /* key matrix size */ | ||||
|   | ||||
| @@ -1,7 +1,13 @@ | ||||
| { | ||||
|     "keyboard_name": "Dactyl Manuform 6x6", | ||||
|     "keyboard_name": "Dactyl-Manuform (6x6)", | ||||
|     "manufacturer": "tshort", | ||||
|     "url": "", | ||||
|     "maintainer": "qmk", | ||||
|     "usb": { | ||||
|         "vid": "0x444D", | ||||
|         "pid": "0x3636", | ||||
|         "device_version": "0.0.1" | ||||
|     }, | ||||
|     "layouts": { | ||||
|         "LAYOUT_6x6": { | ||||
|             "layout": [ | ||||
|   | ||||
| @@ -20,10 +20,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  | ||||
| #include "config_common.h" | ||||
|  | ||||
| #define PRODUCT_ID 0x3636 | ||||
| #define DEVICE_VER 0x0001 | ||||
| #define PRODUCT    Dactyl-Manuform (6x6+4) | ||||
|  | ||||
| /* key matrix size */ | ||||
| // Rows are doubled-up | ||||
| #define MATRIX_ROWS 14 | ||||
|   | ||||
| @@ -1,7 +1,13 @@ | ||||
| { | ||||
|     "keyboard_name": "Dactyl Manuform 6x6 4 extra keys", | ||||
|     "keyboard_name": "Dactyl-Manuform (6x6+4)", | ||||
|     "manufacturer": "tshort", | ||||
|     "url": "", | ||||
|     "maintainer": "dmik", | ||||
|     "usb": { | ||||
|         "vid": "0x444D", | ||||
|         "pid": "0x3636", | ||||
|         "device_version": "0.0.1" | ||||
|     }, | ||||
|     "layouts": { | ||||
|         "LAYOUT_6x6_4": { | ||||
|             "layout": [ | ||||
|   | ||||
| @@ -20,10 +20,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  | ||||
| #include "config_common.h" | ||||
|  | ||||
| #define PRODUCT_ID 0x3636 | ||||
| #define DEVICE_VER 0x0001 | ||||
| #define PRODUCT    Dactyl-Manuform (6x6+4) | ||||
|  | ||||
| /* key matrix size */ | ||||
| // Rows are doubled-up | ||||
| #define MATRIX_ROWS 14 | ||||
|   | ||||
| @@ -1,7 +1,13 @@ | ||||
| { | ||||
|     "keyboard_name": "Dactyl Manuform 6x6 Kinesis Advantage edition", | ||||
|     "keyboard_name": "Dactyl-Manuform (6x6+4)", | ||||
|     "manufacturer": "tshort", | ||||
|     "url": "", | ||||
|     "maintainer": "dmik", | ||||
|     "usb": { | ||||
|         "vid": "0x444D", | ||||
|         "pid": "0x3636", | ||||
|         "device_version": "0.0.1" | ||||
|     }, | ||||
|     "layouts": { | ||||
|         "LAYOUT_6x6_kinesis": { | ||||
|             "layout": [ | ||||
|   | ||||
| @@ -20,10 +20,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  | ||||
| #include "config_common.h" | ||||
|  | ||||
| #define PRODUCT_ID 0x3636 | ||||
| #define DEVICE_VER 0x0001 | ||||
| #define PRODUCT    Dactyl-Manuform (6x7) | ||||
|  | ||||
| /* key matrix size */ | ||||
| // Rows are doubled-up | ||||
| #define MATRIX_ROWS 14 | ||||
|   | ||||
| @@ -1,7 +1,13 @@ | ||||
| { | ||||
|     "keyboard_name": "Dactyl Manuform 6x7", | ||||
|     "keyboard_name": "Dactyl-Manuform (6x7)", | ||||
|     "manufacturer": "tshort", | ||||
|     "url": "", | ||||
|     "maintainer": "qmk", | ||||
|     "usb": { | ||||
|         "vid": "0x444D", | ||||
|         "pid": "0x3636", | ||||
|         "device_version": "0.0.1" | ||||
|     }, | ||||
|     "layouts": { | ||||
|         "LAYOUT_6x7": { | ||||
|             "layout": [ | ||||
|   | ||||
| @@ -20,10 +20,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  | ||||
| #include "config_common.h" | ||||
|  | ||||
| /* USB Device descriptor parameter */ | ||||
| #define VENDOR_ID    0x444D | ||||
| #define MANUFACTURER tshort | ||||
|  | ||||
| /* mouse config */ | ||||
| #define MOUSEKEY_INTERVAL    20 | ||||
| #define MOUSEKEY_DELAY       0 | ||||
|   | ||||
| @@ -2,9 +2,6 @@ | ||||
|  | ||||
| #include "config_common.h" | ||||
|  | ||||
| #define PRODUCT_ID 0x3632 | ||||
| #define DEVICE_VER 0x0001 | ||||
| #define PRODUCT    DMOTE (62-key) | ||||
| #define MATRIX_ROWS 12 | ||||
| #define MATRIX_COLS 6 | ||||
|  | ||||
|   | ||||
| @@ -1,7 +1,13 @@ | ||||
| { | ||||
|     "keyboard_name": "DMOTE 62-key", | ||||
|     "keyboard_name": "DMOTE (62-key)", | ||||
|     "manufacturer": "tshort", | ||||
|     "url": "", | ||||
|     "maintainer": "veikman", | ||||
|     "usb": { | ||||
|         "vid": "0x444D", | ||||
|         "pid": "0x3632", | ||||
|         "device_version": "0.0.1" | ||||
|     }, | ||||
|     "layouts": { | ||||
|         "LAYOUT_62key": { | ||||
|             "layout": [ | ||||
|   | ||||
| @@ -1,7 +1,4 @@ | ||||
| { | ||||
|     "keyboard_name": "Dygma Raise", | ||||
|     "url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/dygma/raise", | ||||
|     "maintainer": "ibash", | ||||
|     "layouts": { | ||||
|         "LAYOUT_all": { | ||||
|             "layout": [ | ||||
|   | ||||
| @@ -17,13 +17,6 @@ | ||||
|  | ||||
| #include "config_common.h" | ||||
|  | ||||
| /* USB Device descriptor parameter */ | ||||
| #define VENDOR_ID 0x1209 | ||||
| #define PRODUCT_ID 0x2201 | ||||
| #define DEVICE_VER 0x0001 | ||||
| #define MANUFACTURER Dygma | ||||
| #define PRODUCT Raise | ||||
|  | ||||
| /* key matrix size */ | ||||
| // rows are doubled for split | ||||
| #define MATRIX_ROWS 10 | ||||
|   | ||||
							
								
								
									
										11
									
								
								keyboards/handwired/dygma/raise/info.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								keyboards/handwired/dygma/raise/info.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| { | ||||
|     "keyboard_name": "Raise", | ||||
|     "manufacturer": "Dygma", | ||||
|     "url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/dygma/raise", | ||||
|     "maintainer": "ibash", | ||||
|     "usb": { | ||||
|         "vid": "0x1209", | ||||
|         "pid": "0x2201", | ||||
|         "device_version": "0.0.1" | ||||
|     } | ||||
| } | ||||
| @@ -1,7 +1,4 @@ | ||||
| { | ||||
|     "keyboard_name": "Dygma Raise", | ||||
|     "url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/dygma/raise", | ||||
|     "maintainer": "ibash", | ||||
|     "layouts": { | ||||
|         "LAYOUT_all": { | ||||
|             "layout": [ | ||||
|   | ||||
| @@ -1,6 +1,4 @@ | ||||
| #pragma once | ||||
|  | ||||
| #define PRODUCT sculpt mobile astar | ||||
|  | ||||
| #define MATRIX_ROW_PINS { D7, C6, D4, D0, D1, D3, D2, E2 } | ||||
| #define MATRIX_COL_PINS { B4, B5, E6, B7, B6, D6, C7, F7, F6, F4, F5, F1, F0, D5, B0, B1, B2, B3 } | ||||
|   | ||||
							
								
								
									
										3
									
								
								keyboards/handwired/ms_sculpt_mobile/astar/info.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								keyboards/handwired/ms_sculpt_mobile/astar/info.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| { | ||||
|     "keyboard_name": "sculpt mobile astar" | ||||
| } | ||||
| @@ -19,12 +19,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  | ||||
| #include "config_common.h" | ||||
|  | ||||
| /* USB Device descriptor parameter */ | ||||
| #define VENDOR_ID       0xFEED | ||||
| #define PRODUCT_ID      0x6060 | ||||
| #define DEVICE_VER      0x0001 | ||||
| #define MANUFACTURER    Microsoftplus | ||||
|  | ||||
| /* key matrix size */ | ||||
| #define MATRIX_ROWS 8 | ||||
| #define MATRIX_COLS 18 | ||||
|   | ||||
| @@ -1,7 +1,12 @@ | ||||
| { | ||||
|     "keyboard_name": "MS Sculpt Mobile", | ||||
|     "manufacturer": "Microsoftplus", | ||||
|     "url": "", | ||||
|     "maintainer": "qmk", | ||||
|     "usb": { | ||||
|         "vid": "0xFEED", | ||||
|         "pid": "0x6060", | ||||
|         "device_version": "0.0.1" | ||||
|     }, | ||||
|     "layouts": { | ||||
|         "LAYOUT": { | ||||
|             "layout": [ | ||||
|   | ||||
| @@ -1,6 +1,4 @@ | ||||
| #pragma once | ||||
|  | ||||
| #define PRODUCT sculpt mobile teensypp | ||||
|  | ||||
| #define MATRIX_ROW_PINS { F7, F6, F4, F5, F3, F2, F1, F0 } | ||||
| #define MATRIX_COL_PINS { B7, D0, D1, D2, D3, D4, D5, D6, D7, E0, E1, C1, C0, C3, C2, C5, C4, C7 } | ||||
|   | ||||
							
								
								
									
										3
									
								
								keyboards/handwired/ms_sculpt_mobile/teensy2pp/info.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								keyboards/handwired/ms_sculpt_mobile/teensy2pp/info.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| { | ||||
|     "keyboard_name": "sculpt mobile teensypp" | ||||
| } | ||||
| @@ -18,8 +18,6 @@ | ||||
|  | ||||
| #include "config_common.h" | ||||
|  | ||||
| #define PRODUCT Onekey Blackpill STM32F401 | ||||
|  | ||||
| #define MATRIX_COL_PINS { B0 } | ||||
| #define MATRIX_ROW_PINS { A7 } | ||||
| #define UNUSED_PINS | ||||
|   | ||||
							
								
								
									
										3
									
								
								keyboards/handwired/onekey/blackpill_f401/info.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								keyboards/handwired/onekey/blackpill_f401/info.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| { | ||||
|     "keyboard_name": "Onekey Blackpill STM32F401" | ||||
| } | ||||
| @@ -18,8 +18,6 @@ | ||||
|  | ||||
| #include "config_common.h" | ||||
|  | ||||
| #define PRODUCT Onekey Blackpill STM32F411 | ||||
|  | ||||
| #define MATRIX_COL_PINS { B0 } | ||||
| #define MATRIX_ROW_PINS { A7 } | ||||
| #define UNUSED_PINS | ||||
|   | ||||
							
								
								
									
										3
									
								
								keyboards/handwired/onekey/blackpill_f411/info.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								keyboards/handwired/onekey/blackpill_f411/info.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| { | ||||
|     "keyboard_name": "Onekey Blackpill STM32F411" | ||||
| } | ||||
| @@ -18,8 +18,6 @@ | ||||
|  | ||||
| #include "config_common.h" | ||||
|  | ||||
| #define PRODUCT Onekey Blackpill STM32F411 TinyUF2 | ||||
|  | ||||
| #define MATRIX_COL_PINS { B0 } | ||||
| #define MATRIX_ROW_PINS { A7 } | ||||
| #define UNUSED_PINS | ||||
|   | ||||
| @@ -0,0 +1,3 @@ | ||||
| { | ||||
|     "keyboard_name": "Onekey Blackpill STM32F411 TinyUF2" | ||||
| } | ||||
| @@ -18,8 +18,6 @@ | ||||
|  | ||||
| #include "config_common.h" | ||||
|  | ||||
| #define PRODUCT Onekey Bluepill STM32F103 | ||||
|  | ||||
| #define MATRIX_COL_PINS { B0 } | ||||
| #define MATRIX_ROW_PINS { A7 } | ||||
| #define UNUSED_PINS | ||||
|   | ||||
							
								
								
									
										3
									
								
								keyboards/handwired/onekey/bluepill/info.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								keyboards/handwired/onekey/bluepill/info.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| { | ||||
|     "keyboard_name": "Onekey Bluepill STM32F103" | ||||
| } | ||||
| @@ -17,12 +17,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  | ||||
| #pragma once | ||||
|  | ||||
| /* USB Device descriptor parameter */ | ||||
| #define VENDOR_ID    0xFEED | ||||
| #define PRODUCT_ID   0x6465 | ||||
| #define DEVICE_VER   0x0001 | ||||
| #define MANUFACTURER QMK | ||||
|  | ||||
| /* key matrix size */ | ||||
| #define MATRIX_ROWS 1 | ||||
| #define MATRIX_COLS 1 | ||||
|   | ||||
| @@ -18,8 +18,6 @@ | ||||
|  | ||||
| #include "config_common.h" | ||||
|  | ||||
| #define PRODUCT Onekey Elite-C | ||||
|  | ||||
| #define MATRIX_COL_PINS { F4 } | ||||
| #define MATRIX_ROW_PINS { F5 } | ||||
| #define UNUSED_PINS | ||||
|   | ||||
							
								
								
									
										3
									
								
								keyboards/handwired/onekey/elite_c/info.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								keyboards/handwired/onekey/elite_c/info.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| { | ||||
|     "keyboard_name": "Onekey Elite-C" | ||||
| } | ||||
| @@ -4,8 +4,6 @@ | ||||
|  | ||||
| #include "config_common.h" | ||||
|  | ||||
| #define PRODUCT Onekey WB32F3G71 | ||||
|  | ||||
| #define MATRIX_COL_PINS { B12 } | ||||
| #define MATRIX_ROW_PINS { B13 } | ||||
| #define UNUSED_PINS | ||||
|   | ||||
							
								
								
									
										3
									
								
								keyboards/handwired/onekey/evb_wb32f3g71/info.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								keyboards/handwired/onekey/evb_wb32f3g71/info.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| { | ||||
|     "keyboard_name": "Onekey WB32F3G71 Eval" | ||||
| } | ||||
| @@ -4,8 +4,6 @@ | ||||
|  | ||||
| #include "config_common.h" | ||||
|  | ||||
| #define PRODUCT Onekey WB32FQ95 | ||||
|  | ||||
| #define MATRIX_COL_PINS { B12 } | ||||
| #define MATRIX_ROW_PINS { B13 } | ||||
| #define UNUSED_PINS | ||||
|   | ||||
							
								
								
									
										3
									
								
								keyboards/handwired/onekey/evb_wb32fq95/info.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								keyboards/handwired/onekey/evb_wb32fq95/info.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| { | ||||
|     "keyboard_name": "Onekey WB32FQ95 Eval" | ||||
| } | ||||
| @@ -1,7 +1,12 @@ | ||||
| { | ||||
|     "keyboard_name": "onekey handwired", | ||||
|     "manufacturer": "QMK", | ||||
|     "url": "", | ||||
|     "maintainer": "qmk", | ||||
|     "usb": { | ||||
|         "vid": "0xFEED", | ||||
|         "pid": "0x6465", | ||||
|         "device_version": "0.0.1" | ||||
|     }, | ||||
|     "layouts": { | ||||
|         "LAYOUT_ortho_1x1": { | ||||
|             "layout": [ | ||||
|   | ||||
| @@ -4,8 +4,6 @@ | ||||
|  | ||||
| #include "config_common.h" | ||||
|  | ||||
| #define PRODUCT Onekey L432KC | ||||
|  | ||||
| #define MATRIX_COL_PINS { A2 } | ||||
| #define MATRIX_ROW_PINS { A1 } | ||||
| #define UNUSED_PINS | ||||
|   | ||||
							
								
								
									
										3
									
								
								keyboards/handwired/onekey/nucleo_l432kc/info.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								keyboards/handwired/onekey/nucleo_l432kc/info.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| { | ||||
|     "keyboard_name": "Onekey Nucleo L432KC" | ||||
| } | ||||
| @@ -18,8 +18,6 @@ | ||||
|  | ||||
| #include "config_common.h" | ||||
|  | ||||
| #define PRODUCT Onekey Pro Micro | ||||
|  | ||||
| #define MATRIX_COL_PINS { F4 } | ||||
| #define MATRIX_ROW_PINS { F5 } | ||||
| #define UNUSED_PINS | ||||
|   | ||||
							
								
								
									
										3
									
								
								keyboards/handwired/onekey/promicro/info.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								keyboards/handwired/onekey/promicro/info.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| { | ||||
|     "keyboard_name": "Onekey Pro Micro" | ||||
| } | ||||
| @@ -18,8 +18,6 @@ | ||||
|  | ||||
| #include "config_common.h" | ||||
|  | ||||
| #define PRODUCT Onekey Proton-C | ||||
|  | ||||
| #define MATRIX_COL_PINS { A2 } | ||||
| #define MATRIX_ROW_PINS { A1 } | ||||
| #define UNUSED_PINS | ||||
|   | ||||
							
								
								
									
										3
									
								
								keyboards/handwired/onekey/proton_c/info.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								keyboards/handwired/onekey/proton_c/info.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| { | ||||
|     "keyboard_name": "Onekey Proton-C" | ||||
| } | ||||
							
								
								
									
										3
									
								
								keyboards/handwired/onekey/sipeed_longan_nano/info.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								keyboards/handwired/onekey/sipeed_longan_nano/info.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| { | ||||
|     "keyboard_name": "Onekey Sipeed Longan Nano" | ||||
| } | ||||
| @@ -18,8 +18,6 @@ | ||||
|  | ||||
| #include "config_common.h" | ||||
|  | ||||
| #define PRODUCT Onekey STM32F072 Discovery | ||||
|  | ||||
| #define MATRIX_COL_PINS { B4 } | ||||
| #define MATRIX_ROW_PINS { B5 } | ||||
| #define UNUSED_PINS | ||||
|   | ||||
							
								
								
									
										3
									
								
								keyboards/handwired/onekey/stm32f0_disco/info.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								keyboards/handwired/onekey/stm32f0_disco/info.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| { | ||||
|     "keyboard_name": "Onekey STM32F072 Discovery" | ||||
| } | ||||
| @@ -18,8 +18,6 @@ | ||||
|  | ||||
| #include "config_common.h" | ||||
|  | ||||
| #define PRODUCT Onekey Adafruit Feather STM32F405 | ||||
|  | ||||
| #define MATRIX_COL_PINS { C2 } | ||||
| #define MATRIX_ROW_PINS { C3 } | ||||
| #define UNUSED_PINS | ||||
|   | ||||
							
								
								
									
										3
									
								
								keyboards/handwired/onekey/stm32f405_feather/info.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								keyboards/handwired/onekey/stm32f405_feather/info.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| { | ||||
|     "keyboard_name": "Onekey Adafruit Feather STM32F405" | ||||
| } | ||||
| @@ -18,8 +18,6 @@ | ||||
|  | ||||
| #include "config_common.h" | ||||
|  | ||||
| #define PRODUCT Onekey Teensy 2.0 | ||||
|  | ||||
| #define MATRIX_COL_PINS { F4 } | ||||
| #define MATRIX_ROW_PINS { F5 } | ||||
| #define UNUSED_PINS | ||||
|   | ||||
							
								
								
									
										3
									
								
								keyboards/handwired/onekey/teensy_2/info.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								keyboards/handwired/onekey/teensy_2/info.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| { | ||||
|     "keyboard_name": "Onekey Teensy 2.0" | ||||
| } | ||||
| @@ -18,8 +18,6 @@ | ||||
|  | ||||
| #include "config_common.h" | ||||
|  | ||||
| #define PRODUCT Onekey Teensy 2++ | ||||
|  | ||||
| #define MATRIX_COL_PINS { F4 } | ||||
| #define MATRIX_ROW_PINS { F5 } | ||||
| #define UNUSED_PINS | ||||
|   | ||||
							
								
								
									
										3
									
								
								keyboards/handwired/onekey/teensy_2pp/info.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								keyboards/handwired/onekey/teensy_2pp/info.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| { | ||||
|     "keyboard_name": "Onekey Teensy 2.0++" | ||||
| } | ||||
| @@ -19,8 +19,6 @@ | ||||
| // TODO: including this causes "error: expected identifier before '(' token" errors | ||||
| //#include "config_common.h" | ||||
|  | ||||
| #define PRODUCT Onekey Teensy 3.2 | ||||
|  | ||||
| #define MATRIX_COL_PINS { D5 } | ||||
| #define MATRIX_ROW_PINS { B2 } | ||||
| #define UNUSED_PINS | ||||
|   | ||||
							
								
								
									
										3
									
								
								keyboards/handwired/onekey/teensy_32/info.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								keyboards/handwired/onekey/teensy_32/info.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| { | ||||
|     "keyboard_name": "Onekey Teensy 3.2" | ||||
| } | ||||
| @@ -19,8 +19,6 @@ | ||||
| // TODO: including this causes "error: expected identifier before '(' token" errors | ||||
| //#include "config_common.h" | ||||
|  | ||||
| #define PRODUCT Onekey Teensy LC | ||||
|  | ||||
| #define MATRIX_COL_PINS { D5 } | ||||
| #define MATRIX_ROW_PINS { B2 } | ||||
| #define UNUSED_PINS | ||||
|   | ||||
							
								
								
									
										3
									
								
								keyboards/handwired/onekey/teensy_lc/info.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								keyboards/handwired/onekey/teensy_lc/info.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| { | ||||
|     "keyboard_name": "Onekey Teensy LC" | ||||
| } | ||||
| @@ -1,7 +1,12 @@ | ||||
| { | ||||
|     "keyboard_name": "Postage Board", | ||||
|     "manufacturer": "LifeIsOnTheWire", | ||||
|     "url": "", | ||||
|     "maintainer": "LifeIsOnTheWire", | ||||
|     "usb": { | ||||
|         "vid": "0xFEED", | ||||
|         "pid": "0xB07D" | ||||
|     }, | ||||
|     "layouts": { | ||||
|         "LAYOUT": { | ||||
|             "layout": [ | ||||
|   | ||||
| @@ -19,13 +19,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  | ||||
| #include "config_common.h" | ||||
|  | ||||
| /* USB Device descriptor parameter */ | ||||
| #define VENDOR_ID 0xFEED | ||||
| #define PRODUCT_ID 0xB07D | ||||
| #define DEVICE_VER 0x0002 | ||||
| #define MANUFACTURER LifeIsOnTheWire | ||||
| #define PRODUCT PostageBoard | ||||
|  | ||||
| /* key matrix size */ | ||||
| #define MATRIX_ROWS 1 | ||||
| #define MATRIX_COLS 3 | ||||
|   | ||||
							
								
								
									
										5
									
								
								keyboards/handwired/postageboard/mini/info.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								keyboards/handwired/postageboard/mini/info.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,5 @@ | ||||
| { | ||||
|     "usb": { | ||||
|         "device_version": "0.0.2" | ||||
|     } | ||||
| } | ||||
| @@ -19,13 +19,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  | ||||
| #include "config_common.h" | ||||
|  | ||||
| /* USB Device descriptor parameter */ | ||||
| #define VENDOR_ID 0xFEED | ||||
| #define PRODUCT_ID 0xB07D | ||||
| #define DEVICE_VER 0x0001 | ||||
| #define MANUFACTURER LifeIsOnTheWire | ||||
| #define PRODUCT PostageBoard | ||||
|  | ||||
| /* key matrix size */ | ||||
| #define MATRIX_ROWS 1 | ||||
| #define MATRIX_COLS 3 | ||||
|   | ||||
							
								
								
									
										5
									
								
								keyboards/handwired/postageboard/r1/info.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								keyboards/handwired/postageboard/r1/info.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,5 @@ | ||||
| { | ||||
|     "usb": { | ||||
|         "device_version": "0.0.1" | ||||
|     } | ||||
| } | ||||
| @@ -16,13 +16,6 @@ | ||||
| #pragma once | ||||
| #include "config_common.h" | ||||
|  | ||||
| /* USB Device descriptor parameter */ | ||||
| #define VENDOR_ID       0xE0E0 | ||||
| #define PRODUCT_ID      0x0030 | ||||
| #define DEVICE_VER      0x0002 | ||||
| #define MANUFACTURER    Ergorius & Tooni Skyy | ||||
| #define PRODUCT         PRKL30 | ||||
|  | ||||
| /* key matrix size */ | ||||
| #define MATRIX_ROWS 4 | ||||
| #define MATRIX_COLS 10 | ||||
|   | ||||
| @@ -1,7 +1,13 @@ | ||||
| { | ||||
|     "keyboard_name": "prkl30", | ||||
|     "keyboard_name": "PRKL30", | ||||
|     "manufacturer": "Ergorius & Tooni Skyy", | ||||
|     "url": "https://github.com/ErkHal/prkl30", | ||||
|     "maintainer": "ErkHal", | ||||
|     "usb": { | ||||
|         "vid": "0xE0E0", | ||||
|         "pid": "0x0030", | ||||
|         "device_version": "0.0.2" | ||||
|     }, | ||||
|     "layouts": { | ||||
|         "LAYOUT_all": { | ||||
|             "layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":4, "y":0}, {"x":5, "y":0}, {"x":6, "y":0}, {"x":7, "y":0}, {"x":8, "y":0}, {"x":9, "y":0}, {"x":10, "y":0}, {"x":11, "y":0}, {"x":12, "y":0, "w":1.5}, {"x":0, "y":1}, {"x":1, "y":1}, {"x":2, "y":1}, {"x":3, "y":1}, {"x":4, "y":1}, {"x":5, "y":1}, {"x":6, "y":1}, {"x":7, "y":1}, {"x":8, "y":1}, {"x":9, "y":1}, {"x":10, "y":1}, {"x":11, "y":1}, {"x":12.25, "y":1, "w":1.25, "h":2}, {"x":0, "y":2}, {"x":1, "y":2}, {"x":2, "y":2}, {"x":3, "y":2}, {"x":4, "y":2}, {"x":5, "y":2}, {"x":6, "y":2}, {"x":7, "y":2}, {"x":8, "y":2}, {"x":9, "y":2}, {"x":10, "y":2}, {"x":11, "y":2, "w":1.25}] | ||||
|   | ||||
| @@ -16,13 +16,6 @@ | ||||
| #pragma once | ||||
| #include "config_common.h" | ||||
|  | ||||
| /* USB Device descriptor parameter */ | ||||
| #define VENDOR_ID       0xE0E0 | ||||
| #define PRODUCT_ID      0x0030 | ||||
| #define DEVICE_VER      0x0002 | ||||
| #define MANUFACTURER    Ergorius & Tooni Skyy | ||||
| #define PRODUCT         PRKL30 | ||||
|  | ||||
| /* key matrix size */ | ||||
| #define MATRIX_ROWS 4 | ||||
| #define MATRIX_COLS 10 | ||||
|   | ||||
| @@ -19,13 +19,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  | ||||
| #include "config_common.h" | ||||
|  | ||||
| /* USB Device descriptor parameter */ | ||||
| #define VENDOR_ID    0x515A // "QZ" | ||||
| #define PRODUCT_ID   0x5331 // "S1" | ||||
| #define DEVICE_VER   0x0001 | ||||
| #define MANUFACTURER ASKeyboard | ||||
| #define PRODUCT      Sono1 | ||||
|  | ||||
| /* key matrix size */ | ||||
| #define MATRIX_ROWS 15 | ||||
| #define MATRIX_COLS 8 | ||||
|   | ||||
| @@ -1,7 +1,12 @@ | ||||
| { | ||||
|     "keyboard_name": "sono1",  | ||||
|     "keyboard_name": "Sono1",  | ||||
|     "manufacturer": "ASKeyboard", | ||||
|     "url": "",  | ||||
|     "maintainer": "DmNosachev",  | ||||
|     "usb": { | ||||
|         "vid": "0x515A", | ||||
|         "pid": "0x5331" | ||||
|     }, | ||||
|     "layouts": { | ||||
|         "LAYOUT": { | ||||
|             "layout": [ | ||||
|   | ||||
| @@ -19,10 +19,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  | ||||
| #include "config_common.h" | ||||
|  | ||||
| #undef DEVICE_VER | ||||
|  | ||||
| #define DEVICE_VER 0x0001 | ||||
|  | ||||
| #define MATRIX_ROW_PINS { A5, B3, A9, A10, B13, B14, B15, A8, B7, B8, B9, C13, A15, A0, A1 } | ||||
| #define MATRIX_COL_PINS { A4, A3, B11, B10, B1, B0, A7, A6 } | ||||
|  | ||||
|   | ||||
							
								
								
									
										5
									
								
								keyboards/handwired/sono1/stm32f103/info.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								keyboards/handwired/sono1/stm32f103/info.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,5 @@ | ||||
| { | ||||
|     "usb": { | ||||
|         "device_version": "0.0.1" | ||||
|     } | ||||
| } | ||||
| @@ -19,10 +19,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  | ||||
| #include "config_common.h" | ||||
|  | ||||
| #undef DEVICE_VER | ||||
|  | ||||
| #define DEVICE_VER 0x0002 | ||||
|  | ||||
| #define MATRIX_ROW_PINS { F7, F6, F5, F4, F3, F2, F1, F0, D7, B7, D0, D1, D2, D3, D4 } | ||||
| #define MATRIX_COL_PINS { C6, C5, C4, C3, C2, C1, C0, E1 } | ||||
|  | ||||
|   | ||||
							
								
								
									
										5
									
								
								keyboards/handwired/sono1/t2pp/info.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								keyboards/handwired/sono1/t2pp/info.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,5 @@ | ||||
| { | ||||
|     "usb": { | ||||
|         "device_version": "0.0.2" | ||||
|     } | ||||
| } | ||||
| @@ -1,7 +1,13 @@ | ||||
| { | ||||
|     "keyboard_name": "split65", | ||||
|     "manufacturer": "percyjw", | ||||
|     "url": "https://github.com/PercyJW-2/Split65", | ||||
|     "maintainer": "PercyJW-2", | ||||
|     "usb": { | ||||
|         "vid": "0x4A57", | ||||
|         "pid": "0x0000", | ||||
|         "device_version": "0.0.1" | ||||
|     }, | ||||
|     "layouts": { | ||||
|         "LAYOUT": { | ||||
|             "layout": [ | ||||
|   | ||||
| @@ -18,13 +18,6 @@ | ||||
|  | ||||
| #include "config_common.h" | ||||
|  | ||||
| // USB Device descriptor parameter | ||||
| #define VENDOR_ID     0x4A57 // JW | ||||
| #define PRODUCT_ID    0x0000 // first keeb | ||||
| #define DEVICE_VER    0x0000 // first revision | ||||
| #define MANUFACTURER  percyjw | ||||
| #define PRODUCT       split65 | ||||
|  | ||||
| // Matrix Assignments | ||||
| #define MATRIX_ROWS 10 //Rows are doubled-up | ||||
| #define MATRIX_COLS 8 | ||||
|   | ||||
| @@ -17,13 +17,6 @@ | ||||
|  | ||||
| #include "config_common.h" | ||||
|  | ||||
| // USB Device descriptor parameter | ||||
| #define VENDOR_ID     0x4A57 // JW | ||||
| #define PRODUCT_ID    0x0000 // first keeb | ||||
| #define DEVICE_VER    0x0000 // first revision | ||||
| #define MANUFACTURER  percyjw | ||||
| #define PRODUCT       split65 | ||||
|  | ||||
| // Audio | ||||
| #define AUDIO_PIN A5 | ||||
| #define AUDIO_PIN_ALT A4 | ||||
|   | ||||
Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user