From b10b4cc8649dbe0a5620c7ad52df0e66e4046852 Mon Sep 17 00:00:00 2001 From: Jerome Berclaz Date: Mon, 24 Jul 2023 23:38:02 -0700 Subject: [PATCH] Move model h controller under ibm/model_m (#21526) --- keyboards/{ => ibm/model_m}/modelh/config.h | 0 keyboards/{ => ibm/model_m}/modelh/info.json | 0 keyboards/{ => ibm/model_m}/modelh/keymaps/default/keymap.c | 0 keyboards/{ => ibm/model_m}/modelh/modelh.c | 0 keyboards/{ => ibm/model_m}/modelh/readme.md | 5 +++-- keyboards/{ => ibm/model_m}/modelh/rules.mk | 0 6 files changed, 3 insertions(+), 2 deletions(-) rename keyboards/{ => ibm/model_m}/modelh/config.h (100%) rename keyboards/{ => ibm/model_m}/modelh/info.json (100%) rename keyboards/{ => ibm/model_m}/modelh/keymaps/default/keymap.c (100%) rename keyboards/{ => ibm/model_m}/modelh/modelh.c (100%) rename keyboards/{ => ibm/model_m}/modelh/readme.md (86%) rename keyboards/{ => ibm/model_m}/modelh/rules.mk (100%) diff --git a/keyboards/modelh/config.h b/keyboards/ibm/model_m/modelh/config.h similarity index 100% rename from keyboards/modelh/config.h rename to keyboards/ibm/model_m/modelh/config.h diff --git a/keyboards/modelh/info.json b/keyboards/ibm/model_m/modelh/info.json similarity index 100% rename from keyboards/modelh/info.json rename to keyboards/ibm/model_m/modelh/info.json diff --git a/keyboards/modelh/keymaps/default/keymap.c b/keyboards/ibm/model_m/modelh/keymaps/default/keymap.c similarity index 100% rename from keyboards/modelh/keymaps/default/keymap.c rename to keyboards/ibm/model_m/modelh/keymaps/default/keymap.c diff --git a/keyboards/modelh/modelh.c b/keyboards/ibm/model_m/modelh/modelh.c similarity index 100% rename from keyboards/modelh/modelh.c rename to keyboards/ibm/model_m/modelh/modelh.c diff --git a/keyboards/modelh/readme.md b/keyboards/ibm/model_m/modelh/readme.md similarity index 86% rename from keyboards/modelh/readme.md rename to keyboards/ibm/model_m/modelh/readme.md index 8cd68c111a..bed79619ce 100644 --- a/keyboards/modelh/readme.md +++ b/keyboards/ibm/model_m/modelh/readme.md @@ -7,13 +7,14 @@ This conversion kit allows you to replace your IBM Model M's original internal c * Keyboard Maintainer: [John Hawthorn](https://github.com/jhawthorn) * Hardware Supported: IBM Model M * Hardware Availability: [www.modelh.club](www.modelh.club) +* How to [build your own controller](https://github.com/jberclaz/modelh) Make example for this keyboard (after setting up your build environment): - make modelh:default + make ibm/model_m/modelh:default Flashing example for this keyboard: - make modelh:default:flash + make ibm/model_m/modelh: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). diff --git a/keyboards/modelh/rules.mk b/keyboards/ibm/model_m/modelh/rules.mk similarity index 100% rename from keyboards/modelh/rules.mk rename to keyboards/ibm/model_m/modelh/rules.mk