qmk_firmware/keyboards/cornia
Ryan 6b38dc17cd
Remove deprecated RGB_ and Mouse keycodes (#25444)
* Remove deprecated `RGB_` and Mouse keycodes

* Update old mouse keycodes, 0-9/A-M

* Update old mouse keycodes, N-Z & layouts

* Missed some stuff
2025-07-11 11:05:41 -06:00
..
keymaps Remove deprecated RGB_ and Mouse keycodes (#25444) 2025-07-11 11:05:41 -06:00
v0_6 Add cornia keyboard (#24442) 2024-12-03 15:40:07 -07:00
v1 Add cornia keyboard (#24442) 2024-12-03 15:40:07 -07:00
config.h Add cornia keyboard (#24442) 2024-12-03 15:40:07 -07:00
cornia.c Add cornia keyboard (#24442) 2024-12-03 15:40:07 -07:00
cornia.h Add cornia keyboard (#24442) 2024-12-03 15:40:07 -07:00
info.json Add cornia keyboard (#24442) 2024-12-03 15:40:07 -07:00
mcuconf.h Add cornia keyboard (#24442) 2024-12-03 15:40:07 -07:00
readme.md Add cornia keyboard (#24442) 2024-12-03 15:40:07 -07:00

Cornia Keyboard

Cornia v1

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:

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