diff options
| author | DOIO2022 | 2023-12-18 02:51:14 +0100 |
|---|---|---|
| committer | GitHub | 2023-12-18 02:51:14 +0100 |
| commit | 1556a2ed0e172cbaadcdc2acd7d5c8f57fb078f9 (patch) | |
| tree | ce7281b880adf704f3e52be2336e02fc783fcf66 /keyboards/doio/kb19/readme.md | |
| parent | 990895f03feb8f9c8d22e1bcd25cc3199a9a1b06 (diff) | |
[Keyboard] Add doio KB19 (#22393)
* Add files via upload
* Update keyboards/doio/kb3x/config.h
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/doio/kb3x/info.json
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/doio/kb3x/keymaps/via/keymap.c
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/doio/kb3x/config.h
Co-authored-by: adophoxia <100170946+adophoxia@users.noreply.github.com>
* Update keyboards/doio/kb3x/keymaps/default/keymap.c
Co-authored-by: Joel Challis <git@zvecr.com>
* Update rules.mk
* Update info.json
* Update keyboards/doio/kb3x/info.json
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
* Update keyboards/doio/kb3x/rules.mk
Co-authored-by: adophoxia <100170946+adophoxia@users.noreply.github.com>
* Add files via upload
* Update keyboards/doio/kb3x/info.json
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
* Update keyboards/doio/kb3x/config.h
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
* Delete keyboards/doio/kb3x/rules.mk
* Update keyboards/doio/kb3x/keymaps/default/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/doio/kb3x/keymaps/via/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Add KB19
* Delete keyboards/doio/kb3x directory
* format info.json
* format info.json
* Create rules.mk
* Update rules.mk
* Update keyboards/doio/kb19/config.h
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update info.json
* Update keymap.c
* Update keymap.c
* Delete keyboards/doio/kb19/config.h
* Update keyboards/doio/kb19/keymaps/via/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/doio/kb19/keymaps/default/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
---------
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: adophoxia <100170946+adophoxia@users.noreply.github.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/doio/kb19/readme.md')
| -rw-r--r-- | keyboards/doio/kb19/readme.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/doio/kb19/readme.md b/keyboards/doio/kb19/readme.md new file mode 100644 index 0000000000..ad9d0aaccd --- /dev/null +++ b/keyboards/doio/kb19/readme.md @@ -0,0 +1,24 @@ +# doio/kb19 + +QMK for DOIO Knob keypad . + +* Keyboard Maintainer: DOIO2022 +* Hardware Supported: DOIO Knob keypad + +Make example for this keyboard (after setting up your build environment): + + make doio/kb19:default + +Flashing example for this keyboard: + + make doio/kb19: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). + +## Bootloader + +Enter the bootloader in 3 ways: + +* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard +* **Physical reset button**: Briefly press the button on the back of the PCB +* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available |