https://github.com/razielar/corne_keyboard_layout
Corne-keyboard Layout
https://github.com/razielar/corne_keyboard_layout
Last synced: 3 months ago
JSON representation
Corne-keyboard Layout
- Host: GitHub
- URL: https://github.com/razielar/corne_keyboard_layout
- Owner: razielar
- License: gpl-3.0
- Created: 2022-06-29T07:45:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-25T16:54:05.000Z (almost 3 years ago)
- Last Synced: 2025-01-11T14:48:38.746Z (4 months ago)
- Language: C
- Homepage:
- Size: 2.89 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Corne keyboard-layout
Source README located [here](https://github.com/qmk/qmk_firmware)
1. [Layout](#layout)
2. [Brief description of the files](#brief)
3. [Compile qmk](#compile)
4. [Useful links to practice typing](#links)### Key layout
![]()
Keys-code located [here](https://config.qmk.fm/#/mechlovin/infinity875/LAYOUT_all). If a key is defined once, means either is the same key in the 4 layers or is not defined in other layers.
TD= tap-dance.### Led layout
We have 6 back-leds, and 21 (7-27) front-leds.
![]()
## 2) Brief description of the files
* **1)** `keymap.c`: (the most important file)
* **2)** `config.h`: defines which is the master, tap-dance time, rgb-brightness, all rbg-effects, etc.
* **3)** `rules.mk`: basic configuration such as: enable tap-dance, rgb, oled-screen on, etc.
* **4)** `glcdfont.c`: fonts, we did not modified.
Click twice the reset-button (do it for each side).
``` bash
qmk flash -kb crkbd -km razielar
```## 4) Useful links to practice typing
* [English typing](https://www.colemak.academy/)
* [Code typing](https://www.speedcoder.net/lessons/py/1/)