You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk-fw/keyboards/maxr1998/pulse4k
Max Rumpf 0d80c7bd59 [Keyboard] Fix Pulse4k info.json LAYOUT name (#7965)
* Fix Pulse4k info.json LAYOUT name

* Add missing functions to fix configurator

Add empty encoder functions to the keyboard code, as the configurator doesn't see the keymap defined functions at first.
To be able to override these functions, they are marked as 'weak'.

* Rework encoder functions another time

Default implementation is now provided as part of the keyboard, but they can still be overriden within the keymap (template is commented out by default)
5 years ago
..
keymaps/default [Keyboard] Fix Pulse4k info.json LAYOUT name (#7965) 5 years ago
config.h Remove the need to specify NUM_OF_ENCODERS for the Encoder feature (#6328) 6 years ago
info.json [Keyboard] Fix Pulse4k info.json LAYOUT name (#7965) 5 years ago
pulse4k.c [Keyboard] Fix Pulse4k info.json LAYOUT name (#7965) 5 years ago
pulse4k.h
readme.md [Keyboard] Add image for Pulse 4k (#6869) 6 years ago
rules.mk Cleanup rules.mk for 32U4 keyboards, L-M (#7120) 6 years ago

readme.md

Pulse 4k

A four-key macropad with two rotary encoders, developed by Maxr1998, fully open-source.

Keyboard Maintainer: Maxr1998
Hardware Availability: DIY from the open-source design files, potential official distribution in the future

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

make maxr1998/pulse4k:default

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