[Keyboard] New IDOBAO ID61 (a.k.a. Denwir D60) (#17362)
* initial upload * adjust keymap * Delete config.h * Update post.rules.mk * remapped to correct pins * add idobao keymap * disable underglow * minor fix * right menu on windows * imgur * ID61_process_special_k() function * KC_APP fix * Update keymap.c * pre-pr touchups * enum layouts * review changes recommended by tzarc * refactor special keys to common lib * rename layout and add info.json labels * account for 15 possible USER keys * post drashna review * Fn Arrow keys added * post review edits * use bitmask instead of bool array in specialk.c * move to community layout
This commit is contained in:
40
keyboards/idobao/id61/readme.md
Normal file
40
keyboards/idobao/id61/readme.md
Normal file
@@ -0,0 +1,40 @@
|
||||
# IDOBAO ID61
|
||||
|
||||

|
||||
|
||||
The ID61 Keyboard Kit brings a tailored gasket-mounted build to an ultra-compact 60% layout with a unique ribbed side texture.
|
||||
|
||||
## ANSI Support
|
||||
|
||||
* Keyboard Maintainer: [Vino Rodrigues](https://github.com/vinorodrigues)
|
||||
* Hardware Supported: **IDOBAO ID61**
|
||||
* Hardware Availability: [IDOBAO.net](https://idobao.net/search?type=product&q=id61*)
|
||||
|
||||
## Layout
|
||||
|
||||

|
||||
|
||||
## Compiling and Flashing
|
||||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
qmk compile -kb idobao/id61 -km default
|
||||
|
||||
*{..or..}*
|
||||
|
||||
make idobao/id61:default
|
||||
|
||||
Flashing example for this keyboard:
|
||||
|
||||
make idobao/id61: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. <br>
|
||||
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 [Escape] key 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 `RESET`, default is [Fn]+[B]
|
||||
Reference in New Issue
Block a user