1
0
Fork 0

Rotr - Updated README and default keymap (#9598)

This commit is contained in:
kwlodarczy 2020-07-04 05:48:37 +01:00 committed by GitHub
parent 3ff635b9a8
commit 063a74b660
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 5 deletions

View file

@ -1,7 +1,7 @@
#include QMK_KEYBOARD_H #include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
LAYOUT( [0] = LAYOUT(
KC_MPRV, KC_MPLY, KC_MNXT KC_MPRV, KC_MPLY, KC_MNXT
) )
}; };

View file

@ -8,10 +8,13 @@ A macro pad with a multipurpose knob.
* Hardware: [Geekhack](https://geekhack.org/index.php?topic=107104.0) * Hardware: [Geekhack](https://geekhack.org/index.php?topic=107104.0)
## Features: ## Features:
* Minimal design with plug and play functionality. * Will ship pre-programmed and ready to use
* Frictionless, solid brass knob. * Hot swap sockets
* Hot swappable switches. * USB C
* USB C connection. * RGB LEDs for switches
* CNC milled aluminium case
* Solid brass knob
* Free spinning magnetic rotary encoder
Make example for this keyboard (after setting up your build environment): Make example for this keyboard (after setting up your build environment):