qmk_firmware/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)
2020-01-28 09:08:39 -08:00
..
keymaps/default [Keyboard] Fix Pulse4k info.json LAYOUT name (#7965) 2020-01-28 09:08:39 -08:00
config.h Remove the need to specify NUM_OF_ENCODERS for the Encoder feature (#6328) 2019-07-16 01:40:54 -07:00
info.json [Keyboard] Fix Pulse4k info.json LAYOUT name (#7965) 2020-01-28 09:08:39 -08:00
pulse4k.c [Keyboard] Fix Pulse4k info.json LAYOUT name (#7965) 2020-01-28 09:08:39 -08:00
pulse4k.h [Keyboard] Add Pulse 4k, a macropad by Maxr1998 (#6195) 2019-06-26 13:42:14 -07:00
readme.md [Keyboard] Add image for Pulse 4k (#6869) 2019-10-04 11:22:30 -07:00
rules.mk Cleanup rules.mk for 32U4 keyboards, L-M (#7120) 2019-10-24 13:50:13 -07:00

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.