diff options
author | lokher <lokher@gmail.com> | 2023-03-16 12:07:35 +0800 |
---|---|---|
committer | lokher <lokher@gmail.com> | 2023-03-16 12:07:35 +0800 |
commit | 77cbe1469a6a83ef00a5eaffce318a176bfacdd4 (patch) | |
tree | ccdf99aba0b4e1cbcbf152be0cd200dc73fa3f1b /keyboards/keychron/q1_pro/readme.md | |
parent | ee715fc26ade41e56f47e60527f17d5cbdfb584b (diff) |
add q1_pro;add 'encoder_inerrupt_read' to encoder.c;change factory test key definition to config.h
Diffstat (limited to 'keyboards/keychron/q1_pro/readme.md')
-rw-r--r-- | keyboards/keychron/q1_pro/readme.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/keychron/q1_pro/readme.md b/keyboards/keychron/q1_pro/readme.md new file mode 100644 index 0000000000..28e4cefc6f --- /dev/null +++ b/keyboards/keychron/q1_pro/readme.md @@ -0,0 +1,21 @@ +# Keychron Q1 Pro + +![Keychron Q1 Pro](https://cdn.shopify.com/s/files/1/0059/0630/1017/t/5/assets/keychronq1proqmkviacustommechanicalkeyboard--edited-1669962623486.jpg) + +A customizable 81 keys TKL keyboard. + +* Keyboard Maintainer: [Keychron](https://github.com/keychron) +* Hardware Supported: Keychron Q1 Pro +* Hardware Availability: [Keychron Q1 Pro Wireless, Customizeable, QMK/VIA Mechanical Keyboard](https://www.keychron.com/products/keychron-k8-pro-qmk-via-wireless-mechanical-keyboard) + +Make example for this keyboard (after setting up your build environment): + + make keychron/q1_pro/ansi_konb:default + +Flashing example for this keyboard: + + make keychron/q1_pro/ansi_konb:default:flash + +**Reset Key**: Connect the USB cable, toggle mode switch to "Off", hold down the *Esc* key or reset button underneath space bar, then toggle then switch to "Cable". + +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). |