mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-31 05:12:33 +01:00 
			
		
		
		
	Refactor: move keyboards into laneware folder (#22710)
This commit is contained in:
		
							parent
							
								
									84ba999f2a
								
							
						
					
					
						commit
						300af1e5bf
					
				| @ -975,9 +975,21 @@ | |||||||
|     "ls_60": { |     "ls_60": { | ||||||
|         "target": "weirdo/ls_60" |         "target": "weirdo/ls_60" | ||||||
|     }, |     }, | ||||||
|  |     "lpad": { | ||||||
|  |         "target": "laneware/lpad" | ||||||
|  |     }, | ||||||
|  |     "lw67": { | ||||||
|  |         "target": "laneware/lw67" | ||||||
|  |     }, | ||||||
|  |     "lw75": { | ||||||
|  |         "target": "laneware/lw75" | ||||||
|  |     }, | ||||||
|     "m3n3van": { |     "m3n3van": { | ||||||
|         "target": "matthewdias/m3n3van" |         "target": "matthewdias/m3n3van" | ||||||
|     }, |     }, | ||||||
|  |     "macro1": { | ||||||
|  |         "target": "laneware/macro1" | ||||||
|  |     }, | ||||||
|     "massdrop/thekey": { |     "massdrop/thekey": { | ||||||
|         "target": "drop/thekey/v1" |         "target": "drop/thekey/v1" | ||||||
|     }, |     }, | ||||||
| @ -1125,6 +1137,9 @@ | |||||||
|     "rabbit_capture_plan": { |     "rabbit_capture_plan": { | ||||||
|         "target": "kakunpc/rabbit_capture_plan" |         "target": "kakunpc/rabbit_capture_plan" | ||||||
|     }, |     }, | ||||||
|  |     "raindrop": { | ||||||
|  |         "target": "laneware/raindrop" | ||||||
|  |     }, | ||||||
|     "ramonimbao/aelith": { |     "ramonimbao/aelith": { | ||||||
|         "target": "rmi_kb/aelith" |         "target": "rmi_kb/aelith" | ||||||
|     }, |     }, | ||||||
|  | |||||||
| @ -10,11 +10,11 @@ A Macro Keyboard with a RHS rotary encoder, made and sold by Laneware Peripheral | |||||||
| 
 | 
 | ||||||
| Make example for this keyboard (after setting up your build environment): | Make example for this keyboard (after setting up your build environment): | ||||||
| 
 | 
 | ||||||
|     make lpad:default |     make laneware/lpad:default | ||||||
| 
 | 
 | ||||||
| Flashing example for this keyboard: | Flashing example for this keyboard: | ||||||
| 
 | 
 | ||||||
|     make lpad:default:flash |     make laneware/lpad:default:flash | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). | See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). | ||||||
| @ -1,18 +1,5 @@ | |||||||
|  /* Copyright 2021 Laneware Peripherals
 | // Copyright 2023 Laneware Peripherals
 | ||||||
|   *  | // SPDX-License-Identifier: GPL-2.0-or-later
 | ||||||
|   * This program is free software: you can redistribute it and/or modify  |  | ||||||
|   * it under the terms of the GNU General Public License as published by  |  | ||||||
|   * the Free Software Foundation, either version 2 of the License, or  |  | ||||||
|   * (at your option) any later version.  |  | ||||||
|   *  |  | ||||||
|   * This program is distributed in the hope that it will be useful,  |  | ||||||
|   * but WITHOUT ANY WARRANTY; without even the implied warranty of  |  | ||||||
|   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  |  | ||||||
|   * GNU General Public License for more details.  |  | ||||||
|   *  |  | ||||||
|   * 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_KEYBOARD_H | #include QMK_KEYBOARD_H | ||||||
| 
 | 
 | ||||||
| @ -1,18 +1,5 @@ | |||||||
|  /* Copyright 2021 Laneware Peripherals
 | // Copyright 2023 Laneware Peripherals
 | ||||||
|   *  | // SPDX-License-Identifier: GPL-2.0-or-later
 | ||||||
|   * This program is free software: you can redistribute it and/or modify  |  | ||||||
|   * it under the terms of the GNU General Public License as published by  |  | ||||||
|   * the Free Software Foundation, either version 2 of the License, or  |  | ||||||
|   * (at your option) any later version.  |  | ||||||
|   *  |  | ||||||
|   * This program is distributed in the hope that it will be useful,  |  | ||||||
|   * but WITHOUT ANY WARRANTY; without even the implied warranty of  |  | ||||||
|   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  |  | ||||||
|   * GNU General Public License for more details.  |  | ||||||
|   *  |  | ||||||
|   * 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_KEYBOARD_H | #include QMK_KEYBOARD_H | ||||||
| 
 | 
 | ||||||
| @ -26,14 +13,14 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||||||
| 		KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, KC_RGUI, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT), | 		KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, KC_RGUI, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT), | ||||||
| 
 | 
 | ||||||
| 	[1] = LAYOUT_iso( | 	[1] = LAYOUT_iso( | ||||||
| 		KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,  | 		KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,  | ||||||
| 		KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,   | 		KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,   | ||||||
| 		KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,  | 		KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,  | ||||||
| 		KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,  | 		KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,  | ||||||
| 		KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS), | 		KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS), | ||||||
| 
 | 
 | ||||||
| 	[2] = LAYOUT_iso( | 	[2] = LAYOUT_iso( | ||||||
| 		KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,  | 		KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||||||
| 		KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,  | 		KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,  | ||||||
| 		KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,  | 		KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,  | ||||||
| 		KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,  | 		KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,  | ||||||
| @ -1,18 +1,5 @@ | |||||||
|  /* Copyright 2021 Laneware Peripherals
 | // Copyright 2023 Laneware Peripherals
 | ||||||
|   *  | // SPDX-License-Identifier: GPL-2.0-or-later
 | ||||||
|   * This program is free software: you can redistribute it and/or modify  |  | ||||||
|   * it under the terms of the GNU General Public License as published by  |  | ||||||
|   * the Free Software Foundation, either version 2 of the License, or  |  | ||||||
|   * (at your option) any later version.  |  | ||||||
|   *  |  | ||||||
|   * This program is distributed in the hope that it will be useful,  |  | ||||||
|   * but WITHOUT ANY WARRANTY; without even the implied warranty of  |  | ||||||
|   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  |  | ||||||
|   * GNU General Public License for more details.  |  | ||||||
|   *  |  | ||||||
|   * 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_KEYBOARD_H | #include QMK_KEYBOARD_H | ||||||
| 
 | 
 | ||||||
| @ -10,7 +10,7 @@ A 65% Keyboard with a LHS rotary encoder, made and sold by Laneware Peripherals. | |||||||
| 
 | 
 | ||||||
| Make example for this keyboard (after setting up your build environment): | Make example for this keyboard (after setting up your build environment): | ||||||
| 
 | 
 | ||||||
|     make lw67:default |     make laneware/lw67:default | ||||||
| 
 | 
 | ||||||
| See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). | See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). | ||||||
| 
 | 
 | ||||||
| @ -10,10 +10,10 @@ A 75% Keyboard with a LHS rotary encoder, made and sold by Laneware Peripherals. | |||||||
| 
 | 
 | ||||||
| Make example for this keyboard (after setting up your build environment): | Make example for this keyboard (after setting up your build environment): | ||||||
| 
 | 
 | ||||||
|     make lw75:default |     make laneware/lw75:default | ||||||
|      |      | ||||||
| Flashing example for this keyboard: | Flashing example for this keyboard: | ||||||
|     make lw75:default:flash |     make laneware/lw75:default:flash | ||||||
| 
 | 
 | ||||||
| See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). | See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). | ||||||
| 
 | 
 | ||||||
| @ -1,18 +1,5 @@ | |||||||
|  /* Copyright 2021 Laneware Peripherals
 | // Copyright 2023 Laneware Peripherals
 | ||||||
|   *  | // SPDX-License-Identifier: GPL-2.0-or-later
 | ||||||
|   * This program is free software: you can redistribute it and/or modify  |  | ||||||
|   * it under the terms of the GNU General Public License as published by  |  | ||||||
|   * the Free Software Foundation, either version 2 of the License, or  |  | ||||||
|   * (at your option) any later version.  |  | ||||||
|   *  |  | ||||||
|   * This program is distributed in the hope that it will be useful,  |  | ||||||
|   * but WITHOUT ANY WARRANTY; without even the implied warranty of  |  | ||||||
|   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  |  | ||||||
|   * GNU General Public License for more details.  |  | ||||||
|   *  |  | ||||||
|   * 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_KEYBOARD_H | #include QMK_KEYBOARD_H | ||||||
| 
 | 
 | ||||||
| @ -1,18 +1,5 @@ | |||||||
|  /* Copyright 2021 Laneware Peripherals
 | // Copyright 2023 Laneware Peripherals
 | ||||||
|   *  | // SPDX-License-Identifier: GPL-2.0-or-later
 | ||||||
|   * This program is free software: you can redistribute it and/or modify  |  | ||||||
|   * it under the terms of the GNU General Public License as published by  |  | ||||||
|   * the Free Software Foundation, either version 2 of the License, or  |  | ||||||
|   * (at your option) any later version.  |  | ||||||
|   *  |  | ||||||
|   * This program is distributed in the hope that it will be useful,  |  | ||||||
|   * but WITHOUT ANY WARRANTY; without even the implied warranty of  |  | ||||||
|   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  |  | ||||||
|   * GNU General Public License for more details.  |  | ||||||
|   *  |  | ||||||
|   * 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_KEYBOARD_H | #include QMK_KEYBOARD_H | ||||||
| 
 | 
 | ||||||
| @ -10,7 +10,7 @@ A versitile numpad/macropad (14x6) with a rotary encoder, made and sold by Lanew | |||||||
| 
 | 
 | ||||||
| Make example for this keyboard (after setting up your build environment): | Make example for this keyboard (after setting up your build environment): | ||||||
| 
 | 
 | ||||||
|     make macro1:default |     make laneware/macro1:default | ||||||
| 
 | 
 | ||||||
| See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). | See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). | ||||||
| 
 | 
 | ||||||
| @ -21,11 +21,11 @@ The Raindrop PCB can be configured in the following key layouts: | |||||||
| 
 | 
 | ||||||
| Make example for this keyboard (after setting up your build environment): | Make example for this keyboard (after setting up your build environment): | ||||||
| 
 | 
 | ||||||
|     make raindrop:default |     make laneware/raindrop:default | ||||||
| 
 | 
 | ||||||
| Flashing example for this keyboard: | Flashing example for this keyboard: | ||||||
| 
 | 
 | ||||||
|     make raindrop:default:flash |     make laneware/raindrop:default:flash | ||||||
| 
 | 
 | ||||||
| See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). | See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). | ||||||
| 
 | 
 | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 フィルターペーパー
						フィルターペーパー