diff options
Diffstat (limited to 'keyboards/karlb/kbic65/readme.md')
| -rw-r--r-- | keyboards/karlb/kbic65/readme.md | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/keyboards/karlb/kbic65/readme.md b/keyboards/karlb/kbic65/readme.md new file mode 100644 index 000000000..43d2e5cd7 --- /dev/null +++ b/keyboards/karlb/kbic65/readme.md | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | # KBIC65 | ||
| 2 | |||
| 3 |  | ||
| 4 | |||
| 5 | A 65%/70 key FR4-stack open-source keyboard with some design optimizations for wireless. For more info visit the [KBIC65 website](https://karlb.eu/kbic65/) or the [GitHub repo](https://github.com/b-karl/KBIC65). | ||
| 6 | |||
| 7 | * Keyboard Maintainer: [Karl Berggren](https://github.com/b-karl) | ||
| 8 | * Hardware Supported: [KBIC65](https://github.com/b-karl/KBIC65) | ||
| 9 | * Hardware Availability: Open-source design [available on GitHub](https://github.com/b-karl/KBIC65) | ||
| 10 | |||
| 11 | Firmware and default keymap have been tested using a KBIC65 with an Elite-C rev 4 controller. | ||
| 12 | |||
| 13 | ## Build firmware | ||
| 14 | |||
| 15 | Make example for this keyboard (after setting up your build environment): | ||
| 16 | |||
| 17 | ```bash | ||
| 18 | qmk compile -kb karlb/kbic65 -km default | ||
| 19 | ``` | ||
| 20 | |||
| 21 | See the [QMK setup documentation](https://docs.qmk.fm/#/newbs_getting_started) to set up the QMK tools. I recommend flashing using | ||
| 22 | |||
| 23 | ```bash | ||
| 24 | qmk flash -kb karlb/kbic65 -km default | ||
| 25 | ``` | ||
| 26 | |||
| 27 | ## Bootloader | ||
| 28 | |||
| 29 | Since the keyboard is designed to have an exposed ProMicro the bootloader can always be entered by short circuiting the `RST` and `GND` pins on the ProMicro. If the keyboard is configured with the default keymap, the bootloader can be entered by pressing `R_GUI/FN + B` | ||
| 30 | |||
| 31 | |||
