diff options
| author | kwlodarczy <64139515+kwlodarczy@users.noreply.github.com> | 2020-07-04 05:48:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-04 14:48:37 +1000 |
| commit | 063a74b660ee782ad4128907121ece459e417963 (patch) | |
| tree | b94e8645a62f910a1491b9991ad73806d707f480 | |
| parent | 3ff635b9a8285a45805d8b854a84674e74983376 (diff) | |
| download | qmk_firmware-063a74b660ee782ad4128907121ece459e417963.tar.gz qmk_firmware-063a74b660ee782ad4128907121ece459e417963.zip | |
Rotr - Updated README and default keymap (#9598)
| -rw-r--r-- | keyboards/rotr/keymaps/default/keymap.c | 2 | ||||
| -rw-r--r-- | keyboards/rotr/readme.md | 11 |
2 files changed, 8 insertions, 5 deletions
diff --git a/keyboards/rotr/keymaps/default/keymap.c b/keyboards/rotr/keymaps/default/keymap.c index cceb12646..c3164e861 100644 --- a/keyboards/rotr/keymaps/default/keymap.c +++ b/keyboards/rotr/keymaps/default/keymap.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #include QMK_KEYBOARD_H | 1 | #include QMK_KEYBOARD_H |
| 2 | 2 | ||
| 3 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | 3 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { |
| 4 | LAYOUT( | 4 | [0] = LAYOUT( |
| 5 | KC_MPRV, KC_MPLY, KC_MNXT | 5 | KC_MPRV, KC_MPLY, KC_MNXT |
| 6 | ) | 6 | ) |
| 7 | }; | 7 | }; |
diff --git a/keyboards/rotr/readme.md b/keyboards/rotr/readme.md index a3e943fd3..c422d0876 100644 --- a/keyboards/rotr/readme.md +++ b/keyboards/rotr/readme.md | |||
| @@ -8,10 +8,13 @@ A macro pad with a multipurpose knob. | |||
| 8 | * Hardware: [Geekhack](https://geekhack.org/index.php?topic=107104.0) | 8 | * Hardware: [Geekhack](https://geekhack.org/index.php?topic=107104.0) |
| 9 | 9 | ||
| 10 | ## Features: | 10 | ## Features: |
| 11 | * Minimal design with plug and play functionality. | 11 | * Will ship pre-programmed and ready to use |
| 12 | * Frictionless, solid brass knob. | 12 | * Hot swap sockets |
| 13 | * Hot swappable switches. | 13 | * USB C |
| 14 | * USB C connection. | 14 | * RGB LEDs for switches |
| 15 | * CNC milled aluminium case | ||
| 16 | * Solid brass knob | ||
| 17 | * Free spinning magnetic rotary encoder | ||
| 15 | 18 | ||
| 16 | Make example for this keyboard (after setting up your build environment): | 19 | Make example for this keyboard (after setting up your build environment): |
| 17 | 20 | ||
