Browse Source

Consolidate modelm v2 (#14996)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Nick Brassel <nick@tzarc.org>
pull/21066/head
nuess0r 10 months ago
committed by GitHub
parent
commit
f98f8eedf0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
89 changed files with 293 additions and 105 deletions
  1. +24
    -0
      data/mappings/keyboard_aliases.hjson
  2. +21
    -0
      docs/ChangeLog/20230528/PR14996.md
  3. +0
    -16
      keyboards/handwired/ibm122m/readme.md
  4. +0
    -0
      keyboards/ibm/model_m/ashpil_usbc/ashpil_usbc.c
  5. +1
    -1
      keyboards/ibm/model_m/ashpil_usbc/info.json
  6. +0
    -0
      keyboards/ibm/model_m/ashpil_usbc/keymaps/ashpil/config.h
  7. +0
    -0
      keyboards/ibm/model_m/ashpil_usbc/keymaps/ashpil/keymap.c
  8. +0
    -0
      keyboards/ibm/model_m/ashpil_usbc/keymaps/ashpil/rules.mk
  9. +0
    -0
      keyboards/ibm/model_m/ashpil_usbc/keymaps/default/keymap.c
  10. +1
    -1
      keyboards/ibm/model_m/ashpil_usbc/readme.md
  11. +0
    -0
      keyboards/ibm/model_m/ashpil_usbc/rules.mk
  12. +24
    -0
      keyboards/ibm/model_m/modelm/readme.md
  13. +3
    -3
      keyboards/ibm/model_m/mschwingen/config.h
  14. +2
    -2
      keyboards/ibm/model_m/mschwingen/info.json
  15. +0
    -0
      keyboards/ibm/model_m/mschwingen/keymaps/default/keymap.c
  16. +21
    -0
      keyboards/ibm/model_m/mschwingen/led_ffc/readme.md
  17. +0
    -0
      keyboards/ibm/model_m/mschwingen/led_ffc/rules.mk
  18. +21
    -0
      keyboards/ibm/model_m/mschwingen/led_wired/readme.md
  19. +0
    -0
      keyboards/ibm/model_m/mschwingen/led_wired/rules.mk
  20. +21
    -0
      keyboards/ibm/model_m/mschwingen/led_ws2812/readme.md
  21. +0
    -0
      keyboards/ibm/model_m/mschwingen/led_ws2812/rules.mk
  22. +2
    -2
      keyboards/ibm/model_m/mschwingen/matrix.c
  23. +5
    -6
      keyboards/ibm/model_m/mschwingen/mschwingen.c
  24. +0
    -0
      keyboards/ibm/model_m/mschwingen/mschwingen.h
  25. +0
    -0
      keyboards/ibm/model_m/mschwingen/post_rules.mk
  26. +6
    -6
      keyboards/ibm/model_m/mschwingen/readme.md
  27. +1
    -1
      keyboards/ibm/model_m/mschwingen/rules.mk
  28. +0
    -0
      keyboards/ibm/model_m/teensy2/config.h
  29. +1
    -1
      keyboards/ibm/model_m/teensy2/info.json
  30. +0
    -0
      keyboards/ibm/model_m/teensy2/keymaps/default/keymap.c
  31. +0
    -0
      keyboards/ibm/model_m/teensy2/keymaps/default/readme.md
  32. +3
    -3
      keyboards/ibm/model_m/teensy2/readme.md
  33. +0
    -0
      keyboards/ibm/model_m/teensy2/rules.mk
  34. +0
    -0
      keyboards/ibm/model_m/teensypp/config.h
  35. +1
    -1
      keyboards/ibm/model_m/teensypp/info.json
  36. +0
    -0
      keyboards/ibm/model_m/teensypp/keymaps/default/keymap.c
  37. +0
    -0
      keyboards/ibm/model_m/teensypp/keymaps/default/readme.md
  38. +0
    -0
      keyboards/ibm/model_m/teensypp/keymaps/iw0rm3r/config.h
  39. +0
    -0
      keyboards/ibm/model_m/teensypp/keymaps/iw0rm3r/keymap.c
  40. +0
    -0
      keyboards/ibm/model_m/teensypp/keymaps/iw0rm3r/readme.md
  41. +12
    -12
      keyboards/ibm/model_m/teensypp/readme.md
  42. +0
    -0
      keyboards/ibm/model_m/teensypp/rules.mk
  43. +0
    -0
      keyboards/ibm/model_m/teensypp/teensypp.c
  44. +0
    -0
      keyboards/ibm/model_m/yugo_m/config.h
  45. +2
    -2
      keyboards/ibm/model_m/yugo_m/info.json
  46. +0
    -0
      keyboards/ibm/model_m/yugo_m/keymaps/default/keymap.c
  47. +0
    -0
      keyboards/ibm/model_m/yugo_m/keymaps/default/readme.md
  48. +2
    -2
      keyboards/ibm/model_m/yugo_m/readme.md
  49. +0
    -0
      keyboards/ibm/model_m/yugo_m/rules.mk
  50. +1
    -1
      keyboards/ibm/model_m/yugo_m/yugo_m.c
  51. +0
    -0
      keyboards/ibm/model_m_122/ibm122m/config.h
  52. +1
    -0
      keyboards/ibm/model_m_122/ibm122m/info.json
  53. +0
    -0
      keyboards/ibm/model_m_122/ibm122m/keymaps/andresteare/keymap.c
  54. +0
    -0
      keyboards/ibm/model_m_122/ibm122m/keymaps/default/config.h
  55. +0
    -0
      keyboards/ibm/model_m_122/ibm122m/keymaps/default/keymap.c
  56. +0
    -0
      keyboards/ibm/model_m_122/ibm122m/keymaps/default/readme.md
  57. +0
    -0
      keyboards/ibm/model_m_122/ibm122m/keymaps/lukaus/config.h
  58. +0
    -0
      keyboards/ibm/model_m_122/ibm122m/keymaps/lukaus/keymap.c
  59. +0
    -0
      keyboards/ibm/model_m_122/ibm122m/keymaps/lukaus/readme.md
  60. +0
    -0
      keyboards/ibm/model_m_122/ibm122m/keymaps/via/keymap.c
  61. +0
    -0
      keyboards/ibm/model_m_122/ibm122m/keymaps/via/rules.mk
  62. +31
    -0
      keyboards/ibm/model_m_122/ibm122m/readme.md
  63. +0
    -0
      keyboards/ibm/model_m_122/ibm122m/rules.mk
  64. +0
    -0
      keyboards/ibm/model_m_122/m122_3270/blackpill/info.json
  65. +0
    -0
      keyboards/ibm/model_m_122/m122_3270/blackpill/readme.md
  66. +0
    -0
      keyboards/ibm/model_m_122/m122_3270/blackpill/rules.mk
  67. +0
    -0
      keyboards/ibm/model_m_122/m122_3270/bluepill/info.json
  68. +0
    -0
      keyboards/ibm/model_m_122/m122_3270/bluepill/readme.md
  69. +0
    -0
      keyboards/ibm/model_m_122/m122_3270/bluepill/rules.mk
  70. +1
    -0
      keyboards/ibm/model_m_122/m122_3270/info.json
  71. +0
    -0
      keyboards/ibm/model_m_122/m122_3270/keymaps/default/keymap.c
  72. +0
    -0
      keyboards/ibm/model_m_122/m122_3270/keymaps/default/readme.md
  73. +33
    -0
      keyboards/ibm/model_m_122/m122_3270/readme.md
  74. +0
    -0
      keyboards/ibm/model_m_122/m122_3270/teensy/info.json
  75. +0
    -0
      keyboards/ibm/model_m_122/m122_3270/teensy/readme.md
  76. +0
    -0
      keyboards/ibm/model_m_122/m122_3270/teensy/rules.mk
  77. +24
    -0
      keyboards/ibm/model_m_122/readme.md
  78. +24
    -0
      keyboards/ibm/model_m_ssk/readme.md
  79. +0
    -0
      keyboards/ibm/model_m_ssk/teensypp_ssk/config.h
  80. +1
    -1
      keyboards/ibm/model_m_ssk/teensypp_ssk/info.json
  81. +0
    -0
      keyboards/ibm/model_m_ssk/teensypp_ssk/keymaps/default/keymap.c
  82. +0
    -0
      keyboards/ibm/model_m_ssk/teensypp_ssk/keymaps/default/readme.md
  83. +0
    -0
      keyboards/ibm/model_m_ssk/teensypp_ssk/keymaps/tiltowait/config.h
  84. +0
    -0
      keyboards/ibm/model_m_ssk/teensypp_ssk/keymaps/tiltowait/keymap.c
  85. +0
    -0
      keyboards/ibm/model_m_ssk/teensypp_ssk/keymaps/tiltowait/readme.md
  86. +3
    -3
      keyboards/ibm/model_m_ssk/teensypp_ssk/readme.md
  87. +0
    -0
      keyboards/ibm/model_m_ssk/teensypp_ssk/rules.mk
  88. +0
    -22
      keyboards/tronguylabs/m122_3270/readme.md
  89. +0
    -19
      keyboards/yugo_m/readme.md

+ 24
- 0
data/mappings/keyboard_aliases.hjson View File

@ -41,6 +41,9 @@
"angel64": {
"target": "angel64/alpha"
},
"ashpil/modelm_usbc": {
"target": "ibm/model_m/ashpil_usbc"
},
"at101_blackheart": {
"target": "viktus/at101_bh"
},
@ -113,6 +116,15 @@
"cmm_studio/saka68": {
"target": "cmm_studio/saka68/solder"
},
"converter/modelm101": {
"target": "ibm/model_m/teensypp"
},
"converter/modelm101_teensy2": {
"target": "ibm/model_m/teensy2"
},
"converter/modelm_ssk": {
"target": "ibm/model_m_ssk/teensypp_ssk"
},
"cospad": {
"target": "kprepublic/cospad"
},
@ -203,6 +215,9 @@
"handwired/ferris": {
"target": "ferris/0_1"
},
"handwired/ibm122m": {
"target": "ibm/model_m_122/ibm122m"
},
"handwired/p1800fl": {
"target": "team0110/p1800fl"
},
@ -425,6 +440,9 @@
"montsinger/rebound": {
"target": "montsinger/rebound/rev1"
},
"mschwingen/modelm": {
"target": "ibm/model_m/mschwingen"
},
"noxary/268_2": {
"layouts": {
"LAYOUT": "LAYOUT_65_ansi_blocker"
@ -1246,6 +1264,9 @@
"treadstone48/rev2": {
"target": "marksard/treadstone48/rev2"
},
"tronguylabs/m122_3270": {
"target": "ibm/model_m_122/m122_3270"
},
"ua62": {
"target": "nacly/ua62"
},
@ -1306,6 +1327,9 @@
"ymdk_np21": {
"target": "ymdk/np21"
},
"yugo_m/model_m_101": {
"target": "ibm/model_m/yugo_m"
},
"yurei": {
"target": "kkatano/yurei"
},


+ 21
- 0
docs/ChangeLog/20230528/PR14996.md View File

@ -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

+ 0
- 16
keyboards/handwired/ibm122m/readme.md View File

@ -1,16 +0,0 @@
# ibm122m
![IBM Model M 122 key](https://i.imgur.com/Oo3Ozqz.jpg)
This is a keymap for the IBM Model M 122 key terminal keyboard running on a Teensy 2.0++
I wired it to weird pins on mine (mainly to accomodate speakers), so make sure to update the pin arrays.
Keyboard Maintainer: [Luke Stanley](https://github.com/lukexorz)
Hardware Supported: Teensy 2.0++
Hardware Availability: https://www.pjrc.com/store/teensypp.html
Make example for this keyboard (after setting up your build environment):
make handwired/ibm122m:default
See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information.

keyboards/ashpil/modelm_usbc/modelm_usbc.c → keyboards/ibm/model_m/ashpil_usbc/ashpil_usbc.c View File


keyboards/ashpil/modelm_usbc/info.json → keyboards/ibm/model_m/ashpil_usbc/info.json View File

@ -1,7 +1,7 @@
{
"keyboard_name": "IBM Model M 101/102",
"manufacturer": "ashpil",
"url": "https://github.com/ashpil/qmk_firmware/tree/master/keyboards/ashpil/modelm_usbc",
"url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/ibm/model_m/ashpil_usbc",
"maintainer": "ashpil",
"usb": {
"vid": "0xFEED",

keyboards/ashpil/modelm_usbc/keymaps/ashpil/config.h → keyboards/ibm/model_m/ashpil_usbc/keymaps/ashpil/config.h View File


keyboards/ashpil/modelm_usbc/keymaps/ashpil/keymap.c → keyboards/ibm/model_m/ashpil_usbc/keymaps/ashpil/keymap.c View File


keyboards/ashpil/modelm_usbc/keymaps/ashpil/rules.mk → keyboards/ibm/model_m/ashpil_usbc/keymaps/ashpil/rules.mk View File


keyboards/ashpil/modelm_usbc/keymaps/default/keymap.c → keyboards/ibm/model_m/ashpil_usbc/keymaps/default/keymap.c View File


keyboards/ashpil/modelm_usbc/readme.md → keyboards/ibm/model_m/ashpil_usbc/readme.md View File

@ -9,6 +9,6 @@ This is a configuration of QMK intended to be used with the [USB C Model M alt c
Make example for this keyboard (after setting up your build environment):
make ashpil/modelm_usbc:default
make ibm/model_m/ashpil_usbc: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).

keyboards/ashpil/modelm_usbc/rules.mk → keyboards/ibm/model_m/ashpil_usbc/rules.mk View File


+ 24
- 0
keyboards/ibm/model_m/modelm/readme.md View File

@ -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.

keyboards/mschwingen/modelm/config.h → keyboards/ibm/model_m/mschwingen/config.h View File

@ -56,15 +56,15 @@
#define MODELM_LED2 B6
#define MODELM_LED3 D0
#if defined(KEYBOARD_mschwingen_modelm_led_wired)
#if defined(KEYBOARD_ibm_model_m_mschwingen_led_wired)
# define MODELM_LED_CAPSLOCK MODELM_LED1
# define MODELM_LED_SCROLLOCK MODELM_LED2
# define MODELM_LED_NUMLOCK MODELM_LED3
#elif defined(KEYBOARD_mschwingen_modelm_led_ffc)
#elif defined(KEYBOARD_ibm_model_m_mschwingen_led_ffc)
# define MODELM_LED_CAPSLOCK MODELM_LED2
# define MODELM_LED_SCROLLOCK MODELM_LED3
# define MODELM_LED_NUMLOCK MODELM_LED1
#elif defined(KEYBOARD_mschwingen_modelm_led_ws2812)
#elif defined(KEYBOARD_ibm_model_m_mschwingen_led_ws2812)
#else
# error one of MODELM_LEDS_FFC, MODELM_LEDS_WIRED or MODELM_LEDS_WS2812 must be set!
#endif

keyboards/mschwingen/modelm/info.json → keyboards/ibm/model_m/mschwingen/info.json View File

@ -1,7 +1,7 @@
{
"keyboard_name": "IBM Model M 101/102",
"keyboard_name": "atmega32U4 board for IBM Model M",
"manufacturer": "mschwingen",
"url": "",
"url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/ibm/model_m/mschwingen",
"maintainer": "mschwingen",
"usb": {
"vid": "0xFEED",

keyboards/mschwingen/modelm/keymaps/default/keymap.c → keyboards/ibm/model_m/mschwingen/keymaps/default/keymap.c View File


+ 21
- 0
keyboards/ibm/model_m/mschwingen/led_ffc/readme.md View File

@ -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).

keyboards/mschwingen/modelm/led_ffc/rules.mk → keyboards/ibm/model_m/mschwingen/led_ffc/rules.mk View File


+ 21
- 0
keyboards/ibm/model_m/mschwingen/led_wired/readme.md View File

@ -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).

keyboards/mschwingen/modelm/led_wired/rules.mk → keyboards/ibm/model_m/mschwingen/led_wired/rules.mk View File


+ 21
- 0
keyboards/ibm/model_m/mschwingen/led_ws2812/readme.md View File

@ -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).

keyboards/mschwingen/modelm/led_ws2812/rules.mk → keyboards/ibm/model_m/mschwingen/led_ws2812/rules.mk View File


keyboards/mschwingen/modelm/matrix.c → keyboards/ibm/model_m/mschwingen/matrix.c View File

@ -22,7 +22,7 @@
#include "quantum.h"
#include "spi_master.h"
#include "print.h"
#include "modelm.h"
#include "mschwingen.h"
#define SPI_TIMEOUT 100
@ -93,7 +93,7 @@ static bool read_rows_on_col(matrix_row_t current_matrix[], uint8_t current_col)
void matrix_init_custom(void) {
unselect_cols();
// set 4MHz SPI clock
SPSR = 0;
SPCR = _BV(SPE) | _BV(MSTR) | _BV(CPOL);

keyboards/mschwingen/modelm/modelm.c → keyboards/ibm/model_m/mschwingen/mschwingen.c View File

@ -15,12 +15,11 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <util/delay.h>
#include "modelm.h"
#include "mschwingen.h"
#include "uart.h"
#include "print.h"
#include "sendchar.h"
#include "ws2812.h"
#include "modelm.h"
#include "sleep_led.h"
#ifdef UART_DEBUG
@ -36,7 +35,7 @@ static uint16_t blink_cycle_timer;
static bool blink_state = false;
static uint8_t isRecording = 0;
#ifdef KEYBOARD_mschwingen_modelm_led_ws2812
#ifdef KEYBOARD_ibm_model_m_mschwingen_led_ws2812
# if RGBLED_NUM < 3
# error we need at least 3 RGB LEDs!
# endif
@ -81,7 +80,7 @@ void sleep_led_disable(void) {
void sleep_led_enable(void) {
suspend_active = true;
writePinLow(MODELM_STATUS_LED);
#ifdef KEYBOARD_mschwingen_modelm_led_ws2812
#ifdef KEYBOARD_ibm_model_m_mschwingen_led_ws2812
led[0] = black;
led[1] = black;
led[2] = black;
@ -90,7 +89,7 @@ void sleep_led_enable(void) {
}
void keyboard_pre_init_kb(void) {
#ifdef KEYBOARD_mschwingen_modelm_led_ws2812
#ifdef KEYBOARD_ibm_model_m_mschwingen_led_ws2812
ws2812_setleds(led, RGBLED_NUM);
#else
/* Set status LEDs pins to output and Low (on) */
@ -116,7 +115,7 @@ void keyboard_pre_init_kb(void) {
writePinLow(SR_CLK_PIN);
}
#ifdef KEYBOARD_mschwingen_modelm_led_ws2812
#ifdef KEYBOARD_ibm_model_m_mschwingen_led_ws2812
static void led_update_rgb(void) {
if (isRecording && blink_state) {
led[0] = white;

keyboards/mschwingen/modelm/modelm.h → keyboards/ibm/model_m/mschwingen/mschwingen.h View File


keyboards/mschwingen/modelm/post_rules.mk → keyboards/ibm/model_m/mschwingen/post_rules.mk View File


keyboards/mschwingen/modelm/readme.md → keyboards/ibm/model_m/mschwingen/readme.md View File

@ -10,15 +10,15 @@ This is a configuration of QMK intended to be used with the [Model M USB PCB](ht
Make example for this keyboard (after setting up your build environment), run one of:
make mschwingen/modelm/led_wired:default
make mschwingen/modelm/led_ffc:default
make mschwingen/modelm/led_ws2812:default
make ibm/model_m/mschwingen/led_wired:default
make ibm/model_m/mschwingen/led_ffc:default
make ibm/model_m/mschwingen/led_ws2812:default
flash:
make mschwingen/modelm/led_wired:default:flash
make mschwingen/modelm/led_ffc:default:flash
make mschwingen/modelm/led_ws2812:default:flash
make ibm/model_m/mschwingen/led_wired:default:flash
make ibm/model_m/mschwingen/led_ffc:default:flash
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)

keyboards/mschwingen/modelm/rules.mk → keyboards/ibm/model_m/mschwingen/rules.mk View File

@ -26,4 +26,4 @@ OPT_DEFS += -DSLEEP_LED_ENABLE # we need our own sleep callbacks to turn of WS28
LTO_ENABLE = yes
DEFAULT_FOLDER = mschwingen/modelm/led_wired
DEFAULT_FOLDER = ibm/model_m/mschwingen/led_wired

keyboards/converter/modelm101/config.h → keyboards/ibm/model_m/teensy2/config.h View File


keyboards/converter/modelm101_teensy2/info.json → keyboards/ibm/model_m/teensy2/info.json View File

@ -1,7 +1,7 @@
{
"keyboard_name": "IBM Model M 101/102",
"manufacturer": "wangfuco",
"url": "https://github.com/wangfuco/qmk_firmware/tree/modelm101_teensy2/keyboards/converter/modelm101_teensy2",
"url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/ibm/model_m/teensy2",
"maintainer": "wangfuco",
"usb": {
"vid": "0xFEED",

keyboards/converter/modelm101/keymaps/default/keymap.c → keyboards/ibm/model_m/teensy2/keymaps/default/keymap.c View File


keyboards/converter/modelm101/keymaps/default/readme.md → keyboards/ibm/model_m/teensy2/keymaps/default/readme.md View File


keyboards/converter/modelm101_teensy2/readme.md → keyboards/ibm/model_m/teensy2/readme.md View File

@ -2,7 +2,7 @@
![IBM Model M 101 ANSI/102 ISO](https://user-images.githubusercontent.com/46733695/161862805-c891735b-e2e8-418a-ad82-d71c00570eab.jpg)
This is based on the modelm101 keyboard by iw0rm3r. The difference is that Teensy 2.0 board (produced by PJRC) is used instead of the Teensy 2.0++ due to the availability issues. Only CapsLock LED is supported since Teensy 2.0 only has 25 digital I/0 pins.
This is based on the modelm101 teensypp keyboard by iw0rm3r. The difference is that Teensy 2.0 board (produced by PJRC) is used instead of the Teensy++ 2.0 due to the availability issues. Only CapsLock LED is supported since Teensy 2.0 only has 25 digital I/0 pins.
Configuration is build for the Atmel ATmega32U4 controller, which you can easily use on the Teensy 2.0 board (produced by PJRC).
@ -18,12 +18,12 @@ Status LEDs: CapsLock +5V ScrollLock NumLock
Pins: E6 5V - -
```
Keyboard Maintainer: [wangfuco](https://github.com/wangfuco)
Keyboard Maintainer: [wangfuco](https://github.com/wangfuco)
Hardware Supported: Teensy 2.0 board by PJRC
Hardware Availability: https://www.pjrc.com/store/teensy.html
Make example for this keyboard (after setting up your build environment):
make converter/modelm101_teensy2:default:teensy
make ibm/model_m/teensy2:default:teensy
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).

keyboards/converter/modelm101_teensy2/rules.mk → keyboards/ibm/model_m/teensy2/rules.mk View File


keyboards/converter/modelm101_teensy2/config.h → keyboards/ibm/model_m/teensypp/config.h View File


keyboards/converter/modelm101/info.json → keyboards/ibm/model_m/teensypp/info.json View File

@ -1,7 +1,7 @@
{
"keyboard_name": "IBM Model M 101/102",
"manufacturer": "iw0rm3r",
"url": "https://github.com/iw0rm3r/qmk_firmware/tree/modelm101/keyboards/converter/modelm101",
"url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/ibm/model_m/teensypp",
"maintainer": "iw0rm3r",
"usb": {
"vid": "0xFEED",

keyboards/converter/modelm101_teensy2/keymaps/default/keymap.c → keyboards/ibm/model_m/teensypp/keymaps/default/keymap.c View File


keyboards/converter/modelm101_teensy2/keymaps/default/readme.md → keyboards/ibm/model_m/teensypp/keymaps/default/readme.md View File


keyboards/converter/modelm101/keymaps/iw0rm3r/config.h → keyboards/ibm/model_m/teensypp/keymaps/iw0rm3r/config.h View File


keyboards/converter/modelm101/keymaps/iw0rm3r/keymap.c → keyboards/ibm/model_m/teensypp/keymaps/iw0rm3r/keymap.c View File


keyboards/converter/modelm101/keymaps/iw0rm3r/readme.md → keyboards/ibm/model_m/teensypp/keymaps/iw0rm3r/readme.md View File


keyboards/converter/modelm101/readme.md → keyboards/ibm/model_m/teensypp/readme.md View File

@ -2,14 +2,14 @@
![IBM Model M 101 ANSI/102 ISO](https://i.imgur.com/DAE3W7g.jpg)
This is a configuration for the QMK firmware for reversible conversion of IBM's Model M keyboards (common 101-key ANSI and 102-key ISO models) from stock, power-hungry controller, to a modern one, running the USB bus.
Configuration is build for the Atmel AT90USB1286 controller, which you can easily use on the Teensy 2.0++ board (produced by PJRC).
This is a configuration for the QMK firmware for reversible conversion of IBM's Model M keyboards (common 101-key ANSI and 102-key ISO models) from stock, power-hungry controller, to a modern one, running the USB bus.
Configuration is build for the Atmel AT90USB1286 controller, which you can easily use on the Teensy++ 2.0 board (produced by PJRC).
Project is heavely based on 2 other projects:
1. Teensy 2.0++-based custom Model M controller running TMK firmware ('modelm" by [lmorchard](https://blog.lmorchard.com/2016/02/21/modelm-controller/)); - had a few issues.
2. Teensy 2.0++-based custom Model M 122-key controller running QMK firmware ("ibm122m" by [lukexorz](https://github.com/lukexorz)); - had wrong layout for 101/102-key boards and no status LED support.
1. Teensy++ 2.0-based custom Model M controller running TMK firmware ('modelm" by [lmorchard](https://blog.lmorchard.com/2016/02/21/modelm-controller/)); - had a few issues.
2. Teensy++ 2.0-based custom Model M 122-key controller running QMK firmware ("ibm122m" by [lukexorz](https://github.com/lukexorz)); - had wrong layout for 101/102-key boards and no status LED support.
For this conversion you will need:
1. Teensy 2.0++ dev board itself (can be used a different dev board, but it will require some changes in configuration);
For this conversion you will need:
1. Teensy++ 2.0 dev board itself (can be used a different dev board, but it will require some changes in configuration);
2. Ribbon connectors to connect the membrane to a dev board. Depending on your Model M variation, you will need 1 Trio-mate 16pin connector (6-520315-6 or 6-520415-6) and 1 Trio-mate 8pin connector (5-120628-8 or 5-520314-8), or 2 Trio-mate 16pin connectors;
3. Full-sized breadboard (without power rails; half-size should do, but full-sized one looks more native) or a PCB to wire everything up;
4. A bunch of jumper wires;
@ -27,16 +27,16 @@ Pins: F7 F6 F5 F4 F3 F2 F1 F0
--------------------------------------------------------
Status LEDs: CapsLock +5V ScrollLock NumLock
Pins: B6 5V B5 B4
```
```
Please note that some versions of Model M have LED connected with a ribbon cable, and not with separate wires.
Please note that some versions of Model M have LED connected with a ribbon cable, and not with separate wires.
Keyboard Maintainer: [iw0rm3r](https://github.com/iw0rm3r)
Hardware Supported: Teensy 2.0++ board by PJRC
Hardware Availability: https://www.pjrc.com/store/teensypp.html
* Keyboard Maintainer: [iw0rm3r](https://github.com/iw0rm3r)
* Hardware Supported: Teensy++ 2.0 board by PJRC
* Hardware Availability: https://www.pjrc.com/store/teensypp.html
Make example for this keyboard (after setting up your build environment):
make converter/modelm101:default:teensy
make ibm/model_m/teensypp:default:teensy
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).

keyboards/converter/modelm101/rules.mk → keyboards/ibm/model_m/teensypp/rules.mk View File


keyboards/converter/modelm101/modelm101.c → keyboards/ibm/model_m/teensypp/teensypp.c View File


keyboards/yugo_m/model_m_101/config.h → keyboards/ibm/model_m/yugo_m/config.h View File


keyboards/yugo_m/model_m_101/info.json → keyboards/ibm/model_m/yugo_m/info.json View File

@ -1,7 +1,7 @@
{
"keyboard_name": "Yugo-M (Model M replacment controller)",
"keyboard_name": "Yugo-M (IBM Model M replacment controller)",
"manufacturer": "IBM",
"url": "https://github.com/tomic1785/qmk_firmware/tree/stm32_model_m/keyboards/yugo_m/model_m_101",
"url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/ibm/model_m/yugo_m",
"maintainer": "Nidzo Tomic",
"usb": {
"vid": "0xFEED",

keyboards/yugo_m/model_m_101/keymaps/default/keymap.c → keyboards/ibm/model_m/yugo_m/keymaps/default/keymap.c View File


keyboards/yugo_m/model_m_101/keymaps/default/readme.md → keyboards/ibm/model_m/yugo_m/keymaps/default/readme.md View File


keyboards/yugo_m/model_m_101/readme.md → keyboards/ibm/model_m/yugo_m/readme.md View File

@ -12,7 +12,7 @@ A drop-in replacement controller PCB for IBM Model M keyboards, based on the STM
Make example for this keyboard (after setting up your build environment):
make yugo_m/model_m_101:default
make ibm/model_m/yugo_m: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).
@ -22,4 +22,4 @@ Note regarding 2022 matrix update:
The original author's firmware did not make several lesser-used membrane/matrix positions available to the controller. These are useful for JIS users and/or if you simply want to create a more unique layout. I've added all of the unused membrane positions to the firmware, except for an extremely seldom used one that sits in the left side of the space bar on some later membranes (I would have added it if I knew its matrix position, but I haven't mapped that out yet). The default mappings for these additional keys follow JIS conventions, except for the extra key on the bottom right corner of the numpad (lower half of vertical 2u Enter), which I've mapped to the LGUI key a.k.a. left Windows/Command key for now. Remap as you wish!
- an_achronism, February 2022
- an_achronism, February 2022

keyboards/yugo_m/model_m_101/rules.mk → keyboards/ibm/model_m/yugo_m/rules.mk View File


keyboards/yugo_m/model_m_101/model_m_101.c → keyboards/ibm/model_m/yugo_m/yugo_m.c View File

@ -20,7 +20,7 @@ void keyboard_pre_init_kb(void) {
setPinOutput(A2);
setPinOutput(A1);
setPinOutput(A0);
keyboard_pre_init_user();
}

keyboards/handwired/ibm122m/config.h → keyboards/ibm/model_m_122/ibm122m/config.h View File


keyboards/handwired/ibm122m/info.json → keyboards/ibm/model_m_122/ibm122m/info.json View File

@ -1,6 +1,7 @@
{
"keyboard_name": "IBM Model M 122 key",
"manufacturer": "IBM",
"url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/ibm/model_m_122/ibm122m",
"maintainer": "qmk",
"usb": {
"vid": "0xFEED",

keyboards/handwired/ibm122m/keymaps/andresteare/keymap.c → keyboards/ibm/model_m_122/ibm122m/keymaps/andresteare/keymap.c View File


keyboards/handwired/ibm122m/keymaps/default/config.h → keyboards/ibm/model_m_122/ibm122m/keymaps/default/config.h View File


keyboards/handwired/ibm122m/keymaps/default/keymap.c → keyboards/ibm/model_m_122/ibm122m/keymaps/default/keymap.c View File


keyboards/handwired/ibm122m/keymaps/default/readme.md → keyboards/ibm/model_m_122/ibm122m/keymaps/default/readme.md View File


keyboards/handwired/ibm122m/keymaps/lukaus/config.h → keyboards/ibm/model_m_122/ibm122m/keymaps/lukaus/config.h View File


keyboards/handwired/ibm122m/keymaps/lukaus/keymap.c → keyboards/ibm/model_m_122/ibm122m/keymaps/lukaus/keymap.c View File


keyboards/handwired/ibm122m/keymaps/lukaus/readme.md → keyboards/ibm/model_m_122/ibm122m/keymaps/lukaus/readme.md View File


keyboards/handwired/ibm122m/keymaps/via/keymap.c → keyboards/ibm/model_m_122/ibm122m/keymaps/via/keymap.c View File


keyboards/handwired/ibm122m/keymaps/via/rules.mk → keyboards/ibm/model_m_122/ibm122m/keymaps/via/rules.mk View File


+ 31
- 0
keyboards/ibm/model_m_122/ibm122m/readme.md View File

@ -0,0 +1,31 @@
# ibm122m
![IBM Model M 122 key](https://i.imgur.com/Oo3Ozqz.jpg)
This is a keymap for the IBM Model M 122 key terminal keyboard running on a Teensy++ 2.0
I wired it to weird pins on mine (mainly to accomodate two speakers), so make sure to update the pin arrays.
* Keyboard Maintainer: [Luke Stanley](https://github.com/lukexorz)
* Hardware Supported: Teensy++ 2.0
* Hardware Availability: https://www.pjrc.com/store/teensypp.html
Pins of the Teensy board you should use by default:
```
Columns: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Pins: E6 B7 D0 D1 D2 D3 D4 D5 D6 D7 E0 E1 C0 C1 C2 C3 C4 C5 C7 F1
--------------------------------------------------------
Rows: 1 2 3 4 5 6 7 8
Pins: F0 B5 B4 B3 B2 B1 B0 E7
--------------------------------------------------------
Status LEDs: CapsLock +5V ScrollLock NumLock
Pins: N/A 5V N/A N/A
--------------------------------------------------------
Speaker: 1+ 1- 2+ 2-
Pins: C6 GND B6 GND
```
Make example for this keyboard (after setting up your build environment):
make ibm/model_m_122/ibm122m:default
See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information.

keyboards/handwired/ibm122m/rules.mk → keyboards/ibm/model_m_122/ibm122m/rules.mk View File


keyboards/tronguylabs/m122_3270/blackpill/info.json → keyboards/ibm/model_m_122/m122_3270/blackpill/info.json View File


keyboards/tronguylabs/m122_3270/blackpill/readme.md → keyboards/ibm/model_m_122/m122_3270/blackpill/readme.md View File


keyboards/tronguylabs/m122_3270/blackpill/rules.mk → keyboards/ibm/model_m_122/m122_3270/blackpill/rules.mk View File


keyboards/tronguylabs/m122_3270/bluepill/info.json → keyboards/ibm/model_m_122/m122_3270/bluepill/info.json View File


keyboards/tronguylabs/m122_3270/bluepill/readme.md → keyboards/ibm/model_m_122/m122_3270/bluepill/readme.md View File


keyboards/tronguylabs/m122_3270/bluepill/rules.mk → keyboards/ibm/model_m_122/m122_3270/bluepill/rules.mk View File


keyboards/tronguylabs/m122_3270/info.json → keyboards/ibm/model_m_122/m122_3270/info.json View File

@ -1,6 +1,7 @@
{
"keyboard_name": "Model M PC/3270 122 key",
"manufacturer": "IBM",
"url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/ibm/model_m_122/m122_3270",
"maintainer": "jmaynard",
"usb": {
"vid": "0x1209",

keyboards/tronguylabs/m122_3270/keymaps/default/keymap.c → keyboards/ibm/model_m_122/m122_3270/keymaps/default/keymap.c View File


keyboards/tronguylabs/m122_3270/keymaps/default/readme.md → keyboards/ibm/model_m_122/m122_3270/keymaps/default/readme.md View File


+ 33
- 0
keyboards/ibm/model_m_122/m122_3270/readme.md View File

@ -0,0 +1,33 @@
# m122-3270
![IBM Model M 122 key](https://i.imgur.com/Oo3Ozqzh.jpg)
This is a replacement controller for the IBM Model M 122 key terminal keyboard
running on a STM32F411 BlackPill, intended to act as closely to the 3270
keyboard's functioning as possible while still being usable on a PC.
* Keyboard Maintainer: [Jay Maynard](https://github.com/jmaynard)
* Hardware Supported: BlackPill STM32F411, Teensy++ 2.0
* Hardware Availability: [BlackPill](https://www.adafruit.com/product/4877), [Teensy](https://www.pjrc.com/store/teensypp.html)
Make example for this keyboard (after setting up your build environment):
make ibm/model_m_122/m122_3270/blackpill:default
make ibm/model_m_122/m122_3270/bluepill:default
make ibm/model_m_122/m122_3270/teensy: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).
A schematic and Gerber files are publicly available for those wishing to have
carrier boards made professionally instead of handwiring things. The M122
matrix connectors plug right into it. It can be found at
https://github.com/jmaynard/tronguylabs-m122-blackpill.
This is derived from Luke Stanley's handwired/ibm122m keyboard, with my own
keymapping and rework of the I/O for the BlackPill. There's also a version for
the Teensy++ 2.0, since that was my original design and I still use one on one
board, even though I switched to the BlackPill for future-proofing.
The Teensy++ 2.0 is not recommended for new designs.

keyboards/tronguylabs/m122_3270/teensy/info.json → keyboards/ibm/model_m_122/m122_3270/teensy/info.json View File


keyboards/tronguylabs/m122_3270/teensy/readme.md → keyboards/ibm/model_m_122/m122_3270/teensy/readme.md View File


keyboards/tronguylabs/m122_3270/teensy/rules.mk → keyboards/ibm/model_m_122/m122_3270/teensy/rules.mk View File


+ 24
- 0
keyboards/ibm/model_m_122/readme.md View File

@ -0,0 +1,24 @@
# IBM Model M Terminal with 122 keys
This is the parent directory for all projects that replace the controller
of IBM's Model M terminal keyboard with 122 keys 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 with 101/102 keys, the
space saving keyboard (SSK, 84-key) etc.

+ 24
- 0
keyboards/ibm/model_m_ssk/readme.md View File

@ -0,0 +1,24 @@
# IBM Model M Space Saving Keyboard (SSK, 84-key)
This is the parent directory for all projects that replace the controller
of IBM's Model M space saving keyboard keyboard with 84 keys 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 with 101/102 keys, the
terminal keyboard with 122 keys etc.

keyboards/converter/modelm_ssk/config.h → keyboards/ibm/model_m_ssk/teensypp_ssk/config.h View File


keyboards/converter/modelm_ssk/info.json → keyboards/ibm/model_m_ssk/teensypp_ssk/info.json View File

@ -1,7 +1,7 @@
{
"keyboard_name": "IBM Model M Space-Saving Keyboard",
"manufacturer": "tiltowait",
"url": "https://github.com/tiltowait/qmk_firmware/tree/modelm_ssk/keyboards/converter/modelm_ssk",
"url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/ibm/model_m_ssk/teensypp_ssk",
"maintainer": "tiltowait",
"usb": {
"vid": "0xFEED",

keyboards/converter/modelm_ssk/keymaps/default/keymap.c → keyboards/ibm/model_m_ssk/teensypp_ssk/keymaps/default/keymap.c View File


keyboards/converter/modelm_ssk/keymaps/default/readme.md → keyboards/ibm/model_m_ssk/teensypp_ssk/keymaps/default/readme.md View File


keyboards/converter/modelm_ssk/keymaps/tiltowait/config.h → keyboards/ibm/model_m_ssk/teensypp_ssk/keymaps/tiltowait/config.h View File


keyboards/converter/modelm_ssk/keymaps/tiltowait/keymap.c → keyboards/ibm/model_m_ssk/teensypp_ssk/keymaps/tiltowait/keymap.c View File


keyboards/converter/modelm_ssk/keymaps/tiltowait/readme.md → keyboards/ibm/model_m_ssk/teensypp_ssk/keymaps/tiltowait/readme.md View File


keyboards/converter/modelm_ssk/readme.md → keyboards/ibm/model_m_ssk/teensypp_ssk/readme.md View File

@ -2,11 +2,11 @@
![IBM Model M Space-Saving Keyboard](https://i.imgur.com/CSXrQI5.jpg)
This is a QMK firmware configuration for the IBM Model M Space-Saving Keyboard (SSK). Based on [this project](https://github.com/qmk/qmk_firmware/tree/master/keyboards/converter/modelm101), it features a few slight improvements and, most importantly, a full remapping to match the SSK's matrix, which differs from its full-sized cousins. The modification is easily reversible, as no part of the keyboard is permanently changed. Just take out the replacement controller and reinstall the original, should you desire.
This is a QMK firmware configuration for the IBM Model M Space-Saving Keyboard (SSK). Based on [this project](https://github.com/qmk/qmk_firmware/tree/master/keyboards/ibm/model_m/teensypp), it features a few slight improvements and, most importantly, a full remapping to match the SSK's matrix, which differs from its full-sized cousins. The modification is easily reversible, as no part of the keyboard is permanently changed. Just take out the replacement controller and reinstall the original, should you desire.
The numpad layer (accessed with Shift + Scroll Lock as with the original controller) is mapped to layer 7 by default. All non-numpad keys are transparent.
**Note:** As of this writing, this configuration has only been tested on the 1392464 SSK. It's possible other models differ in their internal matrices. Should the provided matrix not work for you (and you are certain of your connections), you can enable debugging with `CONSOLE_ENABLE = yes` in `rules.mk` and by following the directions in `default/keymap.c`. Once done, [QMK Toolbox](https://github.com/qmk/qmk_toolbox) will display row/col information to help you remap `modelm_ssk.h`.
**Note:** As of this writing, this configuration has only been tested on the 1392464 SSK. It's possible other models differ in their internal matrices. Should the provided matrix not work for you (and you are certain of your connections), you can enable debugging with `CONSOLE_ENABLE = yes` in `rules.mk` and by following the directions in `default/keymap.c`. Once done, [QMK Toolbox](https://github.com/qmk/qmk_toolbox) will display row/col information to help you remap `keymap.c`.
## Requirements
@ -48,7 +48,7 @@ This configuration will not work out of the box with the [Unicomp Mini M](https:
Make example for this keyboard (after setting up your build environment):
make converter/modelm_ssk:default
make ibm/model_m_ssk/teensypp_ssk:default
You must press the button on the Teensy to enter the bootloader the first time. Afterward, so long as you keep `COMMAND_ENABLE = yes` in `rules.mk` (enabled by default), you can use `Left Shift + Right Shift + B` to enter the bootloader. With this method, you can omit `:teensy` from the end of the `make` command.

keyboards/converter/modelm_ssk/rules.mk → keyboards/ibm/model_m_ssk/teensypp_ssk/rules.mk View File


+ 0
- 22
keyboards/tronguylabs/m122_3270/readme.md View File

@ -1,22 +0,0 @@
# m122-3270
![IBM Model M 122 key](https://i.imgur.com/Oo3Ozqzh.jpg)
This is a replacement controller for the IBM Model M 122 key terminal keyboard running on a STM32F411 BlackPill, intended to act as closely to the 3270 keyboard's functioning as possible while still being usable on a PC.
* Keyboard Maintainer: [Jay Maynard](https://github.com/jmaynard)
* Hardware Supported: BlackPill STM32F411, Teensy++ 2.0
* Hardware Availability: [BlackPill](https://www.adafruit.com/product/4877), [Teensy](https://www.pjrc.com/store/teensypp.html)
Make example for this keyboard (after setting up your build environment):
make tronguylabs/m122_3270/blackpill:default
make tronguylabs/m122_3270/teensy: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).
A schematic and Gerber files are publicly available for those wishing to have carrier boards made
professionally instead of handwiring things. The M122 matrix connectors plug right into it. It can
be found at https://github.com/jmaynard/tronguylabs-m122-blackpill.
This is derived from Luke Stanley's handwired/ibm122m keyboard, with my own keymapping and rework of the I/O for the BlackPill. There's also a version for the Teensy++ 2.0, since that was my original design and I still use one on one board, even though I switched to the BlackPill for future-proofing. The Teensy++ 2.0 is not recommended for new designs.

+ 0
- 19
keyboards/yugo_m/readme.md View File

@ -1,19 +0,0 @@
# Yugo-M - An STM32-based IBM Model M controller
A drop-in replacement controller PCB for IBM Model M keyboards.
Currently available only for 101/102 key keyboards.
* Keyboard Maintainer: [Nidzo Tomic](https://github.com/tomic1785)
* Hardware Supported: Yugo-M PCB
* Rev 0.9b
* Rev 1.1b
For more info visit the project repository: [Yugo-M-controller-project](https://github.com/tomic1785/Yugo-M-controller-project)
Note regarding 2022 matrix update:
The original author's firmware did not make several lesser-used membrane/matrix positions available to the controller. These are useful for JIS users and/or if you simply want to create a more unique layout. I've added all of the unused membrane positions to the firmware, except for an extremely seldom used one that sits in the left side of the space bar on some later membranes (I would have added it if I knew its matrix position, but I haven't mapped that out yet). The default mappings for these additional keys follow JIS conventions, except for the extra key on the bottom right corner of the numpad (lower half of vertical 2u Enter), which I've mapped to the LGUI key a.k.a. left Windows/Command key for now. Remap as you wish!
- an_achronism, February 2022

Loading…
Cancel
Save