forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Ryan <[email protected]> Co-authored-by: Nick Brassel <[email protected]>
- Loading branch information
1 parent
e759230
commit f98f8ee
Showing
89 changed files
with
293 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# QMK Breaking Changes - 2023 May 28 Changelog | ||
|
||
## Notable Features :id=notable-features | ||
|
||
### Consolidate modelm ([#14996](https://github.com/qmk/qmk_firmware/pull/14996) | ||
|
||
Several build targets for the IBM Model M were cluttered in different folders. | ||
The maintainers of several Model M replacement controller projects agreed to | ||
consolidate them under one common folder. | ||
|
||
List of the consolidations now in keyboards/modelm/: | ||
|
||
- ashpil_usbc | ||
- ibm122m | ||
- mschwingen | ||
- teensy2 (renamed from modelm101_teensy2) | ||
- teensypp (renamed from modelm101) | ||
- teensypp_ssk (renamed from modelm_ssk) | ||
- ibm122m | ||
- m122_3270 | ||
- yugo_m |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
keyboards/ashpil/modelm_usbc/info.json → keyboards/ibm/model_m/ashpil_usbc/info.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# IBM Model M | ||
|
||
This is the parent directory for all projects that replace the controller | ||
of IBM's Model M Keyboard and then run QMK on it. | ||
|
||
These controllers differ in their use of microcontrollers, connection (mainly | ||
USB) optional speakers etc. | ||
|
||
Some of them can be bought fully assembled others are do-it-yourself. | ||
|
||
## Warning - Model M Variants | ||
|
||
**Not all of these projects will fit into your keyboard!** | ||
|
||
As the Model M was produced over several years there are many variants of the | ||
controller PCB. Check what fits your keyboard before you build/order one. | ||
|
||
The variants built for PCs differ in: | ||
* PCB size | ||
* Connectors (8/12 pin flex, location) | ||
* Ground wire connector location | ||
|
||
Additionally IBM built Model M variants for terminals with 122 keys, the | ||
space saving keyboard (SSK, 84-key) etc. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
keyboards/mschwingen/modelm/info.json → keyboards/ibm/model_m/mschwingen/info.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# atmega32U4 board for IBM Model M, LEDs connected with flexible flat cable (FFC) | ||
|
||
![modelm](https://raw.githubusercontent.com/mschwingen/hardware/master/modelm-usb/images/PCB.jpg) | ||
|
||
This is a configuration of QMK intended to be used with the [Model M USB PCB](https://github.com/mschwingen/hardware/tree/master/modelm-usb). | ||
|
||
* Keyboard Maintainer: [Michael Schwingen](https://github.com/mschwingen/) | ||
* Hardware Supported: [Model M USB PCB](https://github.com/mschwingen/hardware/tree/master/modelm-usb) | ||
* Hardware Availability: need to build your own. | ||
|
||
Make example for this keyboard (after setting up your build environment), run one of: | ||
|
||
make ibm/model_m/mschwingen/led_ffc:default | ||
|
||
Flashing example for this keyboard: | ||
|
||
make ibm/model_m/mschwingen/led_ffc:default:flash | ||
|
||
Bootloader: do not use the QMK bootloader, use the bootloader from [here](https://github.com/mschwingen/modelm-lufa-bootloader) | ||
|
||
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). |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# atmega32U4 board for IBM Model M, LEDs connected with wires | ||
|
||
![modelm](https://raw.githubusercontent.com/mschwingen/hardware/master/modelm-usb/images/PCB.jpg) | ||
|
||
This is a configuration of QMK intended to be used with the [Model M USB PCB](https://github.com/mschwingen/hardware/tree/master/modelm-usb). | ||
|
||
* Keyboard Maintainer: [Michael Schwingen](https://github.com/mschwingen/) | ||
* Hardware Supported: [Model M USB PCB](https://github.com/mschwingen/hardware/tree/master/modelm-usb) | ||
* Hardware Availability: need to build your own. | ||
|
||
Make example for this keyboard (after setting up your build environment), run one of: | ||
|
||
make ibm/model_m/mschwingen/led_wired:default | ||
|
||
Flashing example for this keyboard: | ||
|
||
make ibm/model_m/mschwingen/led_wired:default:flash | ||
|
||
Bootloader: do not use the QMK bootloader, use the bootloader from [here](https://github.com/mschwingen/modelm-lufa-bootloader) | ||
|
||
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). |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# atmega32U4 board for IBM Model M, old LEDs replaces with WS2812 RGB LEDs | ||
|
||
![modelm](https://raw.githubusercontent.com/mschwingen/hardware/master/modelm-usb/images/PCB.jpg) | ||
|
||
This is a configuration of QMK intended to be used with the [Model M USB PCB](https://github.com/mschwingen/hardware/tree/master/modelm-usb). | ||
|
||
* Keyboard Maintainer: [Michael Schwingen](https://github.com/mschwingen/) | ||
* Hardware Supported: [Model M USB PCB](https://github.com/mschwingen/hardware/tree/master/modelm-usb) | ||
* Hardware Availability: need to build your own. | ||
|
||
Make example for this keyboard (after setting up your build environment), run one of: | ||
|
||
make ibm/model_m/mschwingen/led_ws2812:default | ||
|
||
Flashing example for this keyboard: | ||
|
||
make ibm/model_m/mschwingen/led_ws2812:default:flash | ||
|
||
Bootloader: do not use the QMK bootloader, use the bootloader from [here](https://github.com/mschwingen/modelm-lufa-bootloader) | ||
|
||
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). |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...rds/converter/modelm101_teensy2/info.json → keyboards/ibm/model_m/teensy2/info.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
keyboards/converter/modelm101/info.json → keyboards/ibm/model_m/teensypp/info.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.