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