qmk_firmware/keyboards/ebastler/e80_1800
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
chconf.h [Keyboard] add E80-1800 PCB (#16645) 2022-04-12 23:20:07 -07:00
config.h Remove UNUSED_PINS (#17931) 2022-08-06 23:23:35 +10:00
e80_1800.c [Keyboard] add E80-1800 PCB (#16645) 2022-04-12 23:20:07 -07:00
e80_1800.h [Keyboard] add E80-1800 PCB (#16645) 2022-04-12 23:20:07 -07:00
halconf.h [Keyboard] add E80-1800 PCB (#16645) 2022-04-12 23:20:07 -07:00
info.json Move keyboard USB IDs and strings to data driven: E (#17815) 2022-07-30 17:23:55 +10:00
mcuconf.h [Keyboard] add E80-1800 PCB (#16645) 2022-04-12 23:20:07 -07:00
readme.md [Keyboard] add E80-1800 PCB (#16645) 2022-04-12 23:20:07 -07:00
rules.mk [Keyboard] add E80-1800 PCB (#16645) 2022-04-12 23:20:07 -07:00

E80-1800

E80_1800_sample_image

A replacement PCB for the Cherry G80-1800 keyboard. Supports ISO and ANSI, 6u offcenter or 7u bottom row, stepped and regular caps lock. Optional i2c header for OLED. Type-C on the PCB (requires some case modifications). The PCB is open source and can be found in my Github repo.

  • Keyboard Maintainer: ebastler
  • Hardware Supported: r1 and r1.1 PCB, see Github repo linked above
  • Hardware Availability: Groupbuy, otherwise feel free to order your own boards. jlcpcb compatible gerber/BOM/CPL files are included.

How to enter the Bootloader:

  • No pre-flashed firmware, option 1: Bridge BOOT labeled pads below spacebar while plugging the board in
  • No pre-flashed firmware, option 2: Bridge BOOT labeled pads below spacebar, then quickly short RST labeled pads
  • Pre-flashed firmware: Use Bootmagic - keep the ESC (top left most) key pressed while plugging the board in

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

make ebastler/e80_1800:default

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

make ebastler/e80_1800:default

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.