Skip to content

Norwii Presenter Clicker settings for Reveal.js

License

Notifications You must be signed in to change notification settings

nuke-web3/udev-norwii

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Norwii N95s Pro Presenter Key Remapping in Linux

The Norwii presenters are small input devices that register as keyboard-like devices.

Goal of this Project

This repository focuses on using the Norwii N95s Pro to control reveal.js.

Here is the current key map as implemented by the provided hwdb file:

Keymap for N95s Pro

Details

All findings are collected in Keymapping.md.

If you want to adjust this project for your own devices see the Makefile that automates the installation.

Installation

Currently the key mapping works using a hwdb file which needs to to be copied to /etc/udev (and thus requires root access).

The Makefile implements installation and activation of such a file for the Norwii N95s Pro (vendor-device ID: 3243:0122).

make install reload -n    # review what the installation will do.
sudo make install reload  # install and load the hwdb file.

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%