Skip to content

Commit

Permalink
Added a file for PG1511-style switches.
Browse files Browse the repository at this point in the history
Concertina only, apropos of #24.
  • Loading branch information
veikman committed Apr 11, 2021
1 parent 117e838 commit 1b33a0f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ This log follows the conventions of
version 0.2.0, thus covering only a fraction of the project’s history.

## [Unreleased]
Nothing yet.
### New
- Bundled designs: Added a `kailh.yaml` file for PG1511-style switches on a
Concertina.

## [Version 0.7.0] - 2021-04-10
### Changed
Expand Down
8 changes: 8 additions & 0 deletions config/concertina/kailh.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Configuration fragment for PG1511-series switches on a Concertina.

keys:
styles:
default:
switch-type: kailh-pg1511
skirt-length: 3 # Prevent collisions between pinky-finger keys.

2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject dactyl-keyboard "0.7.0"
(defproject dactyl-keyboard "0.8.0-SNAPSHOT"
:description "A parametrized keyboard design tool"
:url "https://viktor.eikman.se/article/the-dmote/"
:license {:name "GNU Affero General Public License"
Expand Down

0 comments on commit 1b33a0f

Please sign in to comment.