]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] PCB Ruler updates (#6584)
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>
Wed, 21 Aug 2019 04:57:45 +0000 (21:57 -0700)
committerDrashna Jaelre <drashna@live.com>
Wed, 21 Aug 2019 04:57:45 +0000 (21:57 -0700)
commit367eac22293ac148e19e545e110d5a591de1eb6e
tree28f14f652f029d53f2b8962ce3b39359386ec151
parent5fca6c01204f4cad9af17ec0529a11147a829427
[Keyboard] PCB Ruler updates (#6584)

* Move default keymap's rules to keyboard level

* Concatenate the two sets of rules

This sets CONSOLE_ENABLE to no, which was being set at the keymap level.

* Wrap the USB Device Description in quotes

Some preventative maintenance. The firmware for the_ruler can't be compiled without this change if `CONSOLE_ENABLE = yes` because this string has a comma, which gets picked up as two arguments by the Command code, instead of one as it should be.

* Linting

- remove firmware size impacts
- remove trailing white space
- visual alignment of rules

* Use QMK's pre-loaded default rules for atmega32u4

* Update readme

- markdown formatting
- update Hardware Availability link (Maple Computing's site has disappeared)
- update Docs links

* Update header files to use #pragma once
keyboards/the_ruler/config.h
keyboards/the_ruler/keymaps/default/rules.mk
keyboards/the_ruler/readme.md
keyboards/the_ruler/rules.mk
keyboards/the_ruler/the_ruler.h