mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-05 01:15:19 +00:00
e7f1388317
* Add cornia keyboard * Update Fire keymap * [Cornia/Doc] Host image on imgur * [Cornia/config] Remove unnecessary defines * [Cornia] Move I2C stuff to keyboard level * [Cornia/config] Remove unnecessary defines & move all callbacks to keymap.c * [Cornia] Use tri-layer in default keymap * [Cornia/makefiles] remove license headers & root makefile * [Cornia] Put common configuration to top keyboard level * [Cornia] Remove unecessary custom keycodes * [Cornia] Fix readme * [Cornia] Fix RGB keycodes * [Cornia] Fix config files * [Cornia] Fix readme * [Cornia] Fix mcuconf.h license |
||
---|---|---|
.. | ||
keymaps | ||
v0_6 | ||
v1 | ||
config.h | ||
cornia.c | ||
cornia.h | ||
info.json | ||
mcuconf.h | ||
readme.md |
Cornia Keyboard
A split keyboard with 3x6 column strongly staggered keys and 3 thumb keys
- Keyboard Maintainer: Vaarai
- Hardware Supported: Cornia PCB, RP2040 / 0xCB-Helios
- Hardware Availability: PCB Data
Make example for this keyboard (after setting up your build environment):
make cornia/v1:default
Flashing example for this keyboard:
make cornia/v1:default:flash
See the build environment setup and the make instructions for more information. Brand new to QMK ? Start with our Complete Newbs Guide.
Bootloader
The Cornia PCBs have a reset button on the bottom side near to the TRRS jack.
To enter in to the bootloader you can either:
- Hold reset when plugging in that half of the keyboard.
- Double press reset if firmware was already flashed and if RP2040 is used
- Press NAV+NUM+ESC if firmware was already flashed no matter what controller is used
Keymaps
Two keymaps are available for now, below are their KLE views:
- Default QWERTY layout for Cornia keyboard
- Fire layout for Cornia keyboard (Based on Fire (Oxey) layout)
OLED Display & Cirque Trackpad
The Cornia Keyboard also support OLED Display and Cirque Trackpad through I²C, an implementation is available in fire
keymap.
To use it please make with the following command:
make cornia/v1:fire
And flash with:
make cornia/v1:fire:flash