https://github.com/zquestz/nada65panda
Updated QMK firmware for the Cerakey Nada 65 Panda.
https://github.com/zquestz/nada65panda
Last synced: about 1 year ago
JSON representation
Updated QMK firmware for the Cerakey Nada 65 Panda.
- Host: GitHub
- URL: https://github.com/zquestz/nada65panda
- Owner: zquestz
- License: gpl-2.0
- Created: 2024-11-17T07:23:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-01T02:07:43.000Z (over 1 year ago)
- Last Synced: 2025-06-19T15:54:46.761Z (about 1 year ago)
- Language: C
- Size: 803 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Nada 65 Panda](https://www.cerakey.com/products/nada-65-panda-keyboard)
First Ceramic Keycap Mechanical Keyboard for Smoothest and Thockiest Typing
- Keyboard Maintainer: [zquestz](https://github.com/zquestz)
- Hardware Supported: Nada 65 Panda
You will need a working QMK installation to build the new firmware.
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).
Once you are all setup.
1. Copy the `nada65panda` folder to the keyboards directory in your QMK installation.
```
mkdir -p ~/src/qmk_firmware/keyboards/cerakey
cp -r nada65panda ~/src/qmk_firmware/keyboards/cerakey/
```
2. Build the new firmware, with Via support.
```
make cerakey/nada65panda:via
```
3. Start flashing the firmware.
```
qmk flash cerakey_nada65panda_via.bin
```
4. When it prompts you to set your keyboard in bootloader mode. Disconnect your keyboard, then plug it back in with holding the ESC key!
5. Wait till the flashing process is complete.
6. Disconnect your keyboard and reconnect it!
7. Profit!