summaryrefslogtreecommitdiffstats
path: root/keyboards/atreus/keymaps/ridingqwerty/rules.mk
Commit message (Collapse)AuthorAgeFilesLines
* Add board specific to Proton-C, with usual defaults turned on. (#10976)Nick Brassel2020-12-031-0/+1
| | | | | - Set all other ChibiOS defaults to 'off', when not targeting Proton-C - Modified all existing F303 boards to point at the QMK_PROTON_C to ensure repeatable binary output - Modified version.h generation so that SKIP_VERSION=yes generates the same output
* ridingqwerty: userspace update (#8076)ridingqwerty2020-02-041-7/+8
| | | | | | | * Userspace overhaul * Remove testing directory * Minorca keymap tweaks
* [Keymap] add "ridingqwerty" user and keymap for atreus keyboard (#6533)ridingqwerty2019-08-161-0/+17
* add userspace and atreus keymap * cleaning up notes/comments * Update keyboards/atreus/keymaps/ridingqwerty/atreus.c Co-Authored-By: Joel Challis <git@zvecr.com> * Update keyboards/atreus/keymaps/ridingqwerty/atreus.c Co-Authored-By: Joel Challis <git@zvecr.com> * Create readme.md * remove reference to matrix_init_kb from atreus.c * correct atreus.c * remove unnecessary defines * merge register/unregister sequence into single tapcode * move 'LAYOUT to keymap.c; remove atreus.h * remove TAPPING_TERM from keyboard-level config.h