qmk_firmware/keyboards/keyboardio/model01
Ryan 17de141c92
Add missing layout data for a handful of boards (#20931)
* Add missing layout data for a handful of boards

* typo

* Add missing layouts for stoutgat

* Add missing layout for j80

* Replace missing layout with alias for wraith

* Add missing layout for matrix/me

* Add missing layout for satisfaction75/prototype

* Apply suggestions from code review

* Rename wt80-a layouts

* Rename rosa layouts

* Add missing layouts for naked48

* Add missing layouts for naked60

* Add missing layouts for uma

* Remove unused and pointless `LAYOUT_stack` for buzzard

* Add missing layout for keyboardio/model01

* Add missing layout for smk65 revf

* Fix via keymap for h60

* Add missing layout for jabberwocky/v1

* Apply suggestions from code review

* Add missing layout for m3n3van

* Add missing layout for giabalanai

* Add missing layouts for treadstone48/rev1

* Add missing layouts for squiggle

* Update keyboards/marksard/treadstone48/rev1/info.json
2023-05-16 00:00:08 -07:00
..
keymaps Merge remote-tracking branch 'origin/master' into develop 2022-11-20 09:20:46 -08:00
config.h Debounce defines cleanup (#19742) 2023-02-03 19:19:58 +00:00
info.json Add missing layout data for a handful of boards (#20931) 2023-05-16 00:00:08 -07:00
leds.c Change DRIVER_LED_COUNT to {LED,RGB}_MATRIX_LED_COUNT (#18399) 2022-09-23 22:46:23 +10:00
leds.h Normalise include statements in keyboard code (#11185) 2020-12-16 14:27:23 +11:00
matrix.c Remove matrix_init_quantum/matrix_scan_quantum (#19806) 2023-02-11 03:47:17 +00:00
model01.c Remove empty override functions (#14312) 2021-09-05 21:36:31 +01:00
model01.h Move remaining LAYOUTs to data driven (#20422) 2023-04-15 21:07:32 +10:00
readme.md
rules.mk Move RGB_MATRIX_DRIVER to data driven (#20350) 2023-04-08 18:08:08 +10:00
wire-protocol-constants.h

Keyboardio Model 01

A split keyboard.

  • Keyboard Maintainer: QMK Community
  • Hardware Supported: Keyboardio Model 01
  • Hardware Availability: Keyboardio

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

make keyboardio/model01:default

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

Programming the Keyboard

To program the keyboard, if you have avrdude installed:

make keyboardio/model01:default:flash

When prompted to reset your keyboard, press the prog key at upper left. If the keyboard does not reset, you can hold the prog key while plugging it into your computer. The prog key will light up red in programming mode.

Features

This implements the standard keymap, including mousekeys.

It doesn't do cursor warping - QMK does not support absolute mouse positioning.

LED support is limited. Gamma compensation and the high speed batch update functions supported by the hardware are not implemented. The high current power switch is also not implemented, so if you try and turn all the LEDs on at full brightness, something may conk out.

Hotplugging the two halves works but is not extensively tested.