qmk_firmware/keyboards/cutie_club/keebcats/dougal
Ryan 74223c34a9
Remove legacy keycodes, part 6 (#18740)
* `KC_RSHIFT` -> `KC_RSFT`

* `KC_RCTRL` -> `KC_RCTL`

* `KC_LSHIFT` -> `KC_LSFT`

* `KC_LCTRL` -> `KC_LCTL`
2022-10-16 14:14:40 +01:00
..
keymaps Remove legacy keycodes, part 6 (#18740) 2022-10-16 14:14:40 +01:00
config.h Remove `UNUSED_PINS` (#17931) 2022-08-06 23:23:35 +10:00
dougal.c [Keyboard] Add Keebcats Dougal PCB (#15168) 2021-11-19 09:41:12 -08:00
dougal.h Cutie Club x Keebcats Dougal: add LAYOUT_65_ansi and LAYOUT_65_iso (#16239) 2022-02-05 20:07:39 -08:00
info.json Move keyboard USB IDs and strings to data driven: C (#17789) 2022-07-26 00:04:09 +01:00
readme.md [Keyboard] Add Keebcats Dougal PCB (#15168) 2021-11-19 09:41:12 -08:00
rules.mk Tidy up NKRO_ENABLE rules (#15382) 2021-12-09 16:05:44 +11:00

readme.md

Dougal

  • Keyboard Maintainer: Cutie Club
  • Hardware Supported: Atmega32u4 based 65% PCB, with wide compatibility
  • Hardware Availability: Keebcats

Bootloader

Enter the bootloader in 2 ways with the default configuration:

  • Bootmagic reset: Hold down the key at top left key (matrix position 0,0) and plug the device in
  • Physical reset button: Press the button marked reset on the back of the PCB

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

make cutie_club/keebcats/dougal:default

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