Skip to content

Commit

Permalink
completed incorrect entries
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-seiler committed Jan 3, 2024
1 parent 5b72a5e commit 5f969a9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions config/boards/shields/discipline/Kconfig.defconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
if SHIELD_DISCIPLINE
if DISCIPLINE

config ZMK_KEYBOARD_NAME
default "DISCIPLINE"
default "discipline"

endif
7 changes: 5 additions & 2 deletions config/boards/shields/discipline/discipline.overlay
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


/ {
chosen {
zmk,kscan = &kscan0;
Expand All @@ -9,6 +7,10 @@
compatible = "zmk,kscan-gpio-matrix";
label = "KSCAN";
diode-direction = "col2row";
debounce-press-ms = 5;
debounce-release-ms = 5;
debounce-scan-period-ms = 1;
poll-period-ms = 10;

col-gpios
= <&gpio0 2 GPIO_ACTIVE_HIGH>
Expand All @@ -20,6 +22,7 @@
, <&gpio0 29 GPIO_ACTIVE_HIGH>
, <&gpio0 24 GPIO_ACTIVE_HIGH>
, <&gpio0 22 GPIO_ACTIVE_HIGH>

, <&gpio0 20 GPIO_ACTIVE_HIGH>
, <&gpio0 17 GPIO_ACTIVE_HIGH>
, <&gpio0 11 GPIO_ACTIVE_HIGH>
Expand Down
2 changes: 1 addition & 1 deletion config/boards/shields/discipline/discipline.zmk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ file_format: "1"
id: discipline
name: Discipline
type: shield
url: https://github.com/foostan/crkbd/
url: https://github.com/coseyfannitutti/discipline
requires: [nice_nano_v2]
features:
- keys

0 comments on commit 5f969a9

Please sign in to comment.