qmk_firmware/keyboards/boardsource/technik_s
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 Change DRIVER_LED_COUNT to {LED,RGB}_MATRIX_LED_COUNT (#18399) 2022-09-23 22:46:23 +10:00
info.json [Keyboard] boardsource/technik_s data driven (#17636) 2022-07-12 22:19:17 -07:00
readme.md [Keyboard] Boardsource technik (#13111) 2021-07-19 21:04:43 -07:00
rules.mk [Keyboard] boardsource/technik_s data driven (#17636) 2022-07-12 22:19:17 -07:00

Technik-S

Technik-S

The technik-s is a 40% staggard keyboard that is designed to fit in the same case as the technik-o a 4x12 ortho

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

make boardsource/technik_s:default

Flashing example for this keyboard:

make boardsource/technik_s:default:flash

Reset keyboard by pushing reset button on back of pcb through access hole. Or hold down top left key while you plug in the usb cable. Then run this command in your local qmk repo, or flash using qmk toolbox.

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