qmk_firmware/keyboards/chavdai40
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
rev1 Merge remote-tracking branch 'origin/master' into develop 2022-08-14 01:54:23 -07:00
rev2 Merge remote-tracking branch 'origin/master' into develop 2022-08-14 01:54:23 -07:00
board.h ChibiOS conf migrations... take 10 (#11617) 2021-01-20 00:35:24 +11:00
chconf.h Fix up comments showing how to execute config migration. (#11621) 2021-01-20 02:19:36 +11:00
halconf.h Fix up comments showing how to execute config migration. (#11621) 2021-01-20 02:19:36 +11:00
info.json Move keyboard USB IDs and strings to data driven, pass 2: B-C (#17945) 2022-08-14 12:16:16 +10:00
mcuconf.h Fix up comments showing how to execute config migration. (#11621) 2021-01-20 02:19:36 +11:00
readme.md [Keyboard] Add Chavdai40% rev2 (#10210) 2020-09-01 23:29:17 -07:00

chavdai40

chavdai40

Chavdai40 is very simple decoratable 40% keyboard

  • Keyboard Maintainer: t-miyajima
  • Hardware Supported: Chavdai40 PCB rev1,rev2
  • Hardware Availability: yushakobo

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

make chavdai40/rev1:default  
make chavdai40/rev2:default

Flashing example for this keyboard:

make chavdai40/rev1:default:flash  
make chavdai40/rev2:default:flash

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