Skip to content

Commit

Permalink
Remove unnecessary folder
Browse files Browse the repository at this point in the history
Removing unnecessary folder since the definitions there overwrite ZMK defaults which can cause problems.
  • Loading branch information
Nikkoloo committed Jun 11, 2024
1 parent 34cd916 commit 20b5468
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 138 deletions.
Empty file removed config/boards/shields/.gitkeep
Empty file.
8 changes: 0 additions & 8 deletions config/boards/shields/cradio/Kconfig.shield

This file was deleted.

52 changes: 0 additions & 52 deletions config/boards/shields/cradio/cradio.dtsi

This file was deleted.

12 changes: 0 additions & 12 deletions config/boards/shields/cradio/cradio.zmk.yml

This file was deleted.

2 changes: 0 additions & 2 deletions config/boards/shields/cradio/cradio_left.conf

This file was deleted.

29 changes: 0 additions & 29 deletions config/boards/shields/cradio/cradio_left.overlay

This file was deleted.

2 changes: 0 additions & 2 deletions config/boards/shields/cradio/cradio_right.conf

This file was deleted.

33 changes: 0 additions & 33 deletions config/boards/shields/cradio/cradio_right.overlay

This file was deleted.

23 changes: 23 additions & 0 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,26 @@
//╰──────────┴──────────┴──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┴──────────┴──────────╯
// &trans &trans &trans &trans
// ╰──────────┴──────────╯ ╰──────────┴──────────╯


&kscan0 {
input-gpios
= <&pro_micro 7 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
, <&pro_micro 18 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
, <&pro_micro 19 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
, <&pro_micro 20 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
, <&pro_micro 21 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
, <&pro_micro 15 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
, <&pro_micro 14 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
, <&pro_micro 16 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
, <&pro_micro 10 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
, <&pro_micro 0 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
, <&pro_micro 2 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
, <&pro_micro 3 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
, <&pro_micro 4 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
, <&pro_micro 5 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
, <&pro_micro 6 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
, <&pro_micro 8 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
, <&pro_micro 9 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
;
};

0 comments on commit 20b5468

Please sign in to comment.