Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[keyboard]Move kb83 keyboard. #20761

Merged
merged 11 commits into from
Jun 20, 2023
3 changes: 3 additions & 0 deletions data/mappings/keyboard_aliases.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,9 @@
"hecomi/alpha": {
"target": "takashiski/hecomi/alpha"
},
"hfdkb/keyboard_sw/k83":{
"target": "inland/kb83"
},
"hid_liber": {
"target": "bpiphany/hid_liber"
},
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# k83
# kb83

A customizable 75% encoder keyboard.

* 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 hfdkb/keyboard_sw/k83:default
make inland/kb83:default

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.

Expand Down