qmk_firmware/keyboards/handwired/myskeeb
Ryan c347e732be
Remove legacy EEPROM clear keycodes (#18782)
* `EEP_RST` -> `EE_CLR`, default-ish keymaps

* `EEP_RST` -> `EE_CLR`, user keymaps

* `EEP_RST` -> `EE_CLR`, community layouts

* `EEP_RST` -> `EE_CLR`, userspace

* `EEP_RST` -> `EE_CLR`, docs & core
2022-10-20 12:20:07 +01:00
..
keymaps/default Remove legacy EEPROM clear keycodes (#18782) 2022-10-20 12:20:07 +01:00
config.h Remove legacy USE_SERIAL define (#18292) 2022-09-06 18:46:34 +01:00
info.json Move keyboard USB IDs and strings to data driven: handwired (#17822) 2022-07-30 17:31:44 +10:00
myskeeb.c [Keyboard] Handwired Skeeb Keyboard (#8161) 2020-03-07 01:53:05 -08:00
myskeeb.h handwired/myskeeb Layout Macro Refactor (#15181) 2021-11-16 17:36:10 -08:00
oled.c Use a macro to compute the size of arrays at compile time (#18044) 2022-08-30 10:20:04 +02:00
readme.md handwired/myskeeb Layout Macro Refactor (#15181) 2021-11-16 17:36:10 -08:00
rules.mk Fix up build options comments (#15463) 2021-12-12 18:05:37 -08:00
skeeb_font.c [Keyboard] Handwired Skeeb Keyboard (#8161) 2020-03-07 01:53:05 -08:00

myskeeb

Handwired Keyboard based on the Ergodash, with an OLED similar to Kyria.

  • Keyboard Maintainer: su8044
  • Hardware Supported: Pro Micro (ATmega32U4)

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

make handwired/myskeeb:default

Flashing example for this keyboard:

make handwired/myskeeb:default:flash

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