qmk-firmwares/keyboards/ergodox_stm32
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/default Remove legacy keycodes, part 6 (#18740) 2022-10-16 14:14:40 +01:00
ld
board.h
chconf.h
config.h Move keyboard USB IDs and strings to data driven: E (#17815) 2022-07-30 17:23:55 +10:00
ergodox_stm32.c Fixup bootloaders. (#16256) 2022-02-06 19:09:21 -08:00
ergodox_stm32.h
halconf.h
info.json Move keyboard USB IDs and strings to data driven: E (#17815) 2022-07-30 17:23:55 +10:00
matrix.c
mcuconf.h
readme.md
rules.mk Fixup bootloaders. (#16256) 2022-02-06 19:09:21 -08:00

ergodox_stm32

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

make ergodox_stm32:default

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