summaryrefslogtreecommitdiff
path: root/board/palkia/build.mk
Commit message (Collapse)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
| | | | | | | | | | | | | | | Normally we don't do this, but enough changes have accumulated that we're doing a tree-wide one-off update of the name & style. BRANCH=none BUG=chromium:1098010 TEST=`repo upload` works Change-Id: Icd3a1723c20595356af83d190b2c6a9078b3013b Signed-off-by: Mike Frysinger <vapier@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3891203 Reviewed-by: Jeremy Bettis <jbettis@chromium.org> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
* palkia: add keyboard customizationZhuohao Lee2020-03-131-0/+1
| | | | | | | | | | | | | | | | | | | | As the Palkia isn't using chromeos keyboard, we need to remapping the keyboard matrix for the key event. The new config option CONFIG_KEYBOARD_CUSTOMIZATION is added to customize the keyboard matrix in the board layer. Most of the keys have been remapped except F11-F16, Fn and win key, we can remap it later. BUG=b:148034320 BRANCH=firmware-hatch-12672.B TEST=esc+refresh+power alt+vol up+r evtest for all of the keys Change-Id: Ibb02e3a7f5e022eeca36865e8561393fc326f2af Signed-off-by: Zhuohao Lee <zhuohao@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2035445 Reviewed-by: Jett Rink <jettrink@chromium.org>
* palkia: Initial boardZhuohao Lee2020-03-101-0/+15
Clone the board setting from the helios and change the 'helios' to palkia BUG=b:147078849 BRANCH=firmware-hatch-12669.B TEST=run on DUT Change-Id: I986a0e69aa2b0022d50e85118034fd956fb06345 Signed-off-by: Zhuohao Lee <zhuohao@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2035442 Reviewed-by: Jett Rink <jettrink@chromium.org>