Skip to content

Digikeyboard for the Swiss German Keyboard Layout (QWERTZ)

Notifications You must be signed in to change notification settings

Sonnenstrahl/digikeyboard_ch-de

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

digikeyboard_ch-de

Digikeyboard for the Swiss German Keyboard Layout (QWERTZ)

Characters that don't work yet:

#'<>@\^`"~

Sample Code for testing

#include <DigiKeyboard.h>

void setup() {
  // don't need to set anything up to use DigiKeyboard
}


void loop() {
  DigiKeyboard.delay(2000);
  DigiKeyboard.sendKeyStroke(0);
  DigiKeyboard.delay(500);
  DigiKeyboard.println("abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ 1234567890 !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~");
  delay(10000);
}

About

Digikeyboard for the Swiss German Keyboard Layout (QWERTZ)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published