From d6bec618b8a1e9a3d4317b86f18e21a8f8e7e456 Mon Sep 17 00:00:00 2001 From: Christoph Zimmermann Date: Sun, 4 Aug 2024 21:46:21 +0200 Subject: [PATCH] Adding tindie link and implement review suggestions --- keyboards/ibm/model_m/ctrl_m/keymaps/default/keymap.c | 1 - keyboards/ibm/model_m/ctrl_m/keymaps/via/keymap.c | 1 - keyboards/ibm/model_m/ctrl_m/readme.md | 5 +---- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/keyboards/ibm/model_m/ctrl_m/keymaps/default/keymap.c b/keyboards/ibm/model_m/ctrl_m/keymaps/default/keymap.c index 043a5827bcc..d19d2e62f02 100644 --- a/keyboards/ibm/model_m/ctrl_m/keymaps/default/keymap.c +++ b/keyboards/ibm/model_m/ctrl_m/keymaps/default/keymap.c @@ -17,7 +17,6 @@ enum layers { _BL0, - }; const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { diff --git a/keyboards/ibm/model_m/ctrl_m/keymaps/via/keymap.c b/keyboards/ibm/model_m/ctrl_m/keymaps/via/keymap.c index 043a5827bcc..d19d2e62f02 100644 --- a/keyboards/ibm/model_m/ctrl_m/keymaps/via/keymap.c +++ b/keyboards/ibm/model_m/ctrl_m/keymaps/via/keymap.c @@ -17,7 +17,6 @@ enum layers { _BL0, - }; const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { diff --git a/keyboards/ibm/model_m/ctrl_m/readme.md b/keyboards/ibm/model_m/ctrl_m/readme.md index 3a05cea31ec..aab3a685f2e 100644 --- a/keyboards/ibm/model_m/ctrl_m/readme.md +++ b/keyboards/ibm/model_m/ctrl_m/readme.md @@ -6,6 +6,7 @@ This is a configuration of QMK intended to be used with the [ctrl-M controller]( * Keyboard Maintainer: [nuess0r](https://github.com/nuess0r) * Hardware Supported: [ctrl-M](https://github.com/nuess0r/ctrl-m) +* Hardware Availability: [tindie shop](https://www.tindie.com/products/brain4free/ctrl-m/) Example how to compile for this keyboard (after setting up your build environment): @@ -15,10 +16,6 @@ Flashing example for this keyboard: make ibm/model_m/ctrl_m:default:flash -Or if you use the QMK tool: - - qmk compile -kb ibm/model_m/ctrl_m -km 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). ## Bootloader