Merge pull request #127 from bmcgavin/romac-cleanup

Romac cleanup
This commit is contained in:
Pete Johanson 2020-08-26 17:09:50 -04:00 committed by GitHub
commit 3cbe4d4218
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 21 deletions

View File

@ -16,6 +16,7 @@ jobs:
- kyria_right
- lily58_left
- lily58_right
- romac
include:
- board: proton_c
shield: clueboard_california

View File

@ -1,4 +1,4 @@
# Copyright (c) 2020 Pete Johansen, Richard Jones
# Copyright (c) 2020 Pete Johanson, Richard Jones
# SPDX-License-Identifier: MIT
if SHIELD_ROMAC

View File

@ -1,4 +1,4 @@
# Copyright (c) 2020 Pete Johansen, Richard Jones
# Copyright (c) 2020 Pete Johanson, Richard Jones
# SPDX-License-Identifier: MIT
config SHIELD_ROMAC

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2020 Pete Johansen, Richard Jones
* Copyright (c) 2020 Pete Johanson, Richard Jones
*
* SPDX-License-Identifier: MIT
*/

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2020 Pete Johansen, Richard Jones
* Copyright (c) 2020 Pete Johanson, Richard Jones
*
* SPDX-License-Identifier: MIT
*/
@ -9,23 +9,6 @@
/ {
chosen {
zmk,kscan = &kscan0;
zmk,matrix_transform = &default_transform;
};
default_transform: keymap_transform_0 {
compatible = "zmk,matrix-transform";
columns = <3>;
rows = <4>;
// | SW1 | SW2 | SW3 |
// | SW4 | SW5 | SW6 |
// | SW7 | SW8 | SW9 |
// | SW10 | SW11 | SW12 |
map = <
RC(0,0) RC(0,1) RC(0,2)
RC(1,0) RC(1,1) RC(1,2)
RC(2,0) RC(2,1) RC(2,2)
RC(3,0) RC(3,1) RC(3,2)
>;
};
kscan0: kscan {