]> git.donarmstrong.com Git - qmk_firmware.git/commit
handwired/retro_refit: refactor, Configurator support and readme update (#4899)
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>
Mon, 21 Jan 2019 19:22:21 +0000 (11:22 -0800)
committerDrashna Jaelre <drashna@live.com>
Mon, 21 Jan 2019 19:22:21 +0000 (11:22 -0800)
commit4822ad6be194f416f6c95c468e26197dd442ac52
tree533bc97ba994576b111bc58e65692c5ff9b4e1e8
parent37b042a594d5f268ed04ad3d484ab81715862403
handwired/retro_refit: refactor, Configurator support and readme update (#4899)

* handwired/retro_refit: refactor

- retro_refit.h
  - updated to use #pragma once include guard
  - refactored layout macro to not auto-prepend KC_ to keycodes
  - renamed to LAYOUT (from KEYMAP)
  - aligned for readability
- default keymap.c
  - now uses #include QMK_KEYBOARD_H
  - removed unused fn_actions and action_get_macro blocks

* handwired/retro_refit: Configurator support

* handwired/retro_refit: readme update

Updated readme to format of current QMK template.
keyboards/handwired/retro_refit/info.json [new file with mode: 0644]
keyboards/handwired/retro_refit/keymaps/default/keymap.c
keyboards/handwired/retro_refit/readme.md
keyboards/handwired/retro_refit/retro_refit.h