kmk_firmware/user_keymaps/kdb424
Josh Klar 392f8d7e51
Abstract away platform-dependent pin references
Quote taken straight from the docstring of get_pin:

>Cross-platform method to find a pin by string.
>
>The pin definitions are platform-dependent, but this provides
>a way to say "I'm using pin D20" without rolling a D20 and
>having to actually learn MicroPython/CircuitPython and the
>differences in how they handle pinouts.
>
>This also makes the keymap sanity checker actually work for
>CircuitPython boards, since it's not possible in CPY to
>define a module stub for `board` that uses Passthrough
>natively (which is how the MicroPython stub worked originally)
2018-10-07 01:40:09 -07:00
..
__init__.py Write a basic keymap sanity checker utility 2018-09-23 03:03:49 -07:00
handwire_planck_pyboard.py Abstract away platform-dependent pin references 2018-10-07 01:40:09 -07:00