qmk-firmware/keyboards/redox
Jeremy Herve af84f0ff86 Keymap: Redox / jeherve: updates (#4694)
* Start using send_unicode_hex_string for shrug

See https://docs.qmk.fm/#/feature_unicode?id=send_unicode_hex_string

* Make sure one can come back to main layer after tapping to NAV

* Add 4 new keys to symbol layer

~, `, =, +, are now more accesssible. No need to reach out far from home row anymore

* Add two new macro keys

I did not have much use for the Expose key and the right Command key, so opted to replace those with 2 Macros:

- One to invoke Alfred: https://www.alfredapp.com/ => Opt + Space
- One to invoke 1password: https://1password.com/ => Cmd + Opt + \

* Update readme to mention changes in new version

* Remove unneeded short definition

* Shorter name for our custom key

See https://github.com/qmk/qmk_firmware/pull/4694#discussion_r243341864

* Make macros one-liners

See https://github.com/qmk/qmk_firmware/pull/4694#discussion_r243341487

* Switch to using eeconfig_init_user to set Unicode mode

See https://github.com/qmk/qmk_firmware/pull/4694#issuecomment-449151724
2018-12-21 10:00:45 -08:00
..
keymaps Keymap: Redox / jeherve: updates (#4694) 2018-12-21 10:00:45 -08:00
rev1 Make quantum/split_common/serial.[ch] configurable (#4419) 2018-12-14 11:00:10 -08:00
config.h Keyboard: Redox keymaps refactoring (#4258) 2018-10-27 09:40:28 -07:00
info.json Redox Configurator support (#3290) 2018-07-03 16:15:58 -07:00
readme.md Keyboard: Redox keymaps refactoring (#4258) 2018-10-27 09:40:28 -07:00
redox.c Redox keyboard code (#2843) 2018-04-29 13:01:33 -07:00
redox.h Keyboard: Redox keymaps refactoring (#4258) 2018-10-27 09:40:28 -07:00
rules.mk Keymap: Set serial connection as default for the Redox rev1.0 keyboard (#4488) 2018-11-27 08:59:53 -08:00

readme.md

The Redox keyboard

Redox logo

Redox PCB rev1.0

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

  • Keyboard Maintainer: Mattia Dal Ben
  • Hardware Supported: Redox PCB rev1.0 w/ Pro Micro
  • Hardware Availability: Falbatech

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

make redox/rev1:default

Example of flashing this keyboard:

make redox/rev1:default:avrdude

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