qmk-dactyl-manuform-a/keyboards/handwired/pterodactyl
Drashna Jaelre f0b30e0027
Make Swap Hands use PROGMEM (#12284)
This converts the array that the Swap Hands feature uses to use PROGMEM,
and to read from that array, as such. Since this array never changes at
runtime, there is no reason to keep it in memory. Especially for AVR
boards, as memory is a precious resource.
2021-05-09 23:21:09 -07:00
..
keymaps/default [Keyboard] Pterodactyl handwired (#9884) 2020-08-22 12:59:24 -07:00
config.h [Keyboard] Pterodactyl handwired (#9884) 2020-08-22 12:59:24 -07:00
info.json [Keyboard] Pterodactyl handwired (#9884) 2020-08-22 12:59:24 -07:00
matrix.c Remove legacy print backward compatiblitly (#11805) 2021-02-06 16:56:13 +00:00
pterodactyl.c Make Swap Hands use PROGMEM (#12284) 2021-05-09 23:21:09 -07:00
pterodactyl.h [Keyboard] Pterodactyl handwired (#9884) 2020-08-22 12:59:24 -07:00
readme.md [Keyboard] Pterodactyl handwired (#9884) 2020-08-22 12:59:24 -07:00
rules.mk [Keyboard] Pterodactyl handwired (#9884) 2020-08-22 12:59:24 -07:00

readme.md

Pterodactyl

A bluetooth fork of the dactyl

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

make handwired/pterodactyl:default

Flashing example for this keyboard:

make handwired/pterodactyl:default:flash

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