]> git.donarmstrong.com Git - qmk_firmware.git/commit
handwired/reddot refactor, Configurator support and readme update (#4886)
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>
Sun, 20 Jan 2019 00:53:41 +0000 (16:53 -0800)
committerDrashna Jaelre <drashna@live.com>
Sun, 20 Jan 2019 00:53:41 +0000 (16:53 -0800)
commitc6fd44cf26580b1a65ad0fdd35b43d770769e0de
tree5791e1be692708a5cd5b5ba569c5862315b21804
parent09ee7da6deb50a3ff5f808cc47daebe94f5a3f3a
handwired/reddot refactor, Configurator support and readme update (#4886)

* handwired/reddot: refactor

- reddot.h
  - updated to use #pragma once include guard
  - renamed layout macro KEYMAP to LAYOUT
  - refactored arguments to more closely resemble physical layout
  - aligned for readability
- keymaps/default/keymap.c
  - now uses #include QMK_KEYBOARD_H
  - updated include path for keymap_french.h
  - refactored to use short keycodes
  - aligned for readability

* handwired/reddot: Configurator support

* handwired/reddot: readme update

- update readme to current QMK template
- add KLE permalink to my best guess at the layout
keyboards/handwired/reddot/info.json [new file with mode: 0644]
keyboards/handwired/reddot/keymaps/default/keymap.c [changed mode: 0755->0644]
keyboards/handwired/reddot/readme.md
keyboards/handwired/reddot/reddot.h