qmk-firmware/users/danielo515
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
..
alt_tab.c Danielo515/redox (#8232) 2020-03-12 02:50:19 +00:00
alt_tab.h Danielo515/redox (#8232) 2020-03-12 02:50:19 +00:00
combo.c Danielo515/redox (#8232) 2020-03-12 02:50:19 +00:00
combo.h [Keymap] update to Danielo515 keymaps (#8004) 2020-01-27 14:42:38 -08:00
config.h Danielo515/redox (#8232) 2020-03-12 02:50:19 +00:00
danielo515.c Danielo515/redox (#8232) 2020-03-12 02:50:19 +00:00
danielo515.h Danielo515/redox (#8232) 2020-03-12 02:50:19 +00:00
process_records.c Danielo515/redox (#8232) 2020-03-12 02:50:19 +00:00
process_records.h Danielo515/redox (#8232) 2020-03-12 02:50:19 +00:00
readme.md [Keymap] update to Danielo515 keymaps (#8004) 2020-01-27 14:42:38 -08:00
rules.mk Danielo515/redox (#8232) 2020-03-12 02:50:19 +00:00
tap_dance.c [Keymap] update to Danielo515 keymaps (#8004) 2020-01-27 14:42:38 -08:00
tap_dance.h Danielo515/redox (#8232) 2020-03-12 02:50:19 +00:00

readme.md

Copyright 2017 Daniel Rodriguez @ danielo515

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.