https://github.com/j1n6/qmk-keymap-keyball46
Keyball46 Custom Firmware
https://github.com/j1n6/qmk-keymap-keyball46
Last synced: 2 months ago
JSON representation
Keyball46 Custom Firmware
- Host: GitHub
- URL: https://github.com/j1n6/qmk-keymap-keyball46
- Owner: j1n6
- Created: 2021-12-07T18:33:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-22T13:30:32.000Z (about 3 years ago)
- Last Synced: 2025-01-31T23:24:01.371Z (4 months ago)
- Language: C
- Size: 79.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qmk-keymap-keyball46
Keyball46 Custom FirmwareDisclaimer:
The original firmware was developed by https://github.com/Yowkees/keyball, this is a variation and modifications for my own need.## setup
```
# setup qmk sub-modules
git submodule update --init
cd qmk_firmware && make git-submodule && python3 -m pip install --user qmk && qmk setup# linking keyboard files
ln -s $(pwd)/keyball $(pwd)/qmk_firmware/keyboards/keyball# build qmk hex files keyball_keyball46_j1n6.hex
# a single file can be flashed to both left and right side
qmk compile -j 4 -kb keyball/keyball46 -km j1n6
```