Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tavobarrientos/keymap
My QMK custom firmware for my Corne Keyboard
https://github.com/tavobarrientos/keymap
corne corne-cherry corne-keyboard crkbd keyboard keyboards mechanical-keyboard qmk qmk-keymap
Last synced: about 2 months ago
JSON representation
My QMK custom firmware for my Corne Keyboard
- Host: GitHub
- URL: https://github.com/tavobarrientos/keymap
- Owner: tavobarrientos
- Created: 2021-11-27T23:38:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-16T08:45:04.000Z (about 3 years ago)
- Last Synced: 2024-10-20T11:15:40.106Z (3 months ago)
- Topics: corne, corne-cherry, corne-keyboard, crkbd, keyboard, keyboards, mechanical-keyboard, qmk, qmk-keymap
- Language: C
- Homepage:
- Size: 285 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Corne Keyboard
This is my custom Keymaps for my corne keyboard.
## Requirements
- [QMK](https://qmk.fm/)
- [QMK MSYS](https://msys.qmk.fm/)
- [QMK Toolbox](https://github.com/qmk/qmk_toolbox)
- [VIA (Optional)](https://caniusevia.com/)## Usage
Clone inside of:
```
keyboards/crkbd/keymaps/
```Then run this command in your QMK SYS console:
```
qmk compile -kb crkbd/rev1 -km tavobarrientos
```## Flashing the Keyboard
Use the tool named QMK Toolbox to flash the microcontrollers, remember, if you are using a Corne Keyboard, or a
splitted keyboard with two microcontrollers, flash both to update firmware.## Add Via Support
Append to the file rules.mk the following line:
```
VIA_ENABLE = yes
```