diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-04-22 15:36:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-22 17:36:08 +1000 |
commit | ba8b236727cd391addebcedb85ee0da0a8e804fe (patch) | |
tree | c005d8dd7eaada5f966a4d46485b70ba95faf353 /keyboards/idobao/id67/keymaps/default/keymap.c | |
parent | 912e24ba9a7f1196c74ee852e74d97636f706284 (diff) |
[Keyboard]Remove RGB light implementation of ID67, revert the file structure changes by #15558 (#15854)
Diffstat (limited to 'keyboards/idobao/id67/keymaps/default/keymap.c')
-rw-r--r-- | keyboards/idobao/id67/keymaps/default/keymap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/idobao/id67/keymaps/default/keymap.c b/keyboards/idobao/id67/keymaps/default/keymap.c index 3bb880891f..450550e12a 100644 --- a/keyboards/idobao/id67/keymaps/default/keymap.c +++ b/keyboards/idobao/id67/keymaps/default/keymap.c @@ -1,4 +1,5 @@ /* Copyright 2021 Tybera + * Copyright 2022 thewerther * * 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 @@ -28,7 +29,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { _______, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, _______, _______, _______, RGB_TOG, KC_UP, RGB_MOD, RGB_HUI, RGB_HUD, RGB_SAI, RGB_SAD, RGB_VAI, RGB_VAD, _______, _______, _______, _______, _______, _______, KC_LEFT, KC_DOWN, KC_RGHT, _______, _______, _______, _______, _______, KC_INS, KC_HOME, KC_PGUP, _______, _______, - _______, RESET, BL_DEC, BL_TOGG, BL_INC, KC_VOLD, KC_MUTE, KC_VOLU, _______, KC_DEL, KC_END, KC_PGDN, _______, _______, + _______, RESET, RGB_SPI, RGB_SPD, _______, KC_VOLD, KC_MUTE, KC_VOLU, _______, KC_DEL, KC_END, KC_PGDN, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ ), |