forked from mirrors/qmk_firmware
Move kb83 keyboard (#20761)
* move hfdkb/keyboard_sw/k83 --> inland/kb83 * move hfdkb/keyboard_sw/k83 --> inland/kb83 * Update data/mappings/keyboard_aliases.hjson * Update keyboard_aliases.hjson * fixed the Configurator layout data * fixed the Configurator layout data * Revert "Update keyboard_aliases.hjson" This reverts commit c085c547656d09a14b9b0fad6a00f9551106719f. * Revert "fixed the Configurator layout data" * Update keyboard_aliases.hjson * Update info.json
This commit is contained in:
parent
808228c1a8
commit
d98b60c8f6
12 changed files with 8 additions and 4 deletions
|
@ -868,6 +868,9 @@
|
||||||
"hecomi/alpha": {
|
"hecomi/alpha": {
|
||||||
"target": "takashiski/hecomi/alpha"
|
"target": "takashiski/hecomi/alpha"
|
||||||
},
|
},
|
||||||
|
"hfdkb/keyboard_sw/k83":{
|
||||||
|
"target": "inland/kb83"
|
||||||
|
},
|
||||||
"hid_liber": {
|
"hid_liber": {
|
||||||
"target": "bpiphany/hid_liber"
|
"target": "bpiphany/hid_liber"
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,17 +1,18 @@
|
||||||
# k83
|
# kb83
|
||||||
|
|
||||||
A customizable 75% encoder keyboard.
|
A customizable 75% encoder keyboard.
|
||||||
|
|
||||||
* Keyboard Maintainer: [jonylee@hfd](https://github.com/jonylee1986)
|
* Keyboard Maintainer: [jonylee@hfd](https://github.com/jonylee1986)
|
||||||
* Hardware Supported: k83
|
* Hardware Supported: kb83
|
||||||
|
* Hardware Availability:[inland](https://www.microcenter.com)
|
||||||
|
|
||||||
Make example for this keyboard (after setting up your build environment):
|
Make example for this keyboard (after setting up your build environment):
|
||||||
|
|
||||||
make hfdkb/keyboard_sw/k83:default
|
make inland/kb83:default
|
||||||
|
|
||||||
Flashing example for this keyboard:
|
Flashing example for this keyboard:
|
||||||
|
|
||||||
make hfdkb/keyboard_sw/k83:default:flash
|
make inland/kb83:default:flash
|
||||||
|
|
||||||
**Reset Key**: Hold down the key located at *K01*, which programmed as *Esc* while plugging in the keyboard.
|
**Reset Key**: Hold down the key located at *K01*, which programmed as *Esc* while plugging in the keyboard.
|
||||||
|
|
Loading…
Reference in a new issue