qmk_firmware/keyboards/satt/comet46
Ryan c6f1b594a2
Remove legacy keycodes, part 2 (#18660)
* `KC_SYSREQ` -> `KC_SYRQ`

And one `KC_ALT_ERASE` -> `KC_ERAS`

* `KC_NONUS_BSLASH` -> `KC_NUBS`

* `KC_NUMLOCK` -> `KC_NUM`

* `KC_CLCK` -> `KC_CAPS`

* `KC_SCROLLLOCK` -> `KC_SCRL`

* `KC_LBRACKET` -> `KC_LBRC`

* `KC_RBRACKET` -> `KC_RBRC`

* `KC_CAPSLOCK` -> `KC_CAPS`
2022-10-10 20:06:26 +01:00
..
keymaps Remove legacy keycodes, part 2 (#18660) 2022-10-10 20:06:26 +01:00
lib Refactor satt/comet46 to use core OLED driver (#17856) 2022-07-31 15:35:42 +01:00
comet46.c move @satt99 's comet46 to satt/ (#16059) 2022-02-12 01:13:48 +00:00
comet46.h move @satt99 's comet46 to satt/ (#16059) 2022-02-12 01:13:48 +00:00
config.h Move keyboard USB IDs and strings to data driven: S (#17889) 2022-08-04 08:12:37 +10:00
info.json Move keyboard USB IDs and strings to data driven: S (#17889) 2022-08-04 08:12:37 +10:00
matrix.c Move more UART-based keyboards to use timeout correctly. (#17329) 2022-06-08 14:51:41 -07:00
readme.md move @satt99 's comet46 to satt/ (#16059) 2022-02-12 01:13:48 +00:00
rules.mk Refactor satt/comet46 to use core OLED driver (#17856) 2022-07-31 15:35:42 +01:00

Comet46

Comet46

A split wireless 40% column-staggered keyboard

Keyboard Maintainer: SatT
Hardware Supported: Comet46 PCB, atmega32u4, nRF51822
Hardware Availability: Comet46 PCB, case, and receiver
Firmware for nordic MCUs: SRC and precompiled

Make example for this keyboard (after setting up your build environment):

make satt/comet46:default

See build environment setup then the make instructions for more information.