qmk-firmware/keyboards/redox_w
Daniel Rodríguez Rivero 32d03eef90
Danielo515/redox (#8232)
* feat(build): added script for compiling with docker easily

* chore: bring my own build with docker to master

* chore: delete a file that does not make sense anymore

* feat: first redox for danielo

* chore: basic compatibility between redox and my space

* refactor: removed some old stuff

* feat: added go coding symbols

* feat: name control_k and alt_j

* chore: reduce combo term

* feat: improved first layer of redox

* feat: add configurations to the redox

* feat: make alt tab more portable

* feat: small improvements to redox layout

* feat: added leader

* refactor: move leader defs to my userspace config

* chore: movement modified

* feat: more predefined keys and a a new combo

* feat: redox alt tab functionality

* refactor: move alt_tab processing to a separate file

* refactor: early return

* refactor: move process record to a separate file

* format leader function

* chore: backspace on digits layer

* feat: add extra combo

* feat: added more combos

* implement guard proposed by @drashna

Co-Authored-By: Drashna Jaelre <drashna@live.com>

* chore: include @drashna placeholder suggestion

Co-Authored-By: Drashna Jaelre <drashna@live.com>

Co-authored-by: Drashna Jaelre <drashna@live.com>
2020-03-12 02:50:19 +00:00
..
keymaps Danielo515/redox (#8232) 2020-03-12 02:50:19 +00:00
config.h Adds a default value for IS_COMMAND for COMMAND feature (#4301) 2019-01-26 15:49:45 -08:00
info.json [Keyboard] Redox Wireless configurator bugfix (#4961) 2019-01-30 11:02:05 -08:00
matrix.c Fix `1<col` instead of `1<<col` typo in matrix_is_on() 2019-01-27 08:37:26 -08:00
readme.md [Keyboard] Redox Wireless configurator bugfix (#4961) 2019-01-30 11:02:05 -08:00
redox_w.c Keyboard: Add Redox Wireless keyboard (#4180) 2018-10-22 11:41:57 -07:00
redox_w.h Tidy up backlight header use to avoid build issues (#6714) 2019-09-11 23:15:39 +01:00
rules.mk Trim firmware sizes from default rules.mk, part 3 (#8045) 2020-01-30 11:13:49 -08:00

readme.md

Redox wireless

Redox logo

Redox: the Reduced Ergodox project. More information and building instruction here.

A wireless version of the Redox keyboard.

  • Keyboard Maintainer: @mattdibi
  • Hardware Supported: Redox-w rev1.0W PCB
  • Hardware Availability: Falbatech

Make example for this keyboard (after setting up your build environment):

make redox_w:default

Example of flashing this keyboard:

make redox_w:default:avrdude

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.

For nRF51822 firmware upload instruction and development see the Redox wireless firmware repository.

Redox-w Notes

These configuration files were based off the Mitosis and Atreus keyboard. It assumes a Pro Micro is being used, however retains the 'make upload' feature from the Atreus branch. This keyboard uses a completely different 'matrix scan' system to other keyboards, it relies on an external nRF51822 microcontroller maintaining a matrix of keystates received from the keyboard halves. The matrix.c file contains the code to poll the external microcontroller for the key matrix. As long as this file is not changed, all other QMK features are supported.